Hi

I have setup opennebula and ceph
Everything works fine if ceph authentication is off (Case 1)
When i enable ceph authentication (Case 2) the VM does not boot

Case 1
ceph.conf
  auth cluster required = none
  auth service required = none
  auth client required = none

oneadmin@cephkvm01-int:~$ kvm -drive
file=rbd:one/one-3:auth_supported=none,if=none,id=drive-ide0-0-0,format=raw,cache=none

the VM starts normally

Case 2
ceph.conf
  auth cluster required = cephx
  auth service required = cephx
  auth client required = cephx

Case 2.1 if i run
kvm -drive file=rbd:one/one-3:*auth_supported=none*
,if=none,id=drive-ide0-0-0,format=raw,cache=none

i get

kvm: -drive
file=rbd:one/one-3:auth_supported=none,if=none,id=drive-ide0-0-0,format=raw,cache=none:
could not open disk image rbd:one/one-3:auth_supported=none: Operation not
supported

Case 2.2
if i run
kvm -drive file=rbd:one/one-3:*auth_supported=cephx*
,if=none,id=drive-ide0-0-0,format=raw,cache=none

the VM starts normally


Case 2.1 is what sunstone configures *auth_supported=none*
How can i add custom auth_supported=cephx from sunstone?

Thank you
George Kissandrakis
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to