Skip to content
Snippets Groups Projects
create-mgr.md 3.2 KiB
Newer Older
ceph-deploy mgr create qn-cnfslhc ds-001
[ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf
[ceph_deploy.cli][INFO  ] Invoked (2.0.1): /usr/bin/ceph-deploy mgr create qn-cnfslhc ds-001
[ceph_deploy.cli][INFO  ] ceph-deploy options:
[ceph_deploy.cli][INFO  ]  username                      : None
[ceph_deploy.cli][INFO  ]  verbose                       : False
[ceph_deploy.cli][INFO  ]  mgr                           : [('qn-cnfslhc', 'qn-cnfslhc'), ('ds-001', 'ds-001')]
[ceph_deploy.cli][INFO  ]  overwrite_conf                : False
[ceph_deploy.cli][INFO  ]  subcommand                    : create
[ceph_deploy.cli][INFO  ]  quiet                         : False
[ceph_deploy.cli][INFO  ]  cd_conf                       : <ceph_deploy.conf.cephdeploy.Conf instance at 0x7f5c9b295fc8>
[ceph_deploy.cli][INFO  ]  cluster                       : ceph
[ceph_deploy.cli][INFO  ]  func                          : <function mgr at 0x7f5c9b6e4500>
[ceph_deploy.cli][INFO  ]  ceph_conf                     : None
[ceph_deploy.cli][INFO  ]  default_release               : False
[ceph_deploy.mgr][DEBUG ] Deploying mgr, cluster ceph hosts qn-cnfslhc:qn-cnfslhc ds-001:ds-001
[qn-cnfslhc][DEBUG ] connected to host: qn-cnfslhc 
[qn-cnfslhc][DEBUG ] detect platform information from remote host
[qn-cnfslhc][DEBUG ] detect machine type
[ceph_deploy.mgr][INFO  ] Distro info: CentOS Linux 7.6.1810 Core
[ceph_deploy.mgr][DEBUG ] remote host will use systemd
[ceph_deploy.mgr][DEBUG ] deploying mgr bootstrap to qn-cnfslhc
[qn-cnfslhc][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
[qn-cnfslhc][WARNIN] mgr keyring does not exist yet, creating one
[qn-cnfslhc][DEBUG ] create a keyring file
[qn-cnfslhc][DEBUG ] create path recursively if it doesn't exist
[qn-cnfslhc][INFO  ] Running command: ceph --cluster ceph --name client.bootstrap-mgr --keyring /var/lib/ceph/bootstrap-mgr/ceph.keyring auth get-or-create mgr.qn-cnfslhc mon allow profile mgr osd allow * mds allow * -o /var/lib/ceph/mgr/ceph-qn-cnfslhc/keyring
[qn-cnfslhc][INFO  ] Running command: systemctl enable ceph-mgr@qn-cnfslhc
[qn-cnfslhc][INFO  ] Running command: systemctl start ceph-mgr@qn-cnfslhc
[qn-cnfslhc][INFO  ] Running command: systemctl enable ceph.target
[ds-001][DEBUG ] connected to host: ds-001 
[ds-001][DEBUG ] detect platform information from remote host
[ds-001][DEBUG ] detect machine type
[ceph_deploy.mgr][INFO  ] Distro info: CentOS Linux 7.6.1810 Core
[ceph_deploy.mgr][DEBUG ] remote host will use systemd
[ceph_deploy.mgr][DEBUG ] deploying mgr bootstrap to ds-001
[ds-001][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
[ds-001][WARNIN] mgr keyring does not exist yet, creating one
[ds-001][DEBUG ] create a keyring file
[ds-001][DEBUG ] create path recursively if it doesn't exist
[ds-001][INFO  ] Running command: ceph --cluster ceph --name client.bootstrap-mgr --keyring /var/lib/ceph/bootstrap-mgr/ceph.keyring auth get-or-create mgr.ds-001 mon allow profile mgr osd allow * mds allow * -o /var/lib/ceph/mgr/ceph-ds-001/keyring
[ds-001][INFO  ] Running command: systemctl enable ceph-mgr@ds-001
[ds-001][INFO  ] Running command: systemctl start ceph-mgr@ds-001
[ds-001][INFO  ] Running command: systemctl enable ceph.target