You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 asignore_errors
is set toyes
gluster-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_errors
could be set toyes
on this task as well.gluster-ansible-infra/roles/backend_setup/tasks/regenerate_new_lvm_filter_rules.yml
Line 4 in bd5dda3
The text was updated successfully, but these errors were encountered: