Skip to content

Commit

Permalink
Merge branch '2.7' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Oct 12, 2020
2 parents b60627e + 4edf6e8 commit 5da9c8e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = u'2.7'
# The full version, including alpha/beta/rc tags.
release = u'2.7.4'
release = u'2.7.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion cpt-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To install the CVMFS package run

::

sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.7.4/cvmfs-2.7.4-1.fc29.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.7.5/cvmfs-2.7.5-1.fc29.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm


Mac OS X
Expand Down
24 changes: 24 additions & 0 deletions cpt-releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Release Notes for CernVM-FS 2.7.5
=================================

CernVM-FS 2.7.5 is a patch release. It contains several bugfixes for the client.

As with previous releases, upgrading clients should be seamless just by
installing the new package from the repository. As usual, we recommend to
update only a few worker nodes first and gradually ramp up once the new version
proves to work correctly. Please take special care when upgrading a cvmfs
client in NFS mode.

Stratum 0 and stratum 1 servers do not necessarily need to update from version
2.7.4.

Bug Fixes and Improvements
--------------------------

* [client] fix rare crash when kernel meta-data caches operate close to 4GB
(`CVM-1818 <https://sft.its.cern.ch/jira/browse/CVM-1818>`_)
* [client] let mount helper detect when CVMFS_HTTP_PROXY is defined but empty
* [client] add CVMFS_CLIENT_PROFILE and CVMFS_USE_CDN to the list of
known parameters in cvmfs_config


Release Notes for CernVM-FS 2.7.4
=================================

Expand Down

0 comments on commit 5da9c8e

Please sign in to comment.