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 ~(devo

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 /etc/ceph/ceph.client.OPENS

[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 been

[ceph-users] openstack + ceph volume mount to vm

2015-07-10 Thread vida ahmadi
Hi cepher, I have a same problem http://lists.ceph.com/pipermail/ceph-users-ceph.com/2013-December/035999.html Is there any solution for that? thanks Vida ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users

Re: [ceph-users] openstack + ceph

2014-04-11 Thread Haomai Wang
On Mon, Mar 31, 2014 at 11:35 AM, 常乐 wrote: > hi all, >I am trying to get ceph work with openstack havana. I am following the > instructions here. > https://ceph.com/docs/master/rbd/rbd-openstack/ > > However, I found i probably need more details on openstack. The instruction > mentioned cinde

[ceph-users] openstack + ceph

2014-04-11 Thread 常乐
-- Forwarded message -- From: "常乐" Date: Mar 31, 2014 11:35 AM Subject: openstack + ceph To: Cc: hi all, I am trying to get ceph work with openstack havana. I am following the instructions here. https://ceph.com/docs/master/rbd/rbd-openstack/ However, I found i probably need

Re: [ceph-users] OpenStack + Ceph Integration

2014-04-03 Thread Sebastien Han
Did you add the virsh-secret? Look at the libvirt-bin logs Sébastien Han Cloud Engineer "Always give 100%. Unless you're giving blood.” Phone: +33 (0)1 49 70 99 72 Mail: sebastien@enovance.com Address : 11 bis, rue Roquépine - 75008 Paris Web : www.enovance.com - Twitter : @enovan

Re: [ceph-users] OpenStack + Ceph Integration

2014-04-02 Thread Sebastien Han
The section should be [client.keyring] keyring = Then restart cinder-volume after. Sébastien Han Cloud Engineer "Always give 100%. Unless you're giving blood.” Phone: +33 (0)1 49 70 99 72 Mail: sebastien@enovance.com Address : 11 bis, rue Roquépine - 75008 Paris Web : www.eno

[ceph-users] OpenStack + Ceph Integration

2014-04-02 Thread Tomokazu HIRAI
I Integrated Ceph + OpenStack with following document. https://ceph.com/docs/master/rbd/rbd-openstack/ I could put image to glance on ceph cluster. but I can not create any volume to cinder. error messages are the same on this URL. http://comments.gmane.org/gmane.comp.file-systems.ceph.user/764

[ceph-users] openstack + ceph

2014-03-30 Thread 常乐
hi all, I am trying to get ceph work with openstack havana. I am following the instructions here. https://ceph.com/docs/master/rbd/rbd-openstack/ However, I found i probably need more details on openstack. The instruction mentioned cinder-volume nodes. How about cinder-api cinder-scheduler? Do

Re: [ceph-users] Openstack+ceph volume mounting to vm

2013-12-04 Thread Robert van Leeuwen
> What i want is to mount ceph volume to VM instance. But getting deadly errors > like this . Expecting your help in this > [root@rdo /(keystone_admin)]# uname -a > Linux rdo 3.10.18-1.el6.elrepo.x86_64 #1 SMP Mon Nov 4 19:12:54 EST 2013 > x86_64 x86_64 x86_64 GNU/Linux Since it is Redhat 6 ba

Re: [ceph-users] Openstack+ceph volume mounting to vm

2013-12-03 Thread Karan Singh
Hello Every Still waiting .. Any help in this would be highly appreciated. Many Thanks Karan Singh - Original Message - From: "Karan Singh" To: ceph-users@lists.ceph.com Sent: Tuesday, 3 December, 2013 6:27:29 PM Subject: [ceph-users] Openstack+ceph volume moun

[ceph-users] Openstack+ceph volume mounting to vm

2013-12-03 Thread Karan Singh
Hello Cephers Need your guidance In my setup ceph cluster and openstack are working good , i am able to create volumes using cinder as well. What i want is to mount ceph volume to VM instance. But getting deadly errors like this . Expecting your help in this [root@rdo /(keystone_admin)