Skip to content

Commit f31307a

Browse files
authored
Merge branch 'latest' into add_missing_params
2 parents 7f16ac5 + 3cd875a commit f31307a

File tree

4 files changed

+44
-10
lines changed

4 files changed

+44
-10
lines changed

apx-parameters.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ CVMFS_EXTERNAL_FALLBACK_PROXY | List of HTTP proxies similar to ``CVMFS_EXTERN
6666
| and disable DIRECT connections.
6767
CVMFS_EXTERNAL_HTTP_PROXY Chain of HTTP proxy groups to be used when CernVM-FS is accessing external data
6868
CVMFS_EXTERNAL_MAX_SERVERS | Caps the list of external hosts to the given number (after geo-sorting them)
69+
CVMFS_EXTERNAL_METALINK Semi-colon-separated chain of RFC6249-compliant servers to locate webservers serving external data.
6970
CVMFS_EXTERNAL_TIMEOUT Timeout in seconds for HTTP requests to an external-data server with a proxy server
7071
CVMFS_EXTERNAL_TIMEOUT_DIRECT Timeout in seconds for HTTP requests to an external-data server without a proxy server
7172
CVMFS_EXTERNAL_URL Semicolon-separated chain of webservers serving external data chunks.
@@ -77,7 +78,7 @@ CVMFS_FUSE3_MAX_THREADS Set max number of fuse threads (requires: libfus
7778
CVMFS_FUSE3_IDLE_THREADS Set max number of idle fuse threads (requires: libfuse3 > 3.12)
7879
CVMFS_FOLLOW_REDIRECTS When set to *yes*, follow up to 4 HTTP redirects in requests.
7980
CVMFS_HIDE_MAGIC_XATTRS If set to *yes* the client will not expose CernVM-FS specific extended attributes
80-
CVMFS_HOST_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER``.
81+
CVMFS_HOST_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER``, for server URLs.
8182
CVMFS_HTTP_PROXY | Chain of HTTP proxy groups used by CernVM-FS. Necessary.
8283
| Set to ``DIRECT`` if you don't use proxies.
8384
CVMFS_HTTP_TRACING Activates that a tracing header is attached to each CURL request. Consists of ``uid``, ``pid``, and ``gid``. Default is ``off``.
@@ -110,8 +111,10 @@ CVMFS_MAX_IPADDR_PER_PROXY | Limit the number of IP addresses a proxy names
110111
CVMFS_MAX_RETRIES Maximum number of retries for a given proxy/host combination.
111112
CVMFS_MAX_SERVERS Limit the number of (geo sorted) stratum 1 servers that are effectively used.
112113
CVMFS_MAX_TTL Maximum file catalog TTL in minutes. Can overwrite the TTL stored in the catalog.
113-
CVMFS_MEMCACHE_SIZE Size of the CernVM-FS metadata memory cache in Megabyte.
114+
CVMFS_MEMCACHE_SIZE Size of the CernVM-FS metadata memory cache in Megabytes.
114115
CVMFS_MOUNT_DIR Directory where CernVM-FS is mounted to. Default is ``/cvmfs`` and cannot be overwritten.
116+
CVMFS_METALINK_URL Semi-colon-separated chain of RFC6249-compliant servers to locate Stratum-1 servers.
117+
CVMFS_METALINK_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER``, for metalink servers.
115118
CVMFS_MOUNT_RW | Mount CernVM-FS as a read/write file system. Write operations will fail
116119
| but this option can workaround faulty ``open()`` flags.
117120
CVMFS_NFILES Maximum number of open file descriptors that can be used by the CernVM-FS process.

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = u'2.12'
64+
version = u'2.13'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'2.12.0-devel'
66+
release = u'2.13.0-devel'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

cpt-quickstart.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ On macOS, mounting and unmounting of the CernVM-FS is done by the user with ``su
1818

1919
Getting the Software
2020
--------------------
21-
The CernVM-FS source code and binary packages are available from the `CernVM website <https://cernvm.cern.ch/portal/filesystem/downloads>`_.
21+
The CernVM-FS source code and binary packages are available from the `CernVM website <https://cernvm.cern.ch/fs/#download>`_.
2222
However, it is recommended to use the available package repositories that are also provided for the supported operating systems.
2323

2424
Linux
@@ -33,14 +33,14 @@ To add the CVMFS repository (available for Debian and RHEL flavors) and install
3333

3434
.. code-block:: console
3535
36-
sudo yum install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
36+
sudo yum install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
3737
sudo yum install -y cvmfs
3838
3939
.. tab-item:: Debian/Ubuntu
4040

4141
.. code-block:: console
4242
43-
wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb
43+
wget https://cvmrepo.s3.cern.ch/cvmrepo/apt/cvmfs-release-latest_all.deb
4444
sudo dpkg -i cvmfs-release-latest_all.deb
4545
rm -f cvmfs-release-latest_all.deb
4646
sudo apt-get -y update
@@ -51,9 +51,8 @@ To add the CVMFS repository (available for Debian and RHEL flavors) and install
5151

5252
.. code-block:: console
5353
54-
sudo dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.12.0/cvmfs-2.12.0-1.fc40.x86_64.rpm \
55-
https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm \
56-
http://ecsft.cern.ch/dist/cvmfs/cvmfs-2.12.0/cvmfs-libs-2.12.0-1.fc40.x86_64.rpm
54+
sudo dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
55+
sudo dnf install -y cvmfs
5756
5857
5958
Other Platforms

cpt-releasenotes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,46 @@
11

2+
Release Notes for CernVM-FS 2.12.4
3+
==================================
4+
5+
CernVM-FS 2.12.4 is a small patch release that adds a minor fix to ``cvmfs_config fsck -q`` and a minor fix to ``cvmfs_server mkfs``.
6+
7+
Bug fixes
8+
---------
9+
10+
* [client] Fix cvmfs_config fsck -q to work with rmd160, shake128 hashes (`#3739 <https://github.com/cvmfs/cvmfs/issues/3739>`_)
11+
* [server] Fix mkfs overwrite-manifest check when upstream is gateway (`#37240 <https://github.com/cvmfs/cvmfs/issues/3740>`_)
12+
13+
14+
Release Notes for CernVM-FS 2.12.3
15+
==================================
16+
17+
CernVM-FS 2.12.3 is a small patch release that fixes the issue with zeroed files in the cache seen in 2.12.0.
18+
19+
Bug fixes
20+
---------
21+
22+
* [client] Don't commit empty certificates to cache (`#3728 <https://github.com/cvmfs/cvmfs/issues/3728>`_)
23+
224
Release Notes for CernVM-FS 2.12.2
325
==================================
426

527
CernVM-FS 2.12.2 is a small patch release that adds the "quick" ``cvmfs_config fsck -q`` option to check for and quarantine zeroed files in the cache.
628

29+
Improvements and changes
30+
------------------------
31+
32+
* [client] Add cvmfs_config fsck -q(uick) to check for zeroed files in cache (`#3726 <https://github.com/cvmfs/cvmfs/issues/3726>`_)
33+
734
Release Notes for CernVM-FS 2.12.1
835
==================================
936

1037
CernVM-FS 2.12.1 is a small patch release that fixes a packaging issue: it ensures that the service to reload cvmfs after package upgrades is correctly configured.
1138

39+
Bug fixes
40+
---------
41+
42+
* [rpm] bugfix for reload service after rpm upgrades (`#3725 <https://github.com/cvmfs/cvmfs/issues/3725>`_)
43+
1244
Release Notes for CernVM-FS 2.12.0
1345
==================================
1446

0 commit comments

Comments
 (0)