Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.10' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Feb 28, 2023
2 parents 93a69b7 + d064509 commit fd17d30
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'2.10'
# The full version, including alpha/beta/rc tags.
release = u'2.10.0'
release = u'2.10.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.10.0/cvmfs-2.10.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.10.1/cvmfs-2.10.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.10.0/cvmfs-service-2.10.0-1.x86_64.docker.tar.gz | docker load
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.10.1/cvmfs-service-2.10.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.10.0.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.10.0/cvmfs-2.10.0.pkg
curl -o ~/Downloads/cvmfs-2.10.1.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.10.1/cvmfs-2.10.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
37 changes: 37 additions & 0 deletions cpt-releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
Release Notes for CernVM-FS 2.10.1
=================================

CernVM-FS 2.10.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 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.

Packages are available for both the x86_64 and aarch64 architectures. This version starts to deprecate support for Ubuntu 16.04.

Bug Fixes and Improvements
--------------------------

* [server] cvmfs_server check can be extremely slow with many references to deduplicated files (`#3138 <https://github.com/cvmfs/cvmfs/issues/3138>`_)
* [server] Make a parallelization limit on ``cvmfs_server snapshot -a`` (`#3064 <https://github.com/cvmfs/cvmfs/issues/3064>`_)
* [server] Succeeding cvmfs_server check should clear status in .cvmfs_status.json (`#3147 <https://github.com/cvmfs/cvmfs/issues/3147>`_)
* [server] Reflog always recreated when running ``cvmfs_server check -r -i FQRN`` (`#3123 <https://github.com/cvmfs/cvmfs/issues/3123>`_)
* [server] Unable to recover from publish failure (`#3088 <https://github.com/cvmfs/cvmfs/issues/3088>`_)
* [server] Snapshot data file has doubled data (`#2991 <https://github.com/cvmfs/cvmfs/issues/2991>`_)
* [gw/server] Allow aborting a transaction when session token is missing (`#3159 <https://github.com/cvmfs/cvmfs/issues/3159>`_)
* [client] attr -g logbuffer can overflow (`#2979 <https://github.com/cvmfs/cvmfs/issues/2979>`_)
* [client] Misleading "Transfer fuse connection to new mount...success" message (`#2956 <https://github.com/cvmfs/cvmfs/issues/2956>`_)
* [client] Error when creating sqlite-backed NFS maps (`#3150 <https://github.com/cvmfs/cvmfs/issues/3150>`_)
* [client] ``cvmfs_config fuser`` runs too long on host with afs (`#3090 <https://github.com/cvmfs/cvmfs/issues/3090>`_)
* [container] Container conversion does not recognize OCI manifest lists (`#3164 <https://github.com/cvmfs/cvmfs/issues/3164>`_)
* [build system] Fix patching of leveldb external with busybox (`#3112 <https://github.com/cvmfs/cvmfs/issues/3112>`_)
* [build system] Wrong permission in EL9 ARM package (`#3106 <https://github.com/cvmfs/cvmfs/issues/3106>`_)
* [geo] Allow for missing location info in geo record (`#3190 <https://github.com/cvmfs/cvmfs/issues/3190>`_)





Release Notes for CernVM-FS 2.10.0
==================================

Expand Down

0 comments on commit fd17d30

Please sign in to comment.