Skip to content

Commit

Permalink
Merge branch '2.9' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopescu committed Jun 9, 2022
2 parents 58196a2 + 896199a commit 95ecc5c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = u'2.9'
# The full version, including alpha/beta/rc tags.
release = u'2.9.2'
release = u'2.9.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 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.9.2/cvmfs-2.9.2-1.fc34.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.9.3/cvmfs-2.9.3-1.fc34.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.9.2/cvmfs-service-2.9.2-1.x86_64.docker.tar.gz | docker load
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3/cvmfs-service-2.9.3-1.x86_64.docker.tar.gz | docker load

Run the container as a system service with

Expand Down Expand Up @@ -98,7 +98,7 @@ Download the CernVM-FS client package in the terminal in order to avoid signatur

::

curl -o ~/Downloads/cvmfs-2.9.2.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.2/cvmfs-2.9.2.pkg
curl -o ~/Downloads/cvmfs-2.9.3.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3/cvmfs-2.9.3.pkg

Install the CernVM-FS package by opening the .pkg file and reboot.
Future releases will provide a signed and notarized package.
Expand Down
26 changes: 26 additions & 0 deletions cpt-releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Release Notes for CernVM-FS 2.9.3
=================================

CernVM-FS 2.9.3 is a patch release, containing two important bug fixes: a fix for
a deadlock affecting the garbage collector, and an improvement of the link between
the watchdog process and the fuse module.

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] Improve robustness of link between watchdog and fuse module (#2971)
([#2971](https://github.com/cvmfs/cvmfs/pull/2971))
* [server] Fix releasing of GC lock (#2982)
([#2982](https://github.com/cvmfs/cvmfs/pull/2982))


Release Notes for CernVM-FS 2.9.2
=================================

Expand Down

0 comments on commit 95ecc5c

Please sign in to comment.