First time here? Check out the FAQ!
![]() | 1 | initial version |
You should use rbd for glance as well and enable the copy-on-write feature in /etc/glance/glance-api.conf
change from False to True:
show_image_direct_url = True
restart the glance services and give it a go. If you don't it takes long as the cinder does the qemu-img convert from any type to raw which adds up to the deployment time.
![]() | 2 | No.2 Revision |
You should use rbd for glance as well and enable the copy-on-write feature in /etc/glance/glance-api.conf
change from False to True:
show_image_direct_url = restart the glance services and give it a go. If you don't it takes long as the cinder does the qemu-img convert from any type to raw which adds up to the deployment time.