You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [client] Fix handling of network errors in streaming cache mgr (`#3630 <https://github.com/cvmfs/cvmfs/issues/3630>`_)
19
-
* [client] Add timeout to ReadHalfPipe (`#3614 <https://github.com/cvmfs/cvmfs/issues/3614>`_)
20
-
21
2
22
-
23
-
24
-
Release Notes for CernVM-FS 2.11.3
3
+
Release Notes for CernVM-FS 2.12.0
25
4
==================================
26
5
27
-
CernVM-FS 2.11.3 is a patch release, containing one important fix for the changed GeoIP API by Maxmind.
28
-
As with previous releases, upgrading clients should be seamless just by installing the new package from the repository.
29
-
As usual, we recommend updating only a few worker nodes first and gradually ramping up once the new version proves to work correctly.
30
-
Please take special care when upgrading a cvmfs client in NFS mode.
31
-
32
-
For Stratum 1 servers, there should be no running snapshots during the upgrade.
33
-
For publisher and gateway nodes, all transactions must be closed and no active leases must be present before upgrading.
34
-
35
-
Bug fixes
36
-
---------
37
-
38
-
* [server] Update method of downloading the MaxMind GeoIP, including requiring new configuration parameter CVMFS_GEO_ACCOUNT_ID (`#3566 <https://github.com/cvmfs/cvmfs/issues/3566>`_)
39
-
40
-
41
-
Release Notes for CernVM-FS 2.11.2
42
-
==================================
43
-
44
-
CernVM-FS 2.11.2 is a patch release, containing three important bug fixes.
45
-
As with previous releases, upgrading clients should be seamless just by installing the new package from the repository.
46
-
As usual, we recommend updating only a few worker nodes first and gradually ramping up once the new version proves to work correctly.
47
-
Please take special care when upgrading a cvmfs client in NFS mode.
48
-
49
-
For Stratum 1 servers, there should be no running snapshots during the upgrade.
50
-
For publisher and gateway nodes, all transactions must be closed and no active leases must be present before upgrading.
CernVM-FS 2.11.0 is a sizeable feature release, containing a number of new features, bug fixes and performance improvements, some of which have been presented at `CHEP 2023 <https://indico.jlab.org/event/459/contributions/11483/attachments/9475/13736/presentation.pdf>`_.
6
+
CernVM-FS 2.12.0 is a sizeable feature release with new features, bug fixes and performance improvements,
85
7
86
8
Highlights are:
87
9
88
-
* Support for symlink kernel caching through CVMFS_CACHE_SYMLINKS (requires libfuse >= 3.16 and kernel >= 6.2-rc1)
10
+
* Support for FUSE-T on MacOS, allowing for easy installation without security tweaks
11
+
12
+
* Refcounted Cache Manager now the default
89
13
90
-
* A new reference-counted cache manager mode that reduces the number of open file descriptors with CVMFS_CACHE_REFCOUNT, and a streaming cache mode with CVMFS_STREAMING_CACHE
14
+
* Fully-featured Streaming Cache Manager for data / files that should not be cached
91
15
92
-
* A bugfix for an issue that would slow down client startup when the limit for open file descriptors gets very high.
16
+
* Support for Metalink server discovery
93
17
94
-
* A new telemetry option to send client performance counters to influx; refer to the new `telemetry documentation <https://cvmfs.readthedocs.io/en/stable/cpt-telemetry.html>`_ for more details.
18
+
* Several fixes in the fuse internals, for example the page cache tracker
95
19
96
20
97
21
As with previous releases, upgrading clients should be seamless just by
@@ -101,66 +25,53 @@ to work correctly. Please take special care when upgrading a cvmfs client in NFS
101
25
For Stratum 1 servers, there should be no running snapshots during the upgrade.
102
26
For publisher and gateway nodes, all transactions must be closed; no active leases must be present before upgrading.
103
27
104
-
Packages are available for both the x86_64 and aarch64 architectures, now also for Debian 12. Packages for Ubuntu 16.04 are no longer provided after the deprecation in 2.10.1.
28
+
Packages are available for both the x86_64 and aarch64 architectures, for current debian- and rhel-based distros.
105
29
106
-
.. note:: The base package, cvmfs-libs, introduced in 2.10, is now used more widely as a dependency, in particular by the cvmfs client package.
107
30
108
31
109
32
110
33
Bug fixes
111
34
---------
112
35
113
-
* [client] Fix closing of file descriptors for very large nfiles limit (`#3158 <https://github.com/cvmfs/cvmfs/issues/3158>`_)
114
-
* [client] Fix occasional crashes of the watchdog helper process (`#3089 <https://github.com/cvmfs/cvmfs/issues/3089>`_)
115
-
* [client] Gracefully handle proxies that prematurely close connections (`#2925 <https://github.com/cvmfs/cvmfs/issues/2925>`_)
0 commit comments