In role backend_setup there is a task to check whether the package vdsm-python is installed. This seems to be specific to operating systems in the RedHat family. This isn't an issue as ignore_errors is set to yes
|
- name: Check if vdsm-python package is installed or not |
However, later on there is a task to 'Re-generate new LVM Filrer rules' which uses vdsm-python. This task fails on Debian like systems. This should either be modified to include operating systems from the Debian family or ignore_errors could be set to yes on this task as well.
|
vdsm-tool config-lvm-filter -y |
In role backend_setup there is a task to check whether the package
vdsm-pythonis installed. This seems to be specific to operating systems in the RedHat family. This isn't an issue asignore_errorsis set toyesgluster-ansible-infra/roles/backend_setup/tasks/main.yml
Line 11 in bd5dda3
However, later on there is a task to 'Re-generate new LVM Filrer rules' which uses vdsm-python. This task fails on Debian like systems. This should either be modified to include operating systems from the Debian family or
ignore_errorscould be set toyeson this task as well.gluster-ansible-infra/roles/backend_setup/tasks/regenerate_new_lvm_filter_rules.yml
Line 4 in bd5dda3