Skip to content

Commit

Permalink
releasenotes for 2.10.1 (#197)
Browse files Browse the repository at this point in the history
* releasenotes for 2.10.1

* Apply suggestions from code review

Co-authored-by: Jakob Blomer <jblomer@cern.ch>

---------

Co-authored-by: Jakob Blomer <jblomer@cern.ch>
  • Loading branch information
vvolkl and jblomer committed Feb 21, 2023
1 parent 5de7099 commit d064509
Showing 1 changed file with 37 additions and 0 deletions.
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 d064509

Please sign in to comment.