[ceph-users] Re: RBD map issue

2022-02-14 Thread Lo Re Giuseppe
Unfortunately nothing Is there any way to make it more verbose? On 14.02.22, 11:48, "Eugen Block" wrote: What does 'dmesg' reveal? Zitat von Lo Re Giuseppe : > root@fulen-w006:~# ll client.fulen.keyring > -rw-r--r-- 1 root root 69 Feb 11 15:30 client.fulen.keyring >

[ceph-users] Re: RBD map issue

2022-02-14 Thread Eugen Block
What does 'dmesg' reveal? Zitat von Lo Re Giuseppe : root@fulen-w006:~# ll client.fulen.keyring -rw-r--r-- 1 root root 69 Feb 11 15:30 client.fulen.keyring root@fulen-w006:~# ll ceph.conf -rw-r--r-- 1 root root 118 Feb 11 19:15 ceph.conf root@fulen-w006:~# rbd -c ceph.conf --id fulen --keyrin

[ceph-users] Re: RBD map issue

2022-02-11 Thread Lo Re Giuseppe
root@fulen-w006:~# ll client.fulen.keyring -rw-r--r-- 1 root root 69 Feb 11 15:30 client.fulen.keyring root@fulen-w006:~# ll ceph.conf -rw-r--r-- 1 root root 118 Feb 11 19:15 ceph.conf root@fulen-w006:~# rbd -c ceph.conf --id fulen --keyring client.fulen.keyring map fulen-nvme-meta/test-loreg-3 rb

[ceph-users] Re: RBD map issue

2022-02-11 Thread Eugen Block
How are the permissions of the client keyring on both systems? Zitat von Lo Re Giuseppe : Hi, It's a single ceph cluster, I'm testing from 2 different client nodes. The caps are below. I think is unlikely that caps are the cause as they work from one client node, same ceph user, and not fro

[ceph-users] Re: RBD map issue

2022-02-11 Thread Lo Re Giuseppe
Hi, It's a single ceph cluster, I'm testing from 2 different client nodes. The caps are below. I think is unlikely that caps are the cause as they work from one client node, same ceph user, and not from the other one... Cheers, Giuseppe [root@naret-monitor01 ~]# ceph auth get client.fulen exp

[ceph-users] Re: RBD map issue

2022-02-11 Thread Eugen Block
Hi, the first thing coming to mind are the user's caps. Which permissions do they have? Have you compared 'ceph auth get client.fulen' on both clusters? Please paste the output from both clusters and redact sensitive information. Zitat von Lo Re Giuseppe : Hi all, This is my first po