Qubinode / qubinode-installer

An easy to set up OpenShift development kit powered by Red Hat Ansible.
https://qubinode-installer.readthedocs.io/en/latest/
GNU General Public License v3.0
86 stars 26 forks source link

[BUG] failed to mount /var/lib/images in fstab #361

Closed amalivert closed 3 years ago

amalivert commented 3 years ago

Sunday 28 March 2021 14:27:12 -0400 (0:00:00.038) 0:00:04.255 ** [WARNING]: The value 0 (type int) in a string field was converted to '0' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change. failed: [localhost] (item={'name': 'qubi_images', 'size': '+100%FREE', 'mount_dir': '/var/lib/libvirt/images', 'fstype': 'xfs'}) => changed=false ansible_loop_var: item item: fstype: xfs mount_dir: /var/lib/libvirt/images name: qubi_images size: +100%FREE msg: |- Error mounting /var/lib/libvirt/images: mount: /var/lib/libvirt/images: mount(2) system call failed: Structure needs cleaning.

amalivert commented 3 years ago

Fixed:

xfs_repair -L /dev/mapper/vg_qubi-lv_qubi_images

amalivert commented 3 years ago

will add to doc in a troubleshooting section