From cd836eed909b90ae24dd3d5d034d1664ff84dfce Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Thu, 7 Apr 2022 18:56:41 +0000 Subject: [PATCH] ocp4: add step to label node for ODF --- modules/ocp4/pages/sop_add_odf_storage.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/ocp4/pages/sop_add_odf_storage.adoc b/modules/ocp4/pages/sop_add_odf_storage.adoc index d1c5e64..8477b55 100644 --- a/modules/ocp4/pages/sop_add_odf_storage.adoc +++ b/modules/ocp4/pages/sop_add_odf_storage.adoc @@ -85,7 +85,13 @@ spec: + Write and save the change. -4. From the Openshift Web console visit `Storage, OpenShift Data Foundation`, then in the `Storage Systems` sub menu, click the 3 dot menu on the right beside the `ocs-storagecluster-storage` object. Choose `Add Capacity` option. From the popup menu that appears, ensure that the storage class `local-block` is selected in the list. Finally confirm with add. +4. Add the `cluster.ocs.openshift.io/openshift-storage` label to the new node: ++ +---- +oc label no worker05.ocp.iad2.fedoraproject.org cluster.ocs.openshift.io/openshift-storage='' +---- + +5. From the Openshift Web console visit `Storage, OpenShift Data Foundation`, then in the `Storage Systems` sub menu, click the 3 dot menu on the right beside the `ocs-storagecluster-storage` object. Choose `Add Capacity` option. From the popup menu that appears, ensure that the storage class `local-block` is selected in the list. Finally confirm with add. .Note: For best results, only perform this step once, and after all nodes have been added to the cluster.