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
0ae0e005
Commit
0ae0e005
authored
5 years ago
by
Antonio Falabella
Browse files
Options
Downloads
Patches
Plain Diff
Update maintenance.md
parent
dca9e8e5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
maintenance.md
+21
-0
21 additions, 0 deletions
maintenance.md
with
21 additions
and
0 deletions
maintenance.md
+
21
−
0
View file @
0ae0e005
...
...
@@ -104,3 +104,24 @@ Then try to restart the osd, this should clear the slow ops warnings.
```
cephfs-journal-tool --rank=cephfs:all event get list
```
### rados
To get the object list on pool
`ec22`
:
```
rados -p ec22 ls
```
then to get the mapping into the OSDs you can to:
```
ceph osd map ec22 10000018bcc.00000000
osdmap e24981 pool 'ec22' (26) object '10000018bcc.00000000' -> pg 26.72ac8a53 (26.253) -> up ([160,179,92,202], p160) acting ([160,179,92,202], p160)
```
In this case for our setup the OSD are located in:
```
160 -> cs-004
179 -> cs-001
92 -> cs-003
202 -> cs-002
```
Losing
`cs-001`
```
osdmap e24984 pool 'ec22' (26) object '10000018bcc.00000000' -> pg 26.72ac8a53 (26.253) -> up ([160,NONE,92,202], p160) acting ([160,NONE,92,202], p160)
```
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