Hi guys! I've tried to deploy ovirt single node with gluster via
GUI but have a
problem immediately. A log file that shows after installation was empty. But in
journalctl
I found that:
Apr 23 20:06:45 host1 cockpit-ws[22948]: ERROR! couldn't resolve module/action
'vdo'. This often indicates a misspelling, missing collection, or incorrect
module
path.
Apr 23 20:06:45 host1 cockpit-ws[22948]: The error appears to be in
'/etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml':
line
53, column 3, but may
Apr 23 20:06:45 host1 cockpit-ws[22948]: be elsewhere in the file depending on the exact
syntax problem.
Apr 23 20:06:45 host1 cockpit-ws[22948]: The offending line appears to be:
Apr 23 20:06:45 host1 cockpit-ws[22948]: - name: Create VDO with specified size
Apr 23 20:06:45 host1 cockpit-ws[22948]: ^ here
I've resolved problems via installing missing ansible collections. To resolve this try
to install on ovirt-node:
"ansible-galaxy collection install community.general" and "ansible-galaxy
collection install gluster.gluster"
Regards!