From: sylvia0409 Date: Mon, 30 Jul 2018 06:23:21 +0000 (+0800) Subject: doc: Fixes OSD node labels which based on the osd_devices name X-Git-Tag: v15.1.0~2512^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=28e8fdeb9f3370fecc0108505ca7edf3c27e14df;p=ceph.git doc: Fixes OSD node labels which based on the osd_devices name Signed-off-by: Siyu Sun --- diff --git a/doc/start/kube-helm.rst b/doc/start/kube-helm.rst index 798a55c276f2..324f5c6a4e82 100644 --- a/doc/start/kube-helm.rst +++ b/doc/start/kube-helm.rst @@ -91,7 +91,7 @@ The following labels need to be set to deploy a Ceph cluster: - ceph-osd-device-=enabled The ``ceph-osd-device-`` 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 ceph-osd=enabled ceph-osd-device-dev-sdb=enabled ceph-osd-device-dev-sdc=enabled + $ kubectl label node ceph-osd=enabled ceph-osd-device-dev-sdd=enabled ceph-osd-device-dev-sde=enabled Ceph Deployment ===============