T Ting Member Oct 19, 2021 107 5 23 57 Mar 12, 2023 #1 Hi, I have a 6 cluster ceph (12 OSDs) running for a while now, and ceph public and private networks are on separated switches, I need to turn off private network switch for about 30 mins, wondering what is the best practice to do this. Thanks
Hi, I have a 6 cluster ceph (12 OSDs) running for a while now, and ceph public and private networks are on separated switches, I need to turn off private network switch for about 30 mins, wondering what is the best practice to do this. Thanks
gurubert Distinguished Member Mar 12, 2015 1,218 367 153 Berlin, Germany www.heinlein-consulting.de Mar 12, 2023 #2 As the cluster network is optional you should be able to remove it from the configuration without any issues.
As the cluster network is optional you should be able to remove it from the configuration without any issues.
T Ting Member Oct 19, 2021 107 5 23 57 Mar 12, 2023 #3 Thanks for your reply. You mean I need to remove ceph public network first, then turn it off? And when it come back up, I add back ceph public network?
Thanks for your reply. You mean I need to remove ceph public network first, then turn it off? And when it come back up, I add back ceph public network?
gurubert Distinguished Member Mar 12, 2015 1,218 367 153 Berlin, Germany www.heinlein-consulting.de Mar 13, 2023 #5 If you have it in the config file and not the config db you need to restart the ceph daemons.
spirit Distinguished Member Apr 2, 2010 7,223 1,296 273 www.groupe-cyllene.com Mar 13, 2023 #6 you should remove cluster network from ceph.conf, then restart all osd. (cluster network is only used for replication between the osd). You'll have a storage hang during the restart of all osd (try to restart them all at the same time).
you should remove cluster network from ceph.conf, then restart all osd. (cluster network is only used for replication between the osd). You'll have a storage hang during the restart of all osd (try to restart them all at the same time).