<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 23, 2021 at 4:33 AM Mr. Gecko <<a href="mailto:grmrgecko@gmail.com">grmrgecko@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I setup a Ceph Cluster on my system in hopes of using it with libvirtd, <br>
however I'm finding myself unable to have libvirtd make the connection.<br>
<br>
[root@server ~]# virsh pool-start "${CEPH_POOL}"<br>
error: Failed to start pool libvirt-pool<br>
error: failed to connect to the RADOS monitor on: localhost:6789,: No <br>
such file or directory<br>
<br>
I know that rbd is working as I am able to use it with the rbd utility.<br>
<br>
[root@server ~]# rbd list libvirt-pool<br>
Kolab<br>
[root@server ~]# rbd device map libvirt-pool/Kolab<br>
/dev/rbd0<br>
[root@server ~]# lsblk /dev/rbd0<br>
NAME     MAJ:MIN RM SIZE RO TYPE MOUNTPOINT<br>
rbd0     253:0    0  20G  0 disk<br>
├─rbd0p1 253:1    0   1G  0 part<br>
└─rbd0p2 253:2    0  19G  0 part<br>
<br>
The libvirtd logs are not providing any useful information on the issue, <br>
I tried changing log-level to 1 and enabling the log_filters/adding <br>
"1:rbd" to the log filters.<br>
<br>
I have tried both the libvirt version 7.3.0 in my repository and the <br>
bleeding edge with a compile from git. Both returns the same error.<br>
<br></blockquote><br><div>You can check the following:</div><div>1. Make sure the ceph mon node are running on the localhost:6789</div><div>2. Check if the ceph authorization is enabled on the ceph cluster. Check if authorization is</div><div>used in rbd pool xml.</div><div>You can provide more details on the rbd pool xml, ceph conf, and the version of librbd1(client side), ceph(server side). <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Any help in troubleshooting this issue? I'm somewhat new when it comes <br>
to all of this.<br>
<br>
Thank you,<br>
<br>
James Coleman<br>
<br>
</blockquote></div></div>