I have a jail with 10GB storage for my webserver and I am running out of storage space..
Looking at the file system I notice that I have over 2GB of data in /usr/src..
Question: Do I need the src file inside the jail?
You can always use the host to update/upgrade your jails directly by using DESTDIR as part of make installworld and -D /path option to mergemaster(8). There shouldn't be any need to have the sources in your jails unless you have so different src.conf(5) configuration for a jail that it can't be handled by building on the host. If that's the case don't copy the sources, use nullfs(5) mounts.
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.