For some reason vg_create is using a command that fails if you need to rerun the setup:
|
command: vgcreate --dataalignment {{ item.value.pv_dataalign | default(pv_dataalign) }} -s {{ vg_pesize | default(4) }} {{ (item.value | first).vgname }} {{ item.value | ovirt.ovirt.json_query('[].pvname') | unique | join(',') }} |
We need to use idempotent modules where possible
For some reason vg_create is using a command that fails if you need to rerun the setup:
gluster-ansible-infra/roles/backend_setup/tasks/vg_create.yml
Line 65 in 6ce7885
We need to use idempotent modules where possible