-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pool: add property to specity IP addresses exposed to NFS clients
Motivation: In complex network configuration pool can have multiple IP addresses that are not reachable by the NFS clients. As those addresses propagated to doors, application might experience long delays before the first byte delivered. Modification: Introduce `pool.mover.nfs.multipath` property to accept comma separated list of IP addresses that pool will advertise to NFS clients. If the property is not set, then all available IP addresses will be published, unless `-Dorg.dcache.net.localaddresses=` Java property is set. Result: More predictable client behavior in complex network setups. Acked-by: Reported-by: Ryan Taylor Reported-by: Onno Zweers Target: master Require-book: no Require-notes: yes
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters