Skip to content

Commit e51e0d4

Browse files
committed
add 2.11.4 patch release
1 parent 9acdf56 commit e51e0d4

File tree

2 files changed

+94
-14
lines changed

2 files changed

+94
-14
lines changed

cpt-quickstart.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ To add the CVMFS repository (available for Debian and RHEL flavors) and install
5151

5252
.. code-block:: console
5353
54-
sudo dnf install http://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.2/cvmfs{,-libs}-2.11.2-1.fc38.x86_64.rpm \
55-
https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
54+
sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.4/cvmfs-2.11.4-1.fc38.x86_64.rpm \
55+
https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm \
56+
http://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.4/cvmfs-libs-2.11.4-1.fc38.x86_64.rpm
5657
5758
5859
Other Platforms
@@ -73,7 +74,7 @@ Other Platforms
7374

7475
.. code-block:: console
7576
76-
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.0/cvmfs-service-2.11.0-1.x86_64.docker.tar.gz | docker load
77+
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.4/cvmfs-service-2.11.4-1.x86_64.docker.tar.gz | docker load
7778
7879
Run the container as a system service with
7980

@@ -85,7 +86,7 @@ Other Platforms
8586
--cap-add SYS_ADMIN \
8687
--device /dev/fuse \
8788
--volume /cvmfs:/cvmfs:shared \
88-
cvmfs/service:2.8.0-1
89+
cvmfs/service:2.11.4-1
8990
9091
Use ``docker stop`` to unmount the ``/cvmfs`` tree.
9192

@@ -108,7 +109,7 @@ Other Platforms
108109

109110
.. code-block:: console
110111
111-
curl -o ~/Downloads/cvmfs-2.11.2.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.2/cvmfs-2.11.2.pkg
112+
curl -o ~/Downloads/cvmfs-2.11.4.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.4/cvmfs-2.11.4.pkg
112113
113114
Install the CernVM-FS package by opening the .pkg file and reboot.
114115
Future releases will provide a signed and notarized package.
@@ -140,10 +141,10 @@ Other Platforms
140141
Setting up the Software
141142
-----------------------
142143

143-
Configure AutoFS on Linux
144-
~~~~~~~~~~~~~~~~~~~~~~~~~
144+
Configure AutoFS
145+
~~~~~~~~~~~~~~~~
145146

146-
For the basic setup, run ``sudo cvmfs_config setup`` (can be verified with ``sudo cvmfs_config chksetup``)
147+
For the basic setup, run ``cvmfs_config setup``.
147148
This ensures that the file ``/etc/auto.master.d/cvmfs.autofs`` exists containing ``/cvmfs /etc/auto.cvmfs`` and that the ``autofs`` service is running. Reload the ``autofs`` service in order to apply an updated configuration.
148149

149150
NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``/etc/auto.master`` and restart the ``autofs`` service.
@@ -154,8 +155,8 @@ NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``
154155
systemctl restart autofs
155156

156157

157-
Configure AutoFS on Mac OS X
158-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158+
Mac OS X
159+
~~~~~~~~
159160

160161
Due to the lack of ``autofs`` on macOS, mount the individual repositories manually like
161162

@@ -171,14 +172,13 @@ Create default.local
171172
~~~~~~~~~~~~~~~~~~~~
172173

173174
Create ``/etc/cvmfs/default.local`` and open the file for editing.
174-
For the purposes of convenience when running CVMFS client utility commands (e.g. ``cvmfs_talk``, ``cvmfs_config``), you may wish to optionally list repositories you are interested in by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. This will then run those commands on all listed repositories.
175-
For ATLAS, for instance, set
175+
Select the desired repositories by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. For ATLAS, for instance, set
176176

177177
::
178178

179179
CVMFS_REPOSITORIES=atlas.cern.ch,atlas-condb.cern.ch,grid.cern.ch
180180

181-
For the simplest configuration for an individual workstation or laptop, it is sufficient to just set
181+
For an individual workstation or laptop, set
182182

183183
::
184184

cpt-releasenotes.rst

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,83 @@
1+
2+
Release Notes for CernVM-FS 2.11.4
3+
==================================
4+
5+
CernVM-FS 2.11.4 is a patch release, containing one important fix for the streaming cache manager, and one improvement to
6+
the resilience of cvmfs when cache managers crashes due to lack of disk space.
7+
As with previous releases, upgrading clients should be seamless just by installing the new package from the repository.
8+
As usual, we recommend updating only a few worker nodes first and gradually ramping up once the new version proves to work correctly.
9+
Please take special care when upgrading a cvmfs client in NFS mode.
10+
11+
For Stratum 1 servers, there should be no running snapshots during the upgrade.
12+
For publisher and gateway nodes, all transactions must be closed and no active leases must be present before upgrading.
13+
14+
Bug fixes
15+
---------
16+
17+
* [client] Fix streaming cache mgr with secure repos (`#3631 <https://github.com/cvmfs/cvmfs/issues/3631>`_)
18+
* [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+
22+
23+
24+
Release Notes for CernVM-FS 2.11.3
25+
==================================
26+
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.
51+
52+
Bug fixes
53+
---------
54+
55+
* [client] Fix mount helper race condition causing spurious directories (`#3430 <https://github.com/cvmfs/cvmfs/issues/3430>`_)
56+
* [client] Fix corrupted paths for concurrent external file requests (`#3418 <https://github.com/cvmfs/cvmfs/issues/3418>`_)
57+
* [client] Suppress CVMFS_NFILES check for refcounted cache manager (`#3426 <https://github.com/cvmfs/cvmfs/issues/3426>`_)
58+
* [deb] Let cvmfs-fuse3 depend on cvmfs of same version (`#3421 <https://github.com/cvmfs/cvmfs/issues/3421>`_)
59+
* [rpm] Match subpackage release in addition to version (`#3422 <https://github.com/cvmfs/cvmfs/issues/3422>`_)
60+
61+
62+
Release Notes for CernVM-FS 2.11.1
63+
==================================
64+
65+
CernVM-FS 2.11.1 is a patch release, containing several minor bug fixes and improvements.
66+
As with previous releases, upgrading clients should be seamless just by installing the new package from the repository.
67+
As usual, we recommend updating only a few worker nodes first and gradually ramping up once the new version proves to work correctly.
68+
Please take special care when upgrading a cvmfs client in NFS mode.
69+
70+
For Stratum 1 servers, there should be no running snapshots during the upgrade.
71+
For publisher and gateway nodes, all transactions must be closed and no active leases must be present before upgrading.
72+
73+
Bug fixes
74+
---------
75+
76+
* [client] Fix race condition on concurrent fuse3 mounts (`#3392 <https://github.com/cvmfs/cvmfs/issues/3392>`_)
77+
* [server, rpm] Limit initscripts dependency to EL <= 7 (`#3408 <https://github.com/cvmfs/cvmfs/issues/3408>`_)
78+
* [packaging] Remove hidden git build dependency (`#3376 <https://github.com/cvmfs/cvmfs/issues/3376>`_)
79+
80+
181
Release Notes for CernVM-FS 2.11.0
282
==================================
383

@@ -11,7 +91,7 @@ Highlights are:
1191

1292
* A bugfix for an issue that would slow down client startup when the limit for open file descriptors gets very high.
1393

14-
* A new telemetry option to send client performance counters to influx
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.
1595

1696

1797
As with previous releases, upgrading clients should be seamless just by

0 commit comments

Comments
 (0)