Re: [ceph-users] Openstack ceph - non bootable volumes

2018-12-24 Thread Steven Vacaroaia
Thanks for your willingness to help The issue was that images where not in raw format ( i.e the proper approach is to run "qemu-img convert -f qcow2 -O raw " and add the resulted image to openstack ( openstack image create ...) ) Volumes build based on a image in raw format are bootable

Re: [ceph-users] Openstack ceph - non bootable volumes

2018-12-20 Thread Eugen Block
Volumes are being created just fine in the "volumes" pool but they are not bootable Also, ephemeral instances are working fine ( disks are being created on the dedicated ceph pool "instances') That sounds like cinder is missing something regarding glance. So the instance is listed as "ACTIVE"

Re: [ceph-users] Openstack ceph - non bootable volumes

2018-12-19 Thread Steven Vacaroaia
Thanks for your prompt reply Volumes are being created just fine in the "volumes" pool but they are not bootable Also, ephemeral instances are working fine ( disks are being created on the dedicated ceph pool "instances') Access for cinder user from compute node is fine [root@ops-ctrl-new

Re: [ceph-users] Openstack ceph - non bootable volumes

2018-12-19 Thread Eugen Block
Hi, can you explain more detailed what exactly goes wrong? In many cases it's an authentication error, can you check if your specified user is allowed to create volumes in the respective pool? You could try something like this (from compute node): rbd --user -k

[ceph-users] Openstack ceph - non bootable volumes

2018-12-19 Thread Steven Vacaroaia
Hi, I'll appreciated if someone can provide some guidance for troubleshooting / setting up Openstack (rocky) + ceph (mimic) so that volumes created on ceph be bootable I have followed this http://docs.ceph.com/docs/mimic/rbd/rbd-openstack/ enabled debug in both nova and cinder but still not