From 28e8fdeb9f3370fecc0108505ca7edf3c27e14df Mon Sep 17 00:00:00 2001 From: sylvia0409 Date: Mon, 30 Jul 2018 14:23:21 +0800 Subject: [PATCH] doc: Fixes OSD node labels which based on the osd_devices name Signed-off-by: Siyu Sun --- doc/start/kube-helm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/start/kube-helm.rst b/doc/start/kube-helm.rst index 798a55c276f2f..324f5c6a4e82d 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 =============== -- 2.39.5