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.