From 5e6ddbc47e33022931b79718d6311787e7d59967 Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Mon, 18 Jun 2018 14:12:56 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20=C2=AB=20Gestion=20des=20OSD=20=C2=BB?= =?UTF-8?q?=20=E2=86=92=20=C2=AB=20Suppression=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCeph.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HowtoCeph.md b/HowtoCeph.md index bb5937bc..c0dd60f1 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -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