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

Update maintenance.md

parent 3283c8af
No related branches found
No related tags found
No related merge requests found
......@@ -76,3 +76,8 @@ First umount the fs from all the client, then stop all the metadata servers. Aft
```
ceph fs rm cephfs --yes-i-really-mean-it
```
### Crash Warning
After checking with `ceph crash ls-new`, they can be cleaned with
```
for id in `ceph crash ls-new | awk '{print $1}' | awk '{if(NR>1)print}'`;do ceph crash archive $id;done
```
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