Merge "Add pvremove to the disk clean step"
This commit is contained in:
commit
527f6bafc3
@ -86,8 +86,9 @@ outputs:
|
||||
dport: '49152-49251'
|
||||
host_prep_tasks:
|
||||
- name: Wipe the configured disks
|
||||
shell:
|
||||
shell: |
|
||||
wipefs -af {{item}}
|
||||
pvremove {{item}} || true
|
||||
with_items: {get_attr: [RoleParametersValue, value, OpenShiftGlusterDisks]}
|
||||
upgrade_tasks: []
|
||||
step_config: ''
|
||||
|
Loading…
Reference in New Issue
Block a user