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: apx-issues.rst
+41-2Lines changed: 41 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,47 @@
1
1
Known Issues
2
2
============
3
3
4
+
These pages mentions known limitations that won't be fixed, and bugs affecting certain verisons that can interfere with operations. For a more details see the changelog pages and issue tracker.
5
+
6
+
Known Issues By Version
7
+
-----------------------
8
+
9
+
CernVM-FS 2.13.2
10
+
^^^^^^^^^^^^^^
11
+
12
+
* Race condition in auto-mounts/umounts can lead to stuck cvmfs processes
13
+
14
+
CernVM-FS 2.13.1
15
+
^^^^^^^^^^^^^^^^^^
16
+
17
+
* Race condition in auto-mounts/umounts can lead to stuck cvmfs processes
18
+
* Crashes due to Page Cache Tracker Mismatches
19
+
20
+
21
+
CernVM-FS 2.12.7
22
+
^^^^^^^^^^^^^^^^^^
23
+
24
+
* [server] ingesting a tarball with double slashes in base_dir corrupts repository
25
+
* Crashes due to Page Cache Tracker Mismatches
26
+
27
+
28
+
Description
29
+
----------
30
+
31
+
32
+
Race condition in auto-mounts/umounts can lead to stuck cvmfs processes
The feature of pre-mounting the fuse device introduced in 2.13.0 can make issues when autofs unmounts the repository just as another process remounts it. This can be especially noticeable with short autofs timeouts and automatic checks that may remount the repositories. Github issue: `3993 <https://github.com/cvmfs/cvmfs/issues/3993>`__
37
+
38
+
Crashes due to Page Cache Tracker Mismatches
39
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40
+
41
+
A mismatch in internal data structures triggered by repository updates can throw an assert, crashing cvmfs. Github issue: `3520 <https://github.com/cvmfs/cvmfs/issues/3520>`__
42
+
4
43
Slow Performance with a Very Large File Descriptor Limit
Copy file name to clipboardExpand all lines: cpt-releasenotes.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
Release Notes for CernVM-FS 2.13.2
5
5
==================================
6
6
7
+
.. note::
8
+
In CernVM-FS 2.13.2 there is a race when automounting/-unmounting repositories that lead to clients. A new patch release is in preparation. This issue can be mitigated by increasing the autofs timeout. See the "Known Issues" page for more details
9
+
7
10
CernVM-FS 2.13.2 is a fairly large patch release. It fixes two long standing issues in the core client code that have caused crashes in some rare circumstances.
8
11
A regression in 2.13 that has led to spurious "failed to umount (errno 22)" log messages is fixed as well.
9
12
Furthermore this patch release includes some important improvements for stratum one operations (As a reminder, the versioning of CVMFS is semantic mostly for the client.
0 commit comments