|
| 1 | +Release Notes for CernVM-FS 2.9.1 |
| 2 | +================================= |
| 3 | + |
| 4 | +CernVM-FS 2.9.1 is a patch release. It includes fixes for clients and servers. |
| 5 | + |
| 6 | +As with previous releases, upgrading clients should be seamless just by |
| 7 | +installing the new package from the repository. As usual, we recommend to update |
| 8 | +only a few worker nodes first and gradually ramp up once the new version proves |
| 9 | +to work correctly. Please take special care when upgrading a cvmfs client in NFS |
| 10 | +mode. |
| 11 | + |
| 12 | +For Stratum 1 servers, there should be no running snapshots during the upgrade. |
| 13 | +For publisher and gateway nodes, all transactions must be closed and no active |
| 14 | +leases must be present before upgrading. |
| 15 | + |
| 16 | +Bug Fixes and Improvements |
| 17 | +-------------------------- |
| 18 | + |
| 19 | + * [client] Improve error reporting in watchdog process |
| 20 | + ([#2859](https://github.com/cvmfs/cvmfs/pull/2859)) |
| 21 | + * [server] Fix potential use-after-free error in swissknife check |
| 22 | + ([#2860](https://github.com/cvmfs/cvmfs/pull/2860)) |
| 23 | + * [server] Fix conflict in commandline arguments of cvmfs_ducc |
| 24 | + ([#2853](https://github.com/cvmfs/cvmfs/issues/2853)) |
| 25 | + * [server] Running cvmfs_server check -a and gc -a is now mutually exclusive |
| 26 | + ([CVM-2043](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2043)) |
| 27 | + * [server] Enable external monitoring of geodb updates, add the |
| 28 | + CVMFS_GEO_AUTO_UPDATE option |
| 29 | + ([CVM-1857](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-1857)) |
| 30 | + * [server[ Ignore trailing path after repo name in `cvmfs_server abort` |
| 31 | + ([CVM-2055](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2055)) |
| 32 | + * [client] New option to list magic xattrs on root node only |
| 33 | + ([CVM-2058](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2058)) |
| 34 | + * [server] Fix integrity check for external chunked files |
| 35 | + ([CVM-2050](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2050)) |
| 36 | + * [server] Fix for GeoAPI and Python3 |
| 37 | + ([CVM-2052](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2052)) |
| 38 | + * [server] Fix initialization of upstream type in cvmfs_server ingest |
| 39 | + ([#2816](https://github.com/cvmfs/cvmfs/pull/2816)) |
| 40 | + * [server] Fix bug where trailing slash in base dir crashes tarball ingest |
| 41 | + ([CVM-2044](https://sft.its.cern.ch/jira/projects/CVM/issues/CVM-2044)) |
| 42 | + |
| 43 | + |
1 | 44 | Release Notes for CernVM-FS 2.9.0 |
2 | 45 | ================================= |
3 | 46 |
|
|
0 commit comments