Greetings.
I have few jails running nginx on my FreeBSD 13.1 host. I'd like to create another jail for their SQL database needs.
I'd like to create ZFS dataset for this purpose (for MySQL jail) but should I create it on host? If the dataset is created within the host, could the Jail access it? Is it possible to point it within a Jail? My jails are under /jails folder in root. Or it should be created within the jail?
It's like:
/jails/web1 - 10.10.10.2
/jails/web2 - 10.10.10.3
/jails/web3 - 10.10.10.4
/jails/sqlserver
I have few jails running nginx on my FreeBSD 13.1 host. I'd like to create another jail for their SQL database needs.
I'd like to create ZFS dataset for this purpose (for MySQL jail) but should I create it on host? If the dataset is created within the host, could the Jail access it? Is it possible to point it within a Jail? My jails are under /jails folder in root. Or it should be created within the jail?
It's like:
/jails/web1 - 10.10.10.2
/jails/web2 - 10.10.10.3
/jails/web3 - 10.10.10.4
/jails/sqlserver