Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Start and Stop Maintenance features

Hi folks,

We need add on left side New tab - Manage Cluster tab

Please add on Manage Cluster tab - button Start Maintenance and Stop Maintenance (periodically, you may need to perform maintenance on a subset of your cluster, or resolve a problem that affects a failure domain (e.g., a rack). If you do not want CRUSH to automatically rebalance the cluster as you stop this process for maintenance).

Start Maintenance button has execute next commands (install ceph flags):

ceph osd set noout

ceph osd set nodown

ceph osd set noup

ceph osd set norecover

Stop Maintenance button has execute next commands (remove ceph flags):

ceph osd unset noout

ceph osd unset nodown

ceph osd unset noup

ceph osd unset norecover

Also need additionally verify this situation(automatically rebalance) before reboot/shutdown from console.

Detail info: http://docs.ceph.com/docs/jewel/rados/troubleshooting/troubleshooting-osd/

 

Hello,

Please update status.

Thank you.

 

I somehow missed reply to you here, but we did discuss your idea of a maintenance mode think it is excellent and we did put it in our to do list (which is big) , it will not be in the next release but once i will know i will update you,