19
0
Fork 0

Ajout « Gestion des OSD » → « Suppression »

This commit is contained in:
abenmiloud 2018-06-18 14:12:56 +02:00
parent 7f2cdf6705
commit 5e6ddbc47e
1 changed files with 13 additions and 0 deletions

View File

@ -291,6 +291,19 @@ $ ceph auth del client.john
~~~
# Gestion des OSD
## Suppression
~~~
OSD=0
ceph osd out $OSD
sudo systemctl stop ceph-osd@$OSD
ceph osd purge $OSD --yes-i-really-mean-it
~~~
# Gestion des pools