<div dir="ltr">Hi<div><br></div><div style>I have setup opennebula and ceph </div><div style>Everything works fine if ceph authentication is off (Case 1)</div><div style>When i enable ceph authentication (Case 2) the VM does not boot</div>
<div style><br></div><div style>Case 1</div><div style>ceph.conf </div><div style><div>  auth cluster required = none</div><div>  auth service required = none</div><div>  auth client required = none</div><div><br></div><div>
oneadmin@cephkvm01-int:~$ kvm -drive file=rbd:one/one-3:auth_supported=none,if=none,id=drive-ide0-0-0,format=raw,cache=none<br></div><div><br></div><div style>the VM starts normally</div><div style><br></div><div style>Case 2</div>
<div style><div>ceph.conf </div><div><div>  auth cluster required = cephx</div><div>  auth service required = cephx</div><div>  auth client required = cephx</div></div><div><br></div><div style>Case 2.1 if i run </div><div style>
<div>kvm -drive file=rbd:one/one-3:<b>auth_supported=none</b>,if=none,id=drive-ide0-0-0,format=raw,cache=none<br></div><div><br></div><div style>i get</div><div style><br></div><div style><div>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</div>
<div><br></div><div style>Case 2.2</div><div style>if i run </div></div><div style>kvm -drive file=rbd:one/one-3:<b>auth_supported=cephx</b>,if=none,id=drive-ide0-0-0,format=raw,cache=none<br></div><div style><br></div><div style>
the VM starts normally</div></div><div><br></div><div><br></div><div style>Case 2.1 is what sunstone configures <b>auth_supported=none</b></div><div style>How can i add custom auth_supported=cephx from sunstone?</div><div style>
<br></div><div style>Thank you</div><div style>George Kissandrakis</div></div></div></div>