You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apx-parameters.rst
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,10 @@ CVMFS_INSTRUMENT_FUSE | When set to *true* gather performance statisti
62
62
|The results are displayed with `cvmfs_talk internal affairs`.
63
63
CVMFS_NFS_INTERLEAVED_INODES In NFS mode, use only inodes of the form :math:`an+b`, specified as "b%a".
64
64
CVMFS_IPFAMILY_PREFER Which IP protocol to prefer when connecting to proxies. Can be either 4 or 6.
65
-
CVMFS_KCACHE_TIMEOUT Timeout for path names and file attributes in the kernel file system buffers.
65
+
CVMFS_KCACHE_TIMEOUT Timeout in seconds for path names and file attributes in the kernel file system buffers.
66
66
CVMFS_KEYS_DIR |Directory containing \*.pub files used as repository signing keys.
67
67
|If set, this parameter has precedence over ``CVMFS_PUBLIC_KEY``.
68
-
CVMFS_LOW_SPEED_LIMIT Minimum transfer rate a server or proxy must provide.
68
+
CVMFS_LOW_SPEED_LIMIT Minimum transfer rate in bytes/second a server or proxy must provide.
69
69
CVMFS_MAX_EXTERNAL_SERVERS |Limit the number of (geo sorted) stratum 1 servers for external data
70
70
|that are effectively used.
71
71
CVMFS_MAX_IPADDR_PER_PROXY |Limit the number of IP addresses a proxy names resolves into.
@@ -171,17 +171,14 @@ CVMFS_FILE_MBYTE_LIMIT | Maximum number of megabytes for a publishe
171
171
CVMFS_FORCE_REMOUNT_WARNING |Enable/disable warning through ``wall`` and grace period before forcefully
172
172
|remounting a CernVM-FS repository on the release managere machine.
173
173
CVMFS_GARBAGE_COLLECTION Enables repository garbage collection |br| (Stratum~0 only | if set to *true*)
174
-
CVMFS_GENERATE_LEGACY_BULK_CHUNKS |Deprecated, set to *true* to enable generation of whole-file objects for large files.
175
174
CVMFS_GC_DELETION_LOG |Log file path to track all garbage collected objects during sweeping
176
175
|for bookkeeping or debugging
177
176
CVMFS_GEO_DB_FILE Path to externally updated location of geolite2 city database, or 'None' for no database.
178
177
CVMFS_GEO_LICENSE_KEY A license key for downloading the geolite2 city database from maxmind.
179
178
CVMFS_GID_MAP Path of a file for the mapping of file owner group ids.
180
179
CVMFS_HASH_ALGORITHM |Define which secure hash algorithm should be used by CernVM-FS for CAS objects
181
180
|(supported are: *sha1*, *rmd160* and *shake128*)
182
-
CVMFS_IGNORE_SPECIAL_FILES Set to *true* to skip special files during publish without aborting.
183
-
CVMFS_IGNORE_XDIR_HARDLINKS |Deprecated, defaults to *true*
184
-
|hardlinks are found. Instead automatically break the hardlinks across directories.
181
+
CVMFS_IGNORE_SPECIAL_FILES Set to *true* to skip special files (pipes, sockets, block device and character device files) during publish without aborting.
185
182
CVMFS_INCLUDE_XATTRS Set to *true* to process extended attributes
186
183
CVMFS_MAX_CHUNK_SIZE Maximal size of a file chunk in bytes (see also *CVMFS_USE_FILE_CHUNKING*)
187
184
CVMFS_MAXIMAL_CONCURRENT_WRITES Maximal number of concurrently processed files during publishing.
@@ -235,6 +232,20 @@ X509_CERT_DIR | Directory file with CA certificates for HT
235
232
|defaults to /etc/grid-security/certificates (see :ref:`sct_data`)
0 commit comments