In another ceph thread:
we want to be as cautions as possible on ceph cluster upgrades.
this is how we currently do ceph upgrades , and I am not sure that it is cautious enough. please advise
1- do mon systems 1st
2- restart services by
3- make sure ceph healthy then do next node. use
watch ceph -s
OR: check ceph status at pve web page. let health get normal before doing next node
I'd in general recommend a more cautious approach, restarting all those daemons at once can lead to issues, especially if there are unexpected problems with the new version.
we want to be as cautions as possible on ceph cluster upgrades.
this is how we currently do ceph upgrades , and I am not sure that it is cautious enough. please advise
1- do mon systems 1st
2- restart services by
Code:
systemctl try-reload-or-restart pvestatd.service pvedaemon.service
systemctl restart osd.target
systemctl restart ceph-mon.target
3- make sure ceph healthy then do next node. use
watch ceph -s
OR: check ceph status at pve web page. let health get normal before doing next node
Last edited: