I have an xfs storage directory configured - nine times out of ten when the server is rebooted the directory doesn't mount and any VMs or CTs that use that storage fail to start. if I run
If I run
Any tips on how to get this to work properly so that I don't have to manually mount the directory storage every boot? Thanks!
systemctl status mnt-pve-storage.mount
I get the following:
Bash:
● mnt-pve-storage.mount - Mount storage 'storage' under /mnt/pve
Loaded: loaded (/etc/systemd/system/mnt-pve-storage.mount; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2019-12-27 15:03:24 EST; 1min 42s ago
Where: /mnt/pve/storage
What: /dev/disk/by-uuid/ad61ac31-7d4a-4fcb-8ec5-1df3c8b3ce5e
Process: 1145 ExecMount=/bin/mount /dev/disk/by-uuid/ad61ac31-7d4a-4fcb-8ec5-1df3c8b3ce5e /mnt/pve/storage -t xfs -o defaults (code=exited, status=32)
CPU: 4ms
Dec 27 15:03:24 mystique systemd[1]: Mounting Mount storage 'storage' under /mnt/pve...
Dec 27 15:03:24 mystique systemd[1]: mnt-pve-storage.mount: Mount process exited, code=exited status=32
Dec 27 15:03:24 mystique systemd[1]: Failed to mount Mount storage 'storage' under /mnt/pve.
Dec 27 15:03:24 mystique systemd[1]: mnt-pve-storage.mount: Unit entered failed state.
If I run
systemctl start mnt-pve-storage.mount
after boot the storage properly mounts.Any tips on how to get this to work properly so that I don't have to manually mount the directory storage every boot? Thanks!