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 Feb 17, 2020
2 parents 754f581 + 3e1cbd5 commit 03d7604
Show file tree
Hide file tree
Showing 4 changed files with 44 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.0'
release = u'2.7.1'

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


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

CernVM-FS 2.7.1 is a patch release. It contains bugfixes and improvements for
clients and stratum 1 servers. Upgrading on publisher and gateway nodes is
not necessary.

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 stratum 1 servers: the upstream delivery mechanism for the GeoIP
database changed. See :ref:`Geo API Setup <sct_geoip_db>` for more details.

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

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

* Client: fix host fail-over for redirected stratum 1 sources
(`CVM-1675 <https://sft.its.cern.ch/jira/browse/CVM-1675>`_)

* Client: add Fuse 3 support on Debian 10 "buster"
(`CVM-1825 <https://sft.its.cern.ch/jira/browse/CVM-1825>`_)

* Client: add reboot notice to macOS Catalina installation screen

* Server: add support for CVMFS_GEO_DB_FILE and CVMFS_GEO_LICENSE_KEY
to adjust to upstream GeoIP database delivery mechanism
(`CVM-1833 <https://sft.its.cern.ch/jira/browse/CVM-1833>`_)


Release Notes for CernVM-FS 2.7.0
=================================

Expand Down
2 changes: 2 additions & 0 deletions cpt-replica.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ disk cache area with ``squid -z``. In order to make the increased number
of file descriptors effective for Squid, execute ``ulimit -n 8192``
prior to starting the squid service.

.. _sct_geoip_db:

Geo API Setup
-------------

Expand Down

0 comments on commit 03d7604

Please sign in to comment.