You might be able to change it via openstack command, probably something like 'openstack show image <Id>' / 'openstack image set ?? <id>'
You can definitely download the image to a file and then upload a new image, specifying --min-disk. Something like 'openstack image save --file <file> <id>' and then just 'openstack image create --file <file> --min-disk <disk size in gb> <image name>' HTH, -Chris > On Mar 25, 2017, at 5:31 PM, Georgios Dimitrakakis <[email protected]> > wrote: > > > Hello! > > Let's assume that I have a VM's image that has been taken when the VM was > launched with a flavor of 50GB for the root disk. > Now when I try to spawn a new VM out of that image I cannot do it with a > flavor that has disk less than 50GB even if the VM itself inside uses only > 5GB. > > Is there a way to shrink the image's flavor requirements? > > Best, > > G. > > > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
