Comment 27 for bug 1560965

Revision history for this message
Annie Melen (anniemelen) wrote :

Actually, I've created two identical images from one source and updated properties on one of them:

# openstack image show -f value -c properties 404dc2d6-9f7e-4888-914f-12c77bea3b41
direct_url='rbd://d2baf031-486e-4a8d-a6ed-9ac4438ddb99/vm_images_pool/404dc2d6-9f7e-4888-914f-12c77bea3b41/snap', hw_disk_bus='scsi', hw_qemu_guest_agent='yes', hw_scsi_model='virtio-scsi', os_require_quiesce='yes'

Instances from this image don't work properly ('No bootable device' in console output).

Another image has no properties except direct_url:

# openstack image show -f value -c properties b9549d48-8dc9-4400-86d9-4b8b11d3a1e9
direct_url='rbd://d2baf031-486e-4a8d-a6ed-9ac4438ddb99/vm_images_pool/b9549d48-8dc9-4400-86d9-4b8b11d3a1e9/snap'

Instances from this image are booting fine.