Hello!
I am unsure if my case is working as intended or is a bug, but consider the following jail config file:
$ cat /etc/jail.conf.d/test-ordering.conf
test-ordering {
host.hostname = "${name}";
path = "/usr/local/jails/containers/${name}";
exec.prepare = "echo tmpfs...
Each jail's specific data lives inside its own dataset: zusr/$name. This includes the fstab, which (if the dataset is encrypted/unmounted), won't be available until zfs mount -l zusr/$name.
Naturally, I thought that I could put some logic in exec.prepare, which performs this command before the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.