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
Copy file name to clipboardExpand all lines: cpt-releasenotes.rst
+44-13Lines changed: 44 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,35 @@
1
1
2
+
Release Notes for CernVM-FS 2.13.3
3
+
==================================
4
+
5
+
6
+
CernVM-FS 2.13.2 is again a fairly voluminous patch release. Most importantly fixes a race in auto-mount/unmounts that could hang the client process.
7
+
As a failsafe, it also adds a config option CVMFS_PREMOUNT_FUSE that can be set to "no" to go back to 2.12 behavior of using fusermount to mount cvmfs.
8
+
Furthermore this patch release includes a bugfix for garbage collection on stratum 1s - now the garbage collection should really be skipped
9
+
if it is not needed (because it has not been run on the stratum 0).
10
+
11
+
12
+
As with previous releases, upgrading clients should be seamless just by
13
+
installing the new package from the repository. As usual, we recommend updating only a few worker nodes first and gradually ramp up once the new version proves
14
+
to work correctly. Please take special care when upgrading a cvmfs client in NFS mode.
15
+
16
+
For Stratum 1 servers, there should be no running snapshots during the upgrade.
17
+
For publisher and gateway nodes, all transactions must be closed; no active leases must be present before upgrading.
18
+
19
+
20
+
Bug fixes
21
+
---------
22
+
2.13.3:
23
+
* [client] Fix a race with concurrent auto-mount/umounts (`#3993 <https://github.com/cvmfs/cvmfs/issues/3993>`_)
24
+
* [server] cvmfs_server check: add -x option for custom scratch dir (`#4011 <https://github.com/cvmfs/cvmfs/issues/4011>`_)
25
+
* [client] Fix CVMFS_VERSION and CVMFS_ARCH availability in config files (`#3999 <https://github.com/cvmfs/cvmfs/issues/3999>`_)
26
+
* [client] Add extended info with cvmfs_config status <repo> (`#3973 <https://github.com/cvmfs/cvmfs/issues/3973>`_)
27
+
* [server] Avoid accessing held mutexes after forking (`#3995 <https://github.com/cvmfs/cvmfs/issues/3995>`_)
28
+
* [client] Fix spurious "failed to umount" messages (`#3970 <https://github.com/cvmfs/cvmfs/issues/3970>`_)
29
+
* [server] Fix updating of last_gc when no gc is run under gc -a without dry run (`#3947 <https://github.com/cvmfs/cvmfs/issues/3947>`_)
30
+
* [geoip] Change geoip database to openhtc source by default (`#3967 <https://github.com/cvmfs/cvmfs/issues/3967>`_)
31
+
* [client] Add CVMFS_PREMOUNT_FUSE option to allow fallback to fusermount (`#4017 <https://github.com/cvmfs/cvmfs/issues/4017>`_)
32
+
2
33
3
34
4
35
Release Notes for CernVM-FS 2.13.2
@@ -23,19 +54,19 @@ For publisher and gateway nodes, all transactions must be closed; no active leas
23
54
24
55
Bug fixes
25
56
---------
26
-
* [client] Fix loader return value when automounter unmounts (#3929)
27
-
* [client] Fix race when using page cache tracker for chunked files (#3685)
28
-
* [client] Correct PCT Close in cvmfs_open (#3917)
29
-
* [server] Change gc -a to only do repos where gc was run on the stratum0 (#3895)
30
-
* [server] Move the no collectable repos message to gc.log (#3915)
31
-
* [server] Do only one gc -a at a time, and remove need for check -a to be run by root (#3575)
32
-
* [server] snapshot: Avoid recursion into history (#3846)
33
-
* [server] Optimize DNS lookups by cvmfs_geo.py to ignore short host names (#3920)
0 commit comments