I recently made an iocage jail which was working fine until I rebooted freenas and now I'm running into an issue where the jail will not start.
Before the reboot I had a dataset /mnt/tank/iocage/ as well as a /mnt/iocage that appeared to contain the same data (sym linked?). Post reboot, I still have /mnt/tank/iocage but the /mnt/iocage dir is empty
"zfs list | grep iocage" only shows tank/iocage entries mounted to /mnt/tank/iocage there is no entry for /mnt/iocage
Should iocage be showing up in both places? Either it's not mounting in /mnt/iocage and should be, or it should be looking in /mnt/tank/iocage? Any idea which and how I can resolve this?
Before the reboot I had a dataset /mnt/tank/iocage/ as well as a /mnt/iocage that appeared to contain the same data (sym linked?). Post reboot, I still have /mnt/tank/iocage but the /mnt/iocage dir is empty
Code:
[root@domain /mnt]# iocage list +-----+------------+-------+--------------+---------------+ | JID | NAME | STATE | RELEASE | IP4 | +=====+============+=======+==============+===============+ | - | borgbackup | down | 11.1-RELEASE | ....ip.... | +-----+------------+-------+--------------+---------------+ [root@domain /mnt]# iocage start borgbackup * Starting borgbackup + Start FAILED mount: /mnt/iocage/jails: No such file or directory jail: /sbin/mount -t nullfs -o rw /mnt/tank/backups/borgbackup /mnt/iocage/jails/borgbackup/root/srv/repos: failed
"zfs list | grep iocage" only shows tank/iocage entries mounted to /mnt/tank/iocage there is no entry for /mnt/iocage
Should iocage be showing up in both places? Either it's not mounting in /mnt/iocage and should be, or it should be looking in /mnt/tank/iocage? Any idea which and how I can resolve this?