i have copied (zfs send) a zfs dataset to my proxmox server and set the mount point to be a subdirectory of one of my LXC containers
when i reboot the container the contents of the directory are empty inside the container
when i ssh into promox the directory contents (the dataset contents) are all there
if i then re-set the moutpoint of the dataset while the container is running
the contents are now visible inside the container
is what i am doing a really bad idea which is why i'm having issues or is there something i can do to make the dataset content visible inside the container on boot?
thanks for you help, proxmox has been awesome for me for years and years <3
/rpool/data/subvol-103-disk-0/srv/postgres
when i reboot the container the contents of the directory are empty inside the container
when i ssh into promox the directory contents (the dataset contents) are all there
if i then re-set the moutpoint of the dataset while the container is running
zfs set mountpoint=/rpool/data/subvol-103-disk-0/srv/postgres rpool/postgres-data
the contents are now visible inside the container
is what i am doing a really bad idea which is why i'm having issues or is there something i can do to make the dataset content visible inside the container on boot?
thanks for you help, proxmox has been awesome for me for years and years <3
Last edited: