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 Jun 23, 2020
2 parents 31392c4 + 0895439 commit 63d8a36
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 11 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# General information about the project.
project = u'CernVM-FS'
copyright = u'2019, CernVM Team'
copyright = u'2020, CernVM Team'
author = u'CernVM Team'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -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.2'
release = u'2.7.3'

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

::

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

OpenSUSE
~~~~~~~~
To install the CVMFS package run

::

zypper install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.7.2/cvmfs-2.7.2-1.suse1320.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.3/cvmfs-2.7.3-1.fc29.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm


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

CernVM-FS 2.7.3 is a patch release. It contains bugfixes and improvements for
clients and servers.

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.

For Stratum 1 servers, there should be no running snapshots during the upgrade.
For publisher and gateway nodes, all transactions must be closed and no active
leases must be present before upgrading.

Note for upgrades from versions prior to 2.7.2: please also see the specific
instructions in the release notes for version 2.7.2 and earlier.

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

* Add Ubuntu 20 and Fedora 32 packages
* Client / EL8: fix spurious SElinux error message during package upgrade
(`CVM-1878 <https://sft.its.cern.ch/jira/browse/CVM-1878>`_)
* Client: fix `cvmfs_config chksetup` for squashed NFS alien cache
(`CVM-1888 <https://sft.its.cern.ch/jira/browse/CVM-1888>`_)
* Server: fix handling of .cvmfs_status.json after garbage collection
(`CVM-1887 <https://sft.its.cern.ch/jira/browse/CVM-1887>`_)
* Server: add `add-replica -P` option to create pass-through replicas
(`CVM-1845 <https://sft.its.cern.ch/jira/browse/CVM-1845>`_)
* Fix building with GCC >= 10
(`CVM-1894 <https://sft.its.cern.ch/jira/browse/CVM-1894>`_)


Release Notes for CernVM-FS 2.7.2
=================================

Expand Down

0 comments on commit 63d8a36

Please sign in to comment.