Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ceph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antonio Falabella
ceph
Commits
722b7d3f
Commit
722b7d3f
authored
5 years ago
by
Antonio Falabella
Browse files
Options
Downloads
Patches
Plain Diff
Admin keysgit status!
parent
7ad54cce
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
docs/create-mgr.md
+44
-0
44 additions, 0 deletions
docs/create-mgr.md
with
46 additions
and
1 deletion
README.md
+
2
−
1
View file @
722b7d3f
# 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
)
...
...
This diff is collapsed.
Click to expand it.
docs/create-mgr.md
0 → 100644
+
44
−
0
View file @
722b7d3f
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
0
x7f5c9b295fc8
>
[
ceph_deploy.cli
][
INFO
]
cluster : ceph
[
ceph_deploy.cli
][
INFO
]
func :
<function
mgr
at
0
x7f5c9b6e4500
>
[
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment