Hi,
for good reasons I want file system storage. As usual I removed the LVM thin storage an then issued:
and then, as usual (did this more than once with PVE) added the following line to /etc/fstab:
then tested this with:
works. At boot time I get a timeout for the fstab entry and boot hangs. Why and how to fix this?
TIA
for good reasons I want file system storage. As usual I removed the LVM thin storage an then issued:
Code:
mkfs.xfs /dev/pve/data
Code:
/dev/pve/data /var/lib/vz xfs defaults 0 0
Code:
mount -a
TIA