lizardfs v3.13.0-rc3 Release Notes
Release Date: 2020-08-24 // over 2 years ago-
Dear Users,
🚀 3.13-rc3 (release candidate) is officially out!
What's new
🚀 Updated packaging for current releases of popular distributions:
- Debian 10.4
- Ubuntu 20.04
- CentOS 8
Known issues by severity
grave
- ⬆️ upgrading from 3.12 to 3.13 can potentially lose EC chunks
major
- 👀 seekdir/telldir does not work properly, especially seekdir with negative offsets
- chunk replicated onto a drive that fails during a write operation can end up in limbo state (undergoal) until chunkserver is restarted
minor
- 📦 uRaft package is not integrated yet (not ready for use)
- ✅ Ganesha has not been tested yet
- chunk rebalancing behavior is flaky (is some scenarios it takes more time than it should)
Future plans
LizardFS team plans for two more rc versions before an actual 3.13 release:
- rc4 - fix all known grave and major issues
- rc5 - integration of uRaft and Ganesha
Previous changes from v3.13.0-rc2
-
Dear Users,
🚀 3.13.0-rc2 (release candidate) is officially out!
🛠 2 major bugs fixed:
🛠 Minor fixes and features:
- 🔧 Changing configuration paths from
/etc/mfs/
to/etc/lizardfs/
(#456) - 🛠 Fixing autofs mounts (#731)
- 🛠 Fix for not honored ACL (#816)
- 🛠 Fixed build for 32-build mfsmount3
- ✅ Replacing fixed version of Google Test and spdlog with newest available version (#774)
- 👷 Making DebHelper able to use multiple parallel jobs
- 🛠 Fix incorrect number of files/directories with specified goal (#723)
- 🛠 Fixing compilation of the Wireshark plugin
- 🛠 Fixed
lizardfs-uraft
deb package (#719) - ➕ Added missing header to make LizardFS compilable again (#655)
- ⚠ Clearing up compilation compilation warnings
- 🛠 Fixing debug info
- ➕ Adding code documentation
Cheers,
LizardFS Team - 🔧 Changing configuration paths from