Rate This Document
Findability
Accuracy
Completeness
Readability

Deploying MGR Nodes

Perform operations in this section only on ceph1.

  1. Deploy MGR nodes.
    1
    ceph-deploy mgr create ceph1 ceph2 ceph3
    

  2. Check whether the MGR nodes are successfully deployed.
    1
    ceph -s
    
    The deployment is successful if the command output is similar to the following:
    1
    2
    3
    4
    5
    6
    7
    cluster:
    id:     f6b3c38c-7241-44b3-b433-52e276dd53c6
    health: HEALTH_OK
    
    services:
    mon: 3 daemons, quorum ceph1,ceph2,ceph3 (age 25h)
    mgr: ceph1(active, since 2d), standbys: ceph2, ceph3