Skip to content

Commit 896199a

Browse files
committed
Adding notes for 2.9.2
1 parent e6d599b commit 896199a

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = u'2.9'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'2.9.2'
63+
release = u'2.9.3'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

cpt-quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To install the CVMFS package run
4848

4949
::
5050

51-
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
51+
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
5252

5353

5454
Docker Container
@@ -65,7 +65,7 @@ or with
6565

6666
::
6767

68-
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.2/cvmfs-service-2.9.2-1.x86_64.docker.tar.gz | docker load
68+
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3/cvmfs-service-2.9.3-1.x86_64.docker.tar.gz | docker load
6969

7070
Run the container as a system service with
7171

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

9999
::
100100

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

103103
Install the CernVM-FS package by opening the .pkg file and reboot.
104104
Future releases will provide a signed and notarized package.

cpt-releasenotes.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Release Notes for CernVM-FS 2.9.3
2+
=================================
3+
4+
CernVM-FS 2.9.3 is a patch release, containing two important bug fixes: a fix for
5+
a deadlock affecting the garbage collector, and an improvement of the link between
6+
the watchdog process and the fuse module.
7+
8+
As with previous releases, upgrading clients should be seamless just by
9+
installing the new package from the repository. As usual, we recommend to update
10+
only a few worker nodes first and gradually ramp up once the new version proves
11+
to work correctly. Please take special care when upgrading a cvmfs client in NFS
12+
mode.
13+
14+
For Stratum 1 servers, there should be no running snapshots during the upgrade.
15+
For publisher and gateway nodes, all transactions must be closed and no active
16+
leases must be present before upgrading.
17+
18+
Bug Fixes and Improvements
19+
--------------------------
20+
21+
* [client] Improve robustness of link between watchdog and fuse module (#2971)
22+
([#2971](https://github.com/cvmfs/cvmfs/pull/2971))
23+
* [server] Fix releasing of GC lock (#2982)
24+
([#2982](https://github.com/cvmfs/cvmfs/pull/2982))
25+
26+
127
Release Notes for CernVM-FS 2.9.2
228
=================================
329

0 commit comments

Comments
 (0)