Hi,
I'm upgrading a 5 nodes cluster from pve 6.2.6 to 6.2.11
Everything was ok until I reboot the third one .
2 osds didn't start with message :
osd 8 and 10
unable to obtain rotating service keys; retrying
reboot again and then osd 8 and 10 are ok but osd 11 and 9 are ko with same messages
Didn't find something interesting on google about these messages. So I decided to remove OSD 9.
via GUI :
put osd 9 in out state
stop osd 9 service
remove osd 9
recreate osd but doesn't appear in the osd tab. It was marked as an obsolete osd (weird).
So via command line:
ceph osd out 9
=> OK
systemctl stop ceph-osd@9
=> OK
ceph osd crush remove osd.9
=> Warning the osd.9 is not present in the crush map
ceph auth del osd.9
=> OK
ceph osd rm 9
=> OK
reboot the node
I stopped after that, because it seems that removing an osd via GUI let some services start on boot (services related to osd9, for example lvm volumes)
Running command: /usr/sbin/ceph-volume lvm trigger 9-7d980d55-34bf-456b-9f68-839585aba395
what is the process to cleanup everything and recreate an osd ?
Thanks in advance !
Antoine
I'm upgrading a 5 nodes cluster from pve 6.2.6 to 6.2.11
Everything was ok until I reboot the third one .
2 osds didn't start with message :
osd 8 and 10
unable to obtain rotating service keys; retrying
reboot again and then osd 8 and 10 are ok but osd 11 and 9 are ko with same messages
Didn't find something interesting on google about these messages. So I decided to remove OSD 9.
via GUI :
put osd 9 in out state
stop osd 9 service
remove osd 9
recreate osd but doesn't appear in the osd tab. It was marked as an obsolete osd (weird).
So via command line:
ceph osd out 9
=> OK
systemctl stop ceph-osd@9
=> OK
ceph osd crush remove osd.9
=> Warning the osd.9 is not present in the crush map
ceph auth del osd.9
=> OK
ceph osd rm 9
=> OK
reboot the node
I stopped after that, because it seems that removing an osd via GUI let some services start on boot (services related to osd9, for example lvm volumes)
Running command: /usr/sbin/ceph-volume lvm trigger 9-7d980d55-34bf-456b-9f68-839585aba395
what is the process to cleanup everything and recreate an osd ?
Thanks in advance !
Antoine