Forums
Home / Forums
Quote from yudorogov on November 28, 2019, 8:37 amsome optimization for step 3.6:
- insure cluster status is active/clean by command ceph status
- ssh to each host and stop all OSD's by command systemcl stop ceph-osd.target
- Perform repair legacy statfs record for all OSD's by script located in this repo
- start all OSD's by command systemctl start ceph-osd.target
some optimization for step 3.6: