This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user@admin00:~/ceph$ ceph-deploy mds create node-01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user@admin-00:~/sandbox-ceph$ceph-deploy mgr create node-01 node-02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cluster: | |
| id: 22e73d1c-a5df-4692-9494-4b6e5a54b003 | |
| health: HEALTH_OK | |
| services: | |
| mon: 3 daemons, quorum node-00,node-01,node-02 (age 2h) | |
| mgr: node-00(active, since 2h) | |
| mds: cephfs:1 {0=node-00=up:active} | |
| osd: 3 osds: 3 up (since 2h), 3 in (since 23h) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cluster: | |
| id: 22e73d1c-a5df-4692-9494-4b6e5a54b003 | |
| health: HEALTH_OK | |
| services: | |
| mon: 3 daemons, quorum node-00,node-01,node-02 (age 3h) | |
| mgr: node-00(active, since 3h), standbys: node-02, node-01 | |
| mds: cephfs:1 {0=node-00=up:active} | |
| osd: 3 osds: 3 up (since 3h), 3 in (since 23h) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "election_epoch": 14, | |
| "quorum": [ | |
| 0, | |
| 1, | |
| 2 | |
| ], | |
| "quorum_names": [ | |
| "node-00", | |
| "node-01", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user@admin-00:~/sandbox-ceph$ ssh node-00 sudo ceph -s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user@admin-00:~/sandbox-ceph$ ceph-deploy --overwrite-conf mon add node-01 | |
| user@admin-00:~/sandbox-ceph$ ceph-deploy --overwrite-conf mon add node-02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user@admin-00:~/sandbox-ceph$ ceph-deploy admin node-01 | |
| user@admin-00:~/sandbox-ceph$ ceph-deploy admin node-02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user@admin-00:~/sandbox-ceph$ ceph-deploy --overwrite-conf config push node-00 | |
| user@admin-00:~/sandbox-ceph$ ceph-deploy --overwrite-conf config push node-01 | |
| user@admin-00:~/sandbox-ceph$ ceph-deploy --overwrite-conf config push node-02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global] | |
| fsid = 22e73d1c-a5df-4692-9494-4b6e5a54b003 | |
| mon_initial_members = node-00,node-01,node-02 | |
| mon_host = 10.182.0.2,10.182.0.3,10.182.0.4 | |
| auth_cluster_required = cephx | |
| auth_service_required = cephx | |
| auth_client_required = cephx | |
| public network = 10.182.0.0/20 |