Skip to content

Commit

Permalink
update for 2.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Oct 12, 2023
1 parent 5630078 commit c76eef6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = u'CernVM-FS'
copyright = u'2022, CernVM Team'
copyright = u'2023, CernVM Team'
author = u'CernVM Team'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'2.11'
# The full version, including alpha/beta/rc tags.
release = u'2.11.0'
release = u'2.11.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 4 additions & 4 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.11.0/cvmfs-2.11.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.11.1/cvmfs-2.11.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.11.0/cvmfs-service-2.11.0-1.x86_64.docker.tar.gz | docker load
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.1/cvmfs-service-2.11.1-1.x86_64.docker.tar.gz | docker load

Run the container as a system service with

Expand All @@ -77,7 +77,7 @@ Run the container as a system service with
--cap-add SYS_ADMIN \
--device /dev/fuse \
--volume /cvmfs:/cvmfs:shared \
cvmfs/service:2.8.0-1
cvmfs/service:2.11.1-1

Use ``docker stop`` to unmount the ``/cvmfs`` tree.

Expand All @@ -100,7 +100,7 @@ Download the CernVM-FS client package in the terminal in order to avoid signatur

::

curl -o ~/Downloads/cvmfs-2.11.0.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.0/cvmfs-2.11.0.pkg
curl -o ~/Downloads/cvmfs-2.11.1.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.1/cvmfs-2.11.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
19 changes: 19 additions & 0 deletions cpt-releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release Notes for CernVM-FS 2.11.1
==================================

CernVM-FS 2.11.1 is a patch release, containing several minor bug fixes and improvements.
As with previous releases, upgrading clients should be seamless just by installing the new package from the repository.
As usual, we recommend updating only a few worker nodes first and gradually ramping 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
---------

* [client] Fix race condition on concurrent fuse3 mounts (`#3392 <https://github.com/cvmfs/cvmfs/issues/3392>`_)
* [server, rpm] Limit initscripts dependency to EL <= 7 (`#3408 <https://github.com/cvmfs/cvmfs/issues/3408>`_)
* [packaging] Remove hidden git build dependency (`#3376 <https://github.com/cvmfs/cvmfs/issues/3376>`_)


Release Notes for CernVM-FS 2.11.0
==================================

Expand Down

0 comments on commit c76eef6

Please sign in to comment.