Describe the issue: Need changes in the RHCS 5 Administration Guide under the Section 10.2. Pause or disable cephadm. The commands given for disabling the cephadm completely are incorrect. CURRENT: ----------------------------------------- [ceph: root@host01 /]# ceph orch backend ceph mgr module disable cephadm ----------------------------------------- AFTER CORRECTION: ----------------------------------------- # ceph orch set backend '' # ceph mgr module disable cephadm ----------------------------------------- Describe the task you were trying to accomplish: Commands should be corrected for disabling the cephadm completely under the Section [10.2. Pause or disable cephadm.] Suggestions for improvement: CURRENT: ----------------------------------------- [ceph: root@host01 /]# ceph orch backend ceph mgr module disable cephadm ----------------------------------------- AFTER CORRECTION: ----------------------------------------- # ceph orch set backend '' # ceph mgr module disable cephadm ----------------------------------------- Document URL: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/administration_guide/index#pause-or-disable-cephadm_admin Chapter/Section Number and Title: Product Version: Red Hat Ceph Storage 5
In addition to previous update, I would also suggest to add the steps of re-enabling the cephadm in the same section as a NOTE. Below are the tested steps to re-enable the cephadm again in the cluster. ----------------------------------- # ceph mgr module enable cephadm # ceph orch set backend cephadm ----------------------------------- Regards Milind Verma