To set the location of the resulting packages that Poudriere will build to a NFS mount, I only need to change POUDRIERE_DATA in /usr/local/etc/poudriere.conf:
	
	
	
		
Does that cause any conflicts if I am using ZFS?
What about putting ccache on NFS (to share with multiple Poudriere hosts), would that be a bad idea?
				
			
		Code:
	
	# The directory where the jail will store the packages and logs
# by default a zfs filesystem will be created and set to
# ${BASEFS}/data
#
#POUDRIERE_DATA=${BASEFS}/data
	Does that cause any conflicts if I am using ZFS?
What about putting ccache on NFS (to share with multiple Poudriere hosts), would that be a bad idea?