Jail issue with nullfs

Hello,
Some jails can't be restarted
service jail start
Code:
Starting jails:jail: myjail: /sbin/mount -t nullfs -o noatime,ro /jails/base /jails/myjail/base: failed
Need to reboot to get this issue gone.

Any idea?
 
Have you used service jail restart for restarting or is this just a typo in your post?

Mounting will fail if /jails/base is already mounted on /jails/myjail/base.
 
Back
Top