From 3bfdf54ca363cdc9894932bdd452f942c76434e2 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Tue, 21 Apr 2015 20:27:59 +0300 Subject: [PATCH] doc: don't mention ceph osd setmap ceph osd setmap command was disabled and subsequently removed 5 years ago. See 9aadd41b2095 ("mon: disable 'osd setmap'") and 6d292397aa26 ("mon: remove dead 'setmap' code"). Signed-off-by: Ilya Dryomov --- doc/rados/operations/control.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index 293cdb005f6b..0b39c4c37691 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -168,13 +168,6 @@ Query the current max_osd parameter in the OSD map. :: ceph osd getmaxosd -Import the given OSD map. Note that this can be a bit dangerous, -since the OSD map includes dynamic state about which OSDs are current -on or offline; only do this if you've just modified a (very) recent -copy of the map. :: - - ceph osd setmap -i file - Import the given crush map. :: ceph osd setcrushmap -i file -- 2.47.3