#151 ocp4: add step to label node for ODF
Merged a year ago by zlopez. Opened 2 years ago by darknao.
darknao/infra-docs-fpo odf  into  master

@@ -85,7 +85,13 @@ 

  +

  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.

Add a label needed to deploy OSDs on new nodes

rebased onto cd836ee

a year ago

Pull-Request has been merged by zlopez

a year ago
Metadata