Skip to content
Snippets Groups Projects
Commit 722b7d3f authored by Antonio Falabella's avatar Antonio Falabella
Browse files

Admin keysgit status!

parent 7ad54cce
No related branches found
No related tags found
No related merge requests found
# ceph installation and configuration recipes # ceph installation and configuration recipes
* [Installation](installation.md) * [Installation](installation.md)
* [Create initial monitors](docs/create-initial.md) * [Create initial monitors](docs/create-initial.md)
* [Create managers](docs/create-mgr.md)
* [Configuration](configuration.md) * [Configuration](configuration.md)
* [Maintenance](maintenance.md) * [Maintenance](maintenance.md)
* [C-states](power.md) * [C-states](power.md)
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment