External CEPH pool connection problem

MikeAndreev

Member
Feb 3, 2021
12
1
8
54
Hi!
I install my Proxmox 6.3 3-nodes test cluster (ceph version 14.2.16) and have a problem with external CEPH-pool connection:
I put ceph.conf in '/etc/pve' next make symlink in '/etc/ceph'

root@tentakel4:/etc/pve# ls -l /etc/ceph/
total 6
lrwxrwxrwx 1 root root 18 Feb 2 11:30 ceph.conf -> /etc/pve/ceph.conf

root@tentakel4:/etc/pve# ls -l ceph.conf
-rw-r----- 1 root www-data 380 Feb 11 13:32 ceph.conf

keyring in /etc/pve/priv/ : -rw------- 1 root www-data 77 Feb 10 22:07 ceph.client.ovirt-test_user_rbd.keyring

from console I see rbd pool and images without any problems:

root@tentakel4:/etc/pve# rbd --id ovirt-test_user_rbd -p ovirt-test list
volume-0089a67c-9dc5-48c4-9d45-190db00eb5b1
volume-0fde8dec-9621-4d6a-9ce8-d916bc8b96ce
volume-11af78a5-fd02-4f5d-989d-d86835a69530
volume-1be25df0-f61e-4896-8c62-5d8a81b24dcf

But when I try connect this pool in Web-interface Proxmox I got error message - communication failure (0):

Снимок экрана в 2021-02-12 10-22-48.png

in syslog no any errors...
Any ideas?

WBR
Mike
 
I tested this option too - and got error:

rbd error: rbd: listing images failed: (95) Operation not supported (500)
 
opsss.... I just noticed that I didn't remove part "ceph.client." from the keyring-file name !!! after fixing this pool connected!!!
tuxis - thanks for help!