Describe the issue: When injecting / backup monmap with ceph-mon command under root user, ceph minitor db file permission will be changed to root:root, causes ceph monitor start fail. change ownership of the mon db files back to ceph:ceph can start the monitor again. https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/4/html-single/troubleshooting_guide/index#injecting-a-monmap_diag Describe the task you were trying to accomplish: Suggestions for improvement: change all command line examples to use 'ceph' user to run ceph-mon extract or inject. suggest to include a 'notice' or 'warning' about using ceph user, not root user to run the command Document URL: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/4/html-single/troubleshooting_guide/index#injecting-a-monmap_diag Chapter/Section Number and Title: 4.3. Injecting a monmap Product Version: RHCS 4 and 3 Environment Details: Any other versions of this document that also needs this update: Additional information:
Related bz https://bugzilla.redhat.com/show_bug.cgi?id=1934366