In my jail.conf, I use path = /data/foo and it works great. Is there a way to set 'jailed=on' for a ZFS pool and start a jail?
When I set 'zfs set jailed=on ztank/data/foo' the pool is unmounted - and then I can't start the jail. Is there a way to tell jail to run with a ZFS pool instead of a path?
Also, not sure if this is related, but I am trying to get syncoid in a jail, but "permission is denied: hold". And I can't seem to delegate in a jail...
When I set 'zfs set jailed=on ztank/data/foo' the pool is unmounted - and then I can't start the jail. Is there a way to tell jail to run with a ZFS pool instead of a path?
Also, not sure if this is related, but I am trying to get syncoid in a jail, but "permission is denied: hold". And I can't seem to delegate in a jail...
zfs allow -u zfsbackup send,snapshot,hold ztank/data/foo