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

backend-setup role fails on rhel7 #121

Open
kristvanbesien opened this issue Apr 1, 2021 · 0 comments
Open

backend-setup role fails on rhel7 #121

kristvanbesien opened this issue Apr 1, 2021 · 0 comments

Comments

@kristvanbesien
Copy link

When applying the gluster.infra role this fails during the last task of the backend-setup sub role. This against a RHGS3.5 on RHEL7 host.

The task that fails is this one:

- name: Regenerate new LVM filter rules
  shell: >
    vdsm-tool config-lvm-filter -y

This fails because vdsm-tool is an interactive command, that waits for some operator to answer with Yes or No to proceed. As a result the playbook there just hangs. On RHEL7 at least vdsm-tool does not have an -y option.

@kristvanbesien kristvanbesien changed the title backed-setup role fails on rhel7 backend-setup role fails on rhel7 Apr 1, 2021
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

1 participant