Skip to content

Commit

Permalink
Merge branch '2.8' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Mar 29, 2021
2 parents 1b605da + fe913a7 commit 3ae05a9
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 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'2020, CernVM Team'
copyright = u'2021, 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.8'
# The full version, including alpha/beta/rc tags.
release = u'2.8.0'
release = u'2.8.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 @@ -48,7 +48,7 @@ To install the CVMFS package run

::

sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.8.0/cvmfs-2.8.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.8.1/cvmfs-2.8.1-1.fc32.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm


Docker Container
Expand All @@ -65,7 +65,7 @@ or with

::

curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.8.0/cvmfs-service-2.8.0-1.x86_64.docker.tar.gz | docker load
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.8.1/cvmfs-service-2.8.1-1.x86_64.docker.tar.gz | docker load

Run the container as a system service with

Expand Down
34 changes: 34 additions & 0 deletions cpt-releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
Release Notes for CernVM-FS 2.8.1
=================================

CernVM-FS 2.8.1 is a patch release.
It contains bugfixes 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.

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

* [client] fix cache hitrate reporting, add new extended attribute ``hitrate``
(`CVM-1965 <https://sft.its.cern.ch/jira/browse/CVM-1965>`_)
* [server] fix server statistics display for JSROOT 6
(`CVM-1970 <https://sft.its.cern.ch/jira/browse/CVM-1970>`_)
* [server] fix ``cvmfs_server diff --worktree`` on managed publishers
(`CVM-1972 <https://sft.its.cern.ch/jira/browse/CVM-1972>`_)
* [server] gracefully handle template transaction failures
(`CVM-1964 <https://sft.its.cern.ch/jira/browse/CVM-1964>`_)
* [server] fix enter shell when repository uses multiple stratum 1 hosts
(`CVM-1969 <https://sft.its.cern.ch/jira/browse/CVM-1969>`_)
* [container] set ``CVMFS_USE_CDN=yes`` in service container
* [shrinkwrap] fix parsing of the spec file
(`CVM-1708 <https://sft.its.cern.ch/jira/browse/CVM-1708>`_)


Release Notes for CernVM-FS 2.8.0
=================================

Expand Down

0 comments on commit 3ae05a9

Please sign in to comment.