I'm curious if anyone knows of a workaround to allow snapshots on a container with a folder path added as a mount point? Maybe I've chosen the wrong way to accomplish the task. I want to have a host zfs dataset/filesystem accessible inside multiple containers and be able to snapshot the containers, but I don't care about the mount point being included in the snapshot.
Here is an example of how I have the zfs dataset mount point in the container config:
I had to add this mount point from the command line because the GUI does not allow to add a host folder as a mount point, at least not that I could figure out how to do. This is the command I used:
Here is an example of how I have the zfs dataset mount point in the container config:
Code:
mp0: /tank/zfsdataset/dataset2/dataset3,mp=/storage
I had to add this mount point from the command line because the GUI does not allow to add a host folder as a mount point, at least not that I could figure out how to do. This is the command I used:
Code:
pct set 103 -mp0 /tank/zfsdataset/dataset2/dataset3,mp=/storage