aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/nfs/Base.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-05lib/nfs/Base: kludge to reduce number of NFS mountsMax Kellermann1-0/+61
Creating a NfsStorage sets its own export_name as the "base". Now NfsFileReader can use this information to derive the export_name to be mounted, instead of guessing. This solves the "too many connection" problem on the NFS server while updating the database.