[ceph-users] Re: Converting to cephadm from ceph-deploy

2021-12-28 Thread Mazzystr
Glad to help :) re ceph user Oh yea, that is an artifact left over from when I was running on bare metal. I need to change the rule to use uid/gid 167 as well. On Tue, Dec 28, 2021 at 4:28 PM Andre Goree wrote: > The one issue I'm seeing and probably the root of my problem is that > ceph

[ceph-users] Re: Converting to cephadm from ceph-deploy

2021-12-28 Thread Andre Goree
The one issue I'm seeing and probably the root of my problem is that cephadm set the user 'ceph' uid to 167...it's something else entirely on my system (perhaps from the fact that it's an older Luminous cluster built with ceph-deploy). However, even when changing the ceph uid to what cephadm/do

[ceph-users] Re: Converting to cephadm from ceph-deploy

2021-12-28 Thread Andre Goree
Thank you! I did figure that it maybe should be a soft link, and in fact I tried to fix it by linking everything properly, but as you've shown with your 'ls' example of that directory, I certainly missed a few things. This helps immensely. Oddly enough, however, even the dir '/var/lib/ceph/os

[ceph-users] Re: Converting to cephadm from ceph-deploy

2021-12-28 Thread Mazzystr
/var/lib/ceph/osd/ceph-X/block is a soft link. Track down the soft link chain to the devmapper device. Make sure ceph:ceph owns it Example: blah:/var/lib/ceph/osd/ceph-0 # ls -la block* total 44 lrwxrwxrwx 1 ceph ceph 23 Apr 11 2019 block -> /dev/mapper/ceph-0block lrwxrwxrwx 1 ceph ceph 20 Apr