Comment 3 for bug 1304593

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

Reviewed: https://review.openstack.org/86115
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9b14ae62a6396a2599c8a2ada1a50e3f69a2eddc
Submitter: Jenkins
Branch: master

commit 9b14ae62a6396a2599c8a2ada1a50e3f69a2eddc
Author: Gary Kotton <email address hidden>
Date: Tue Apr 8 11:28:27 2014 -0700

    VMware: do not cache image when root_gb is 0

    Save space on datastore when the instance size has root_gb of
    0. There is no need to cache the disk as it already exists on
    the datastore.

    TrivialFix

    Change-Id: Iac75d97f40a1a91b8fa2df7fb4318fc2965fd93a
    Closes-bug: #1304593