Open kristvanbesien opened 5 years ago
@kristvanbesien can you attach your variable file? We pick the vdo_devs from the volume groups defined. So the role would try to mount the device only if /dev/mapper is defined somewhere in the variable file. Your variable file will help understand the problem better. You can remove the hosts part.
We have a server that has disks redundantly attached. So we have use as disk devices /dev/mapper/mpath{a..e}
This seems to interfere with this piece of code in roles/backend_setup/main.yaml:
What happens is that because the disks all have pvnames that contain "/dev/mapper" they are added to the vdo_devs list, and this leads to
roles/backed_setup/mount.yaml
trying to mount them as VDOs... And this fails.