Skip to content

Commit 8e25ea7

Browse files
committed
Add notes for 2.9.1 release
1 parent 14197f2 commit 8e25ea7

File tree

3 files changed

+47
-4
lines changed

3 files changed

+47
-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.0'
63+
release = u'2.9.1'
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.0/cvmfs-2.9.0-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.1/cvmfs-2.9.1-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.0/cvmfs-service-2.9.0-1.x86_64.docker.tar.gz | docker load
68+
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.1/cvmfs-service-2.9.1-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.0.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.0/cvmfs-2.9.0.pkg
101+
curl -o ~/Downloads/cvmfs-2.9.1.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.1/cvmfs-2.9.1.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: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
Release Notes for CernVM-FS 2.9.1
2+
=================================
3+
4+
CernVM-FS 2.9.1 is a patch release. It includes fixes for clients and servers.
5+
6+
As with previous releases, upgrading clients should be seamless just by
7+
installing the new package from the repository. As usual, we recommend to update
8+
only a few worker nodes first and gradually ramp up once the new version proves
9+
to work correctly. Please take special care when upgrading a cvmfs client in NFS
10+
mode.
11+
12+
For Stratum 1 servers, there should be no running snapshots during the upgrade.
13+
For publisher and gateway nodes, all transactions must be closed and no active
14+
leases must be present before upgrading.
15+
16+
Bug Fixes and Improvements
17+
--------------------------
18+
19+
* [client] Improve error reporting in watchdog process
20+
([#2859](https://github.com/cvmfs/cvmfs/pull/2859))
21+
* [server] Fix potential use-after-free error in swissknife check
22+
([#2860](https://github.com/cvmfs/cvmfs/pull/2860))
23+
* [server] Fix conflict in commandline arguments of cvmfs_ducc
24+
([#2853](https://github.com/cvmfs/cvmfs/issues/2853))
25+
* [server] Running cvmfs_server check -a and gc -a is now mutually exclusive
26+
([CVM-2043](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2043))
27+
* [server] Enable external monitoring of geodb updates, add the
28+
CVMFS_GEO_AUTO_UPDATE option
29+
([CVM-1857](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-1857))
30+
* [server[ Ignore trailing path after repo name in `cvmfs_server abort`
31+
([CVM-2055](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2055))
32+
* [client] New option to list magic xattrs on root node only
33+
([CVM-2058](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2058))
34+
* [server] Fix integrity check for external chunked files
35+
([CVM-2050](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2050))
36+
* [server] Fix for GeoAPI and Python3
37+
([CVM-2052](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2052))
38+
* [server] Fix initialization of upstream type in cvmfs_server ingest
39+
([#2816](https://github.com/cvmfs/cvmfs/pull/2816))
40+
* [server] Fix bug where trailing slash in base dir crashes tarball ingest
41+
([CVM-2044](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2044))
42+
43+
144
Release Notes for CernVM-FS 2.9.0
245
=================================
346

0 commit comments

Comments
 (0)