Comment 8 for bug 1291741

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

Reviewed: https://review.openstack.org/85804
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7ae506a4b1829fbd8cbecc0a6b267f76230face7
Submitter: Jenkins
Branch: master

commit 7ae506a4b1829fbd8cbecc0a6b267f76230face7
Author: Eric Brown <email address hidden>
Date: Mon Apr 7 13:27:47 2014 -0700

    VMware: Resize operation fails to change disk size

    The finish_migration step will resize the cpu and memory to match
    the new flavor chosen, but not the disk size. Additional code was
    added to extend the disk size using ExtendVirtualDisk_Task.

    DocImpact

    Change-Id: Iff10443f603d329d01a74a620079f80518b75a50
    Closes-bug: #1291741