Comment 3 for bug 1337236

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/104495
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=488f88c4d021bf429f62ca46dd8299a70d31505e
Submitter: Jenkins
Branch: master

commit 488f88c4d021bf429f62ca46dd8299a70d31505e
Author: ZHU ZHU <email address hidden>
Date: Thu Jul 3 03:19:19 2014 -0500

    VMWare: Fix nova-compute crash when instance datastore not available

    During nova-compute service startup, init_host will try to get_info for
    instances. If datastore of certain instances become not reachable, some
    VM properties like 'summary.config.memorySizeMB' will not be available.
    This will cause nova-compute process exit with error.

    Change-Id: I6753ce5658b629c216ebfbaab610c8fd0755466a
    Closes-Bug: #1337236