I am currently testing the installation on a DELL t-630 server. PVE is installed with root-ZFS on SD card modules (16gb size, dual-cards, hardware mirrored). I am trying to move the /var folder to another ZFS file system with regular sas hdds.
The root is on rpool on the SDcard.
var is on another pool called fastpl01, with zfs mountpoint set to /var.
Once /var has been moved to fastpl01, the system refuses to mount /var saying "unable to open dataset". But the /var folder on the SDcard has content already written to it.
I have tried setting zfs mountpoint to legacy and adding an entry in fstab. But I get the same error.
I have also tried creating a zvol with ext2 filesystem for /var and adding an entry in fstab. THis time the system boots fine, but lxcfs throws an error saying unable to start service.
Since root is also ZFS, i dont understand why it is causing a problem to mount var from another dataset.
Can somebody help?
The root is on rpool on the SDcard.
var is on another pool called fastpl01, with zfs mountpoint set to /var.
Once /var has been moved to fastpl01, the system refuses to mount /var saying "unable to open dataset". But the /var folder on the SDcard has content already written to it.
I have tried setting zfs mountpoint to legacy and adding an entry in fstab. But I get the same error.
I have also tried creating a zvol with ext2 filesystem for /var and adding an entry in fstab. THis time the system boots fine, but lxcfs throws an error saying unable to start service.
Since root is also ZFS, i dont understand why it is causing a problem to mount var from another dataset.
Can somebody help?