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 Apr 22, 2020
2 parents 4222c96 + aef36ed commit 0b3f4ab
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 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.1'
release = u'2.7.2'

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

::

sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.7.1/cvmfs-2.7.1-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.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.1/cvmfs-2.7.1-1.suse1320.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
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


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

CernVM-FS 2.7.2 is a patch release. It contains bugfixes and improvements for
clients and servers. Together with version 2.7.2, we release the cvmfs-gateway
1.1.1 patch release. Publishers using the gateway should upgrade in lockstep.

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. The cvmfs-gateway package 1.1.1 should
be rolled out together with the cvmfs-server 2.7.2 package.

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

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

* Client: optimize loading of nested catalogs
(`CVM-1848 <https://sft.its.cern.ch/jira/browse/CVM-1848>`_)

* Client: improve logging when switching hosts
(`CVM-1844 <https://sft.its.cern.ch/jira/browse/CVM-1844>`_)

* Client: add `cvmfs_talk latency` command

* Server: fix creation of nested catalogs by ingestion command
(`CVM-1862 <https://sft.its.cern.ch/jira/browse/CVM-1862>`_)

* Server: minor improvements to geo db command line interface
(`CVM-1850 <https://sft.its.cern.ch/jira/browse/CVM-1850>`_,
`CVM-1851 <https://sft.its.cern.ch/jira/browse/CVM-1851>`_)

* Gateway: fix lease acquisiton on non-existing path
(`CVM-1696 <https://sft.its.cern.ch/jira/browse/CVM-1696>`_)

* Gateway: use watchdog for cvmfs_receiver
(`CVM-1864 <https://sft.its.cern.ch/jira/browse/CVM-1864>`_)

* Fix packaging for Fedora 31


Release Notes for CernVM-FS 2.7.1
=================================

Expand Down

0 comments on commit 0b3f4ab

Please sign in to comment.