[Bug 251347] NFS hangs on client side when mounted from outside in Jail Tree (BROKEN NFS SERVER OR MIDDLEWARE)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 27 09:27:43 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251347
Julien Cigar <julien at perdition.city> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julien at perdition.city
--- Comment #11 from Julien Cigar <julien at perdition.city> ---
just to say that we are using NFS (V4) mounts inside (non-VNET) jails for years
and it works like a charm, we never had an issue:
for example on one of our production server:
orval% mount -t nfs
filer.prod.lan:/pictures/collections on
/usr/jails/www1/filer/pictures/collection (nfs, read-only, nfsv4acls)
filer.prod.lan:/webapps on /usr/jails/www1/filer/webapps (nfs, nfsv4acls)
filer.prod.lan:/documents on /usr/jails/www1/filer/documents (nfs, read-only,
nfsv4acls)
filer.prod.lan:/geoserver on /usr/jails/java1/filer/geoserver (nfs, nfsv4acls)
filer.prod.lan:/pictures/collections on
/usr/jails/j_www1/filer/pictures/collection (nfs, read-only, nfsv4acls)
filer.prod.lan:/webapps on /usr/jails/j_www1/filer/webapps (nfs, nfsv4acls)
filer.prod.lan:/documents on /usr/jails/j_www1/filer/documents (nfs, read-only,
nfsv4acls)
filer.prod.lan:/apache on /usr/jails/j_www1/filer/apache (nfs, nfsv4acls)
filer.prod.lan:/pypi on /usr/jails/j_www1/filer/devpi (nfs, nfsv4acls)
filer.prod.lan:/webapps/phegea on /usr/jails/j_www1/filer/webapps/phegea (nfs,
read-only, nfsv4acls)
filer.prod.lan:/pictures/collections on
/usr/jails/j_www1_rb1/filer/pictures/collection (nfs, read-only, nfsv4acls)
filer.prod.lan:/webapps on /usr/jails/j_www1_rb1/filer/webapps (nfs, nfsv4acls)
filer.prod.lan:/ipt on /usr/jails/j_ipt1/filer/ipt (nfs, nfsv4acls)
filer.prod.lan:/geoserver on /usr/jails/geoserver1/filer/geoserver (nfs,
nfsv4acls)
(BTW I remember that I was wondering some years ago what would be the best way
of mounting several NFS shares in a jail: one mount one the HOST + NULLFS or
multiple mounts of the same share in different jails, as the latter was the
best)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list