Thomas

Results 176 comments of Thomas

`osd.1` does not exist, so I'm not sure what it's complaining about. ![image](https://github.com/rook/rook/assets/9749173/2004e6ef-e263-40e9-8004-b95c2d518389)

I did follow the guide and made sure to purge the OSD and still saw this. I do see the the OSD exists in `ceph auth`. ```sh bash-4.4$ ceph auth...

> @uhthomas Did you try, ceph auth del osd.1 ? This worked great, thank you. How did the cluster get into this state though? I followed the removal steps and...

> It depends on how the osd was initially removed. If you set `removeOSDsIfOutAndSafeToRemove=true` in cluster.yaml , i guess this issue won't have occurred in your scenario. I do have...

fwiw I just tried again and found the exact same thing. Here's what I did: 1. Scale the number of replicas for the OSD deployment to 0. 2. Mark the...

Can we reopen this, or open a new issue for the ceph toolbox? I _always_ have to manually run `ceph auth del` when I remove an OSD.

@travisn I will have to verify the exact process, but please observe the current state of this cluster. Some OSDs have been removed, namely osd.2. ![image](https://github.com/rook/rook/assets/9749173/ff4bbf60-5337-4f3a-b780-79d73b158f60) Yet, the auth still...

@samip5 Please see this ARW image: https://github.com/uhthomas/immich2156/blob/main/_DSC2642.ARW (direct download link: https://github.com/uhthomas/immich2156/raw/main/_DSC2642.ARW).

So I've been looking into this and I think it should actually be a really small change, though I did come across a major caveat. Image Magick on Alpine is...