Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vdsm-python package on Debian based systems #119

Open
rohankrishnadev opened this issue Mar 24, 2021 · 1 comment
Open

vdsm-python package on Debian based systems #119

rohankrishnadev opened this issue Mar 24, 2021 · 1 comment

Comments

@rohankrishnadev
Copy link

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.

@hunter86bg
Copy link
Contributor

We should use ansible-native way to detect if the package (oVirt) is deployed or not.
#122 should fix it . Tested on Ubuntu so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants