Deploying MGR Nodes
- Perform operations in this section only on ceph1.
- If CentOS is used, configure MGR nodes based on Configuring MGR Nodes.
- When using ceph-deploy to operate the Ceph cluster, run the commands in the /root/ceph-mycluster/ directory.
- Deploy MGR nodes.
ceph-deploy mgr create ceph1 ceph2 ceph3

- Check whether the MGR nodes are successfully deployed.
1ceph -sIf the following information is displayed, the deployment is successful:cluster: id: 0207ddea-2150-4509-860d-365e87420b3e health: HEALTH_OK services: mon: 3 daemons, quorum ceph1,ceph2,ceph3 (age 25h) mgr: ceph1(active, since 2d), standbys: ceph2, ceph3
Parent topic: Installing Ceph and Deploying Nodes