We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using community.general.vdo module plugin in RHEL 9 and variants results in the following:
community.general.vdo
msg: 'Failed to find required executable "vdo" in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin'
vdo in RHEL 9 is now built into LVM instead of having a standalone service and program.
vdo
Bug Report
$ ansible --version ansible [core 2.16.9] config file = /root/.ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /root/collections:/root/.ansible/collections executable location = /usr/local/bin/ansible python version = 3.12.5 (main, Aug 13 2024, 01:30:38) [GCC 12.2.0] (/usr/local/bin/python) jinja version = 3.1.4 libyaml = True
$ ansible-galaxy collection list community.general # /root/.ansible/collections/ansible_collections Collection Version ----------------- ------- community.general 8.6.3
No response
- name: Manage LV VDO community.general.vdo: name: 'myvol' device: '/dev/myvg/myvol' logicalsize: '100G'
Manage VDO
Failed to find required executable "vdo" in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
The text was updated successfully, but these errors were encountered:
cc @bgurney-rh @rhawalsh click here for bot help
Sorry, something went wrong.
FWIW, command to convert a non-VDO LV to a VDO LV:
lvconvert --type vdo-pool -n vdo-myvol -V 100G myvg/myvol
--type vdo-pool is also available on Arch's lvconvert. The lvm changelog will probably be useful when trying to figure out from when exactly it's supported: https://sourceware.org/git/?p=lvm2.git;a=blob_plain;f=WHATS_NEW;hb=HEAD.
--type vdo-pool
No branches or pull requests
Summary
Using
community.general.vdo
module plugin in RHEL 9 and variants results in the following:vdo
in RHEL 9 is now built into LVM instead of having a standalone service and program.Issue Type
Bug Report
Component Name
vdo
Ansible Version
Community.general Version
Configuration
No response
OS / Environment
No response
Steps to Reproduce
Expected Results
Manage VDO
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: