]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixes OSD node labels which based on the osd_devices name 23312/head
authorsylvia0409 <sylvia0409siyu@gmail.com>
Mon, 30 Jul 2018 06:23:21 +0000 (14:23 +0800)
committersylvia0409 <sylvia0409siyu@gmail.com>
Mon, 30 Jul 2018 06:23:21 +0000 (14:23 +0800)
Signed-off-by: Siyu Sun <sylvia0409siyu@gmail.com>
doc/start/kube-helm.rst

index 798a55c276f2f324eb49a4f63c8a93b35fcfadb3..324f5c6a4e82d81472b76457551aa0a81f3ce4d5 100644 (file)
@@ -91,7 +91,7 @@ The following labels need to be set to deploy a Ceph cluster:
  - ceph-osd-device-<name>=enabled
 
 The ``ceph-osd-device-<name>`` label is created based on the osd_devices name value defined in our ``ceph-overrides.yaml``.
-From our example above we will have the two following label: ``ceph-osd-device-dev-sdb`` and ``ceph-osd-device-dev-sdc``.
+From our example above we will have the two following label: ``ceph-osd-device-dev-sdd`` and ``ceph-osd-device-dev-sde``.
 
 For each Ceph Monitor::
 
@@ -99,7 +99,7 @@ For each Ceph Monitor::
 
 For each OSD node::
 
-    $ kubectl label node <nodename> ceph-osd=enabled ceph-osd-device-dev-sdb=enabled ceph-osd-device-dev-sdc=enabled
+    $ kubectl label node <nodename> ceph-osd=enabled ceph-osd-device-dev-sdd=enabled ceph-osd-device-dev-sde=enabled
 
 Ceph Deployment
 ===============