Skip to content

Commit

Permalink
Merge branch 'latest' into add_missing_params
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl authored Jan 14, 2025
2 parents 7f16ac5 + 3cd875a commit f31307a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 10 deletions.
7 changes: 5 additions & 2 deletions apx-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ CVMFS_EXTERNAL_FALLBACK_PROXY | List of HTTP proxies similar to ``CVMFS_EXTERN
| 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_MAX_SERVERS | Caps the list of external hosts to the given number (after geo-sorting them)
CVMFS_EXTERNAL_METALINK Semi-colon-separated chain of RFC6249-compliant servers to locate webservers serving external data.
CVMFS_EXTERNAL_TIMEOUT Timeout in seconds for HTTP requests to an external-data server with a proxy server
CVMFS_EXTERNAL_TIMEOUT_DIRECT Timeout in seconds for HTTP requests to an external-data server without a proxy server
CVMFS_EXTERNAL_URL Semicolon-separated chain of webservers serving external data chunks.
Expand All @@ -77,7 +78,7 @@ CVMFS_FUSE3_MAX_THREADS Set max number of fuse threads (requires: libfus
CVMFS_FUSE3_IDLE_THREADS Set max number of idle fuse threads (requires: libfuse3 > 3.12)
CVMFS_FOLLOW_REDIRECTS When set to *yes*, follow up to 4 HTTP redirects in requests.
CVMFS_HIDE_MAGIC_XATTRS If set to *yes* the client will not expose CernVM-FS specific extended attributes
CVMFS_HOST_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER``.
CVMFS_HOST_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER``, for server URLs.
CVMFS_HTTP_PROXY | Chain of HTTP proxy groups used by CernVM-FS. Necessary.
| Set to ``DIRECT`` if you don't use proxies.
CVMFS_HTTP_TRACING Activates that a tracing header is attached to each CURL request. Consists of ``uid``, ``pid``, and ``gid``. Default is ``off``.
Expand Down Expand Up @@ -110,8 +111,10 @@ CVMFS_MAX_IPADDR_PER_PROXY | Limit the number of IP addresses a proxy names
CVMFS_MAX_RETRIES Maximum number of retries for a given proxy/host combination.
CVMFS_MAX_SERVERS Limit the number of (geo sorted) stratum 1 servers that are effectively used.
CVMFS_MAX_TTL Maximum file catalog TTL in minutes. Can overwrite the TTL stored in the catalog.
CVMFS_MEMCACHE_SIZE Size of the CernVM-FS metadata memory cache in Megabyte.
CVMFS_MEMCACHE_SIZE Size of the CernVM-FS metadata memory cache in Megabytes.
CVMFS_MOUNT_DIR Directory where CernVM-FS is mounted to. Default is ``/cvmfs`` and cannot be overwritten.
CVMFS_METALINK_URL Semi-colon-separated chain of RFC6249-compliant servers to locate Stratum-1 servers.
CVMFS_METALINK_RESET_AFTER See ``CVMFS_PROXY_RESET_AFTER``, for metalink servers.
CVMFS_MOUNT_RW | Mount CernVM-FS as a read/write file system. Write operations will fail
| but this option can workaround faulty ``open()`` flags.
CVMFS_NFILES Maximum number of open file descriptors that can be used by the CernVM-FS process.
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.12'
version = u'2.13'
# The full version, including alpha/beta/rc tags.
release = u'2.12.0-devel'
release = u'2.13.0-devel'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
11 changes: 5 additions & 6 deletions cpt-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ On macOS, mounting and unmounting of the CernVM-FS is done by the user with ``su

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

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

.. code-block:: console
sudo yum install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
sudo yum install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
sudo yum install -y cvmfs
.. tab-item:: Debian/Ubuntu

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

.. code-block:: console
sudo dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.12.0/cvmfs-2.12.0-1.fc40.x86_64.rpm \
https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm \
http://ecsft.cern.ch/dist/cvmfs/cvmfs-2.12.0/cvmfs-libs-2.12.0-1.fc40.x86_64.rpm
sudo dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
sudo dnf install -y cvmfs
Other Platforms
Expand Down
32 changes: 32 additions & 0 deletions cpt-releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,46 @@

Release Notes for CernVM-FS 2.12.4
==================================

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``.

Bug fixes
---------

* [client] Fix cvmfs_config fsck -q to work with rmd160, shake128 hashes (`#3739 <https://github.com/cvmfs/cvmfs/issues/3739>`_)
* [server] Fix mkfs overwrite-manifest check when upstream is gateway (`#37240 <https://github.com/cvmfs/cvmfs/issues/3740>`_)


Release Notes for CernVM-FS 2.12.3
==================================

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.

Bug fixes
---------

* [client] Don't commit empty certificates to cache (`#3728 <https://github.com/cvmfs/cvmfs/issues/3728>`_)

Release Notes for CernVM-FS 2.12.2
==================================

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.

Improvements and changes
------------------------

* [client] Add cvmfs_config fsck -q(uick) to check for zeroed files in cache (`#3726 <https://github.com/cvmfs/cvmfs/issues/3726>`_)

Release Notes for CernVM-FS 2.12.1
==================================

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.

Bug fixes
---------

* [rpm] bugfix for reload service after rpm upgrades (`#3725 <https://github.com/cvmfs/cvmfs/issues/3725>`_)

Release Notes for CernVM-FS 2.12.0
==================================

Expand Down

0 comments on commit f31307a

Please sign in to comment.