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
CernVM-FS 2.12.7 is a small patch release that fixes an important problem in the ``cvmfs_server transaction`` command when used with the ``-t`` timeout option. This can be used to wait for a lease when multiple publishers are connected to a gateway and publishing at the same time. Due to a bug (present since at least 2.10), it could happen that the transaction being waited on is reverted by the following one. This patch release fixes this bug.
5
+
CernVM-FS 2.13.0 is a minor release that has a number of important fixes for cvmfs_server ingest, mounting cvmfs on Ubuntu 24.10+, and some small improvements.
6
6
7
-
Bug fixes
8
-
---------
9
-
10
-
* [server] Fix for cvmfs_server transaction -t, update repository state after waiting for lease (`#3771 <https://github.com/cvmfs/cvmfs/issues/3771>`_)
11
-
12
-
Release Notes for CernVM-FS 2.12.6 + 2.12.5
13
-
==================================
14
-
15
-
CernVM-FS 2.12.6 is a small patch release that fixes a packaging issue on platforms without systemd, as well as a spurious warning from cvmfs_check. 2.12.5 accidentally missed a commit, and is dropped - use 2.12.6 directly.
16
-
17
-
Bug fixes
18
-
---------
19
-
20
-
* [client] Revert CVMFS_PATCH_LEVEL to 0 for check_cvmfs.sh (`#3750 <https://github.com/cvmfs/cvmfs/issues/3750>`_)
21
-
* [rpm] fix package install on wsl2 and other non-systemd platforms (`#3749 <https://github.com/cvmfs/cvmfs/issues/3749>`_)
22
-
23
-
Release Notes for CernVM-FS 2.12.4
24
-
==================================
25
-
26
-
CernVM-FS 2.12.4 is a small patch release that adds a minor fix to ``cvmfs_config fsck -q`` and a minor fix to ``cvmfs_server mkfs``.
27
-
28
-
Bug fixes
29
-
---------
30
-
31
-
* [client] Fix cvmfs_config fsck -q to work with rmd160, shake128 hashes (`#3739 <https://github.com/cvmfs/cvmfs/issues/3739>`_)
32
-
* [server] Fix mkfs overwrite-manifest check when upstream is gateway (`#37240 <https://github.com/cvmfs/cvmfs/issues/3740>`_)
33
-
34
-
35
-
Release Notes for CernVM-FS 2.12.3
36
-
==================================
37
-
38
-
CernVM-FS 2.12.3 is a small patch release that fixes the issue with zeroed files in the cache seen in 2.12.0.
39
-
40
-
Bug fixes
41
-
---------
42
-
43
-
* [client] Don't commit empty certificates to cache (`#3728 <https://github.com/cvmfs/cvmfs/issues/3728>`_)
44
-
45
-
Release Notes for CernVM-FS 2.12.2
46
-
==================================
7
+
NOTE for admins of stratum-1s: The cvmfs-server package now installs default logrotate configs to /etc/logrotate.d/cvmfs and /etc/logrotate.d/cvmfs-statsdb.
8
+
If you prefer not to use logrotate for snapshot logs and stats db, create an empty file under these paths or remove them after installation.
9
+
When installed or upgraded from the packages, cvmfs-server should not overwrite any modification you make.
47
10
48
-
CernVM-FS 2.12.2 is a small patch release that adds the "quick" ``cvmfs_config fsck -q`` option to check for and quarantine zeroed files in the cache.
49
-
50
-
Improvements and changes
51
-
------------------------
52
-
53
-
* [client] Add cvmfs_config fsck -q(uick) to check for zeroed files in cache (`#3726 <https://github.com/cvmfs/cvmfs/issues/3726>`_)
54
-
55
-
Release Notes for CernVM-FS 2.12.1
56
-
==================================
57
-
58
-
CernVM-FS 2.12.1 is a small patch release that fixes a packaging issue: it ensures that the service to reload cvmfs after package upgrades is correctly configured.
59
-
60
-
Bug fixes
61
-
---------
62
-
63
-
* [rpm] bugfix for reload service after rpm upgrades (`#3725 <https://github.com/cvmfs/cvmfs/issues/3725>`_)
64
-
65
-
Release Notes for CernVM-FS 2.12.0
66
-
==================================
67
-
68
-
CernVM-FS 2.12.0 is a sizeable feature release with new features, bug fixes and performance improvements.
69
-
NOTE: Testing has shown instances of cache corruption with this release, it will not be released in production. On your testing instances, upgrade to 2.12.2, run ``cvmfs_config fsck -q`` frequently and report any errors.
70
-
71
-
Highlights are:
72
-
73
-
* Experimental Support for FUSE-T on MacOS, allowing for easy installation without security tweaks. NOTE: There are some known issues with FUSE-T, do not expext this to be stable yet.
74
-
75
-
* Refcounted Cache Manager now the default
76
-
77
-
* Fully-featured Streaming Cache Manager for data / files that should not be cached
78
-
79
-
* Support for Metalink server discovery
80
-
81
-
* Several fixes in the fuse internals, for example the page cache tracker
82
-
83
-
* Reloading of CVMFS after package upgrades is now done via a daemon to avoid blocking the package transaction
11
+
NOTE for package maintainers: You may want to install the previously mentioned logrotate files with the appropriate config file behavior,
12
+
and add an optional dependency on logrotate.
84
13
85
14
86
15
As with previous releases, upgrading clients should be seamless just by
@@ -91,52 +20,30 @@ For Stratum 1 servers, there should be no running snapshots during the upgrade.
91
20
For publisher and gateway nodes, all transactions must be closed; no active leases must be present before upgrading.
92
21
93
22
Packages are available for both the x86_64 and aarch64 architectures, for current debian- and rhel-based distros.
94
-
95
-
23
+
We no longer provide packages for Centos7 and Ubuntu 20.04, but add packages for Debian 13.
96
24
97
25
98
26
Bug fixes
99
27
---------
100
28
101
-
* [client] Add "cache limit set <MB>" function to cvmfs_talk (`#3623 <https://github.com/cvmfs/cvmfs/issues/3623>`_)
102
-
* [client] Fix replacement of stale inodes (`#3507 <https://github.com/cvmfs/cvmfs/issues/3507>`_)
103
-
* [client] Print correct timezone in logbuffer (`#3679 <https://github.com/cvmfs/cvmfs/issues/3679>`_)
104
-
* [client] log NOTFOUND in tracefile when lookup unsuccessful (`#3704 <https://github.com/cvmfs/cvmfs/issues/3704>`_)
105
-
* [client] Close page cache tracker entry if cvmfs_open() fails (`#3588 <https://github.com/cvmfs/cvmfs/issues/3588>`_)
0 commit comments