From 4f2677ffbb36ec615d0dc28ae849851020cd8b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 25 Sep 2018 16:37:20 +0200 Subject: [PATCH] Do not wipe disks on OpenShift gluster nodes This operation is dangerous and should be done by the operator prior to deploying openshift. We assume the disks are ready for glusterfs installation. Change-Id: I4bd05ee8db9ed944edd7942a1a7aef0de0ab07f0 --- extraconfig/services/openshift-cns.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extraconfig/services/openshift-cns.yaml b/extraconfig/services/openshift-cns.yaml index d6eca2abe3..e2a7e74769 100644 --- a/extraconfig/services/openshift-cns.yaml +++ b/extraconfig/services/openshift-cns.yaml @@ -84,12 +84,6 @@ outputs: # as cns. The actual installation is performed in # openshift-master service template. service_name: openshift_glusterfs - host_prep_tasks: - - name: Wipe the configured disks - shell: | - wipefs -af {{item}} - pvremove {{item}} || true - with_items: {get_attr: [RoleParametersValue, value, OpenShiftGlusterDisks]} upgrade_tasks: [] step_config: '' external_deploy_tasks: