@@ -50,14 +50,15 @@ CVMFS_EXTERNAL_FALLBACK_PROXY | List of HTTP proxies similar to ``CVMFS_EXTERN
5050 | and disable DIRECT connections.
5151CVMFS_EXTERNAL_HTTP_PROXY Chain of HTTP proxy groups to be used when CernVM-FS is accessing external data
5252CVMFS_EXTERNAL_MAX_SERVERS | Caps the list of external hosts to the given number (after geo-sorting them)
53+ CVMFS_EXTERNAL_METALINK Semi-colon-separated chain of RFC6249-compliant servers to locate webservers serving external data.
5354CVMFS_EXTERNAL_TIMEOUT Timeout in seconds for HTTP requests to an external-data server with a proxy server
5455CVMFS_EXTERNAL_TIMEOUT_DIRECT Timeout in seconds for HTTP requests to an external-data server without a proxy server
5556CVMFS_EXTERNAL_URL Semicolon-separated chain of webservers serving external data chunks.
5657CVMFS_FALLBACK_PROXY | List of HTTP proxies similar to ``CVMFS_HTTP_PROXY``. The fallback proxies are
5758 | added to the end of the normal proxies, and disable DIRECT connections.
5859CVMFS_FOLLOW_REDIRECTS When set to *yes *, follow up to 4 HTTP redirects in requests.
5960CVMFS_HIDE_MAGIC_XATTRS If set to *yes * the client will not expose CernVM-FS specific extended attributes
60- CVMFS_HOST_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER ``.
61+ CVMFS_HOST_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER ``, for server URLs .
6162CVMFS_HTTP_PROXY | Chain of HTTP proxy groups used by CernVM-FS. Necessary.
6263 | Set to ``DIRECT`` if you don't use proxies.
6364CVMFS_HTTP_TRACING Activates that a tracing header is attached to each CURL request. Consists of ``uid ``, ``pid ``, and ``gid ``. Default is ``off ``.
@@ -85,6 +86,8 @@ CVMFS_MAX_RETRIES Maximum number of retries for a given proxy/host
8586CVMFS_MAX_SERVERS Limit the number of (geo sorted) stratum 1 servers that are effectively used.
8687CVMFS_MAX_TTL Maximum file catalog TTL in minutes. Can overwrite the TTL stored in the catalog.
8788CVMFS_MEMCACHE_SIZE Size of the CernVM-FS metadata memory cache in Megabyte.
89+ CVMFS_METALINK_URL Semi-colon-separated chain of RFC6249-compliant servers to locate Stratum-1 servers.
90+ CVMFS_METALINK_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER ``, for metalink servers.
8891CVMFS_MOUNT_RW | Mount CernVM-FS as a read/write file system. Write operations will fail
8992 | but this option can workaround faulty ``open()`` flags.
9093CVMFS_NFILES Maximum number of open file descriptors that can be used by the CernVM-FS process.
0 commit comments