Skip to content

Commit

Permalink
document DNS roaming setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Sep 27, 2018
1 parent 0218e65 commit 5443a0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions apx-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CVMFS_DEBUGLOG If set, run CernVM-FS in debug mode and write a
CVMFS_DEFAULT_DOMAIN The default domain will be automatically appended to repository names when given without a domain.
CVMFS_DNS_RETRIES Number of retries when resolving proxy names
CVMFS_DNS_TIMEOUT Timeout in seconds when resolving proxy names
CVMFS_DNS_ROAMING If true, watch /etc/resolv.conf for nameserver changes
CVMFS_EXTERNAL_FALLBACK_PROXY List of HTTP proxies similar to ``CVMFS_EXTERNAL_HTTP_PROXY``. The fallback proxies are added to the end of the normal proxies, and disable DIRECT connections.
CVMFS_EXTERNAL_HTTP_PROXY Chain of HTTP proxy groups to be used when CernVM-FS is accessing external data
CVMFS_EXTERNAL_TIMEOUT Timeout in seconds for HTTP requests to an external-data server with a proxy server
Expand Down
8 changes: 8 additions & 0 deletions cpt-configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,14 @@ milliseconds precision randomly in the interval
:math:`[1, \text{\$CVMFS\_BACKOFF\_INIT}\cdot 1000]`. With every retry,
the backoff is then doubled.

DNS Nameserver Changes
~~~~~~~~~~~~~~~~~~~~~~

CernVM-FS can watch /etc/resolv.conf and automatically follow changes to the
DNS servers. This behavior is controlled by the ``CVMFS_DNS_ROAMING`` client
configuration. It is by default turned on on macOS and turned off on Linux.


.. _sct_cache:

Cache Settings
Expand Down

0 comments on commit 5443a0e

Please sign in to comment.