Skip to content

Commit

Permalink
Add notes for 2.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopescu committed Mar 14, 2022
1 parent 14197f2 commit 8e25ea7
Show file tree
Hide file tree
Showing 3 changed files with 47 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.0'
release = u'2.9.1'

# 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.0/cvmfs-2.9.0-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.1/cvmfs-2.9.1-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.0/cvmfs-service-2.9.0-1.x86_64.docker.tar.gz | docker load
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.1/cvmfs-service-2.9.1-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.0.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.0/cvmfs-2.9.0.pkg
curl -o ~/Downloads/cvmfs-2.9.1.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.1/cvmfs-2.9.1.pkg

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

CernVM-FS 2.9.1 is a patch release. It includes fixes 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] Improve error reporting in watchdog process
([#2859](https://github.com/cvmfs/cvmfs/pull/2859))
* [server] Fix potential use-after-free error in swissknife check
([#2860](https://github.com/cvmfs/cvmfs/pull/2860))
* [server] Fix conflict in commandline arguments of cvmfs_ducc
([#2853](https://github.com/cvmfs/cvmfs/issues/2853))
* [server] Running cvmfs_server check -a and gc -a is now mutually exclusive
([CVM-2043](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2043))
* [server] Enable external monitoring of geodb updates, add the
CVMFS_GEO_AUTO_UPDATE option
([CVM-1857](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-1857))
* [server[ Ignore trailing path after repo name in `cvmfs_server abort`
([CVM-2055](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2055))
* [client] New option to list magic xattrs on root node only
([CVM-2058](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2058))
* [server] Fix integrity check for external chunked files
([CVM-2050](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2050))
* [server] Fix for GeoAPI and Python3
([CVM-2052](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2052))
* [server] Fix initialization of upstream type in cvmfs_server ingest
([#2816](https://github.com/cvmfs/cvmfs/pull/2816))
* [server] Fix bug where trailing slash in base dir crashes tarball ingest
([CVM-2044](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2044))


Release Notes for CernVM-FS 2.9.0
=================================

Expand Down

0 comments on commit 8e25ea7

Please sign in to comment.