yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73128
[Bug 1774730] [NEW] Compute node convert qcow2 to raw even force_raw_images=false
Public bug reported:
Using openstack queen version:
Uploaded qcow2 image to glance
openstack image create --disk-format=qcow2 --container-format=bare
--file img/ylinux-7.4.4_236.qcow2 ylinux-7.4.4
and created an instance
openstack server create test_queens_f --flavor small --image
ylinux-7.4.4
After creating the image and try to create an instance
The selected Compute node will download the image from glance and
Convert it using the command
qemu-img convert -t none -O raw -f qcow2 {file} {file}
to produce a RAW image from qcow2
although in the configuration we set:
use_cow_images = true
force_raw_images = false
images_type = qcow2
in nova.conf and nova-compute.conf
i think using the options above should stop the convert to RAW
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1774730
Title:
Compute node convert qcow2 to raw even force_raw_images=false
Status in OpenStack Compute (nova):
New
Bug description:
Using openstack queen version:
Uploaded qcow2 image to glance
openstack image create --disk-format=qcow2 --container-format=bare
--file img/ylinux-7.4.4_236.qcow2 ylinux-7.4.4
and created an instance
openstack server create test_queens_f --flavor small --image
ylinux-7.4.4
After creating the image and try to create an instance
The selected Compute node will download the image from glance and
Convert it using the command
qemu-img convert -t none -O raw -f qcow2 {file} {file}
to produce a RAW image from qcow2
although in the configuration we set:
use_cow_images = true
force_raw_images = false
images_type = qcow2
in nova.conf and nova-compute.conf
i think using the options above should stop the convert to RAW
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1774730/+subscriptions
Follow ups