1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

Add glusterFS 9.5 release notes

Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
This commit is contained in:
Shwetha K Acharya
2022-01-28 19:20:50 +05:30
parent 4d054167f2
commit d40d9a5947
3 changed files with 26 additions and 0 deletions

24
docs/release-notes/9.5.md Normal file
View File

@@ -0,0 +1,24 @@
# Release notes for Gluster 9.5
This is a bugfix and improvement release. The release notes for [9.0](9.0.md), [9.1](9.1.md), [9.2](9.2.md), [9.3](9.3.md), [9.4](9.4.md) contain a listing of all the new features that were added and bugs fixed in the GlusterFS 9 stable release.
**NOTE:**
- Next minor release tentative date: Week of 20th Apr, 2022
- Users are highly encouraged to upgrade to newer releases of GlusterFS.
## Important fixes in this release
- Fix rebalance of sparse files (https://github.com/gluster/glusterfs/issues/2317)
- Fix anomalous brick offline scenario on non rebooted node by preventing bricks from connecting to a backup volfile (https://github.com/gluster/glusterfs/issues/2480)
## Builds are available at
https://download.gluster.org/pub/gluster/glusterfs/9/9.5/
## Issues addressed in this release
[#2317](https://github.com/gluster/glusterfs/issues/2317) Fix rebalance of sparse files
[#2414](https://github.com/gluster/glusterfs/issues/2414) Prefer mallinfo2() to mallinfo() if available
[#2467](https://github.com/gluster/glusterfs/issues/2467) Handle failure in fuse to get gids gracefully
[#2480](https://github.com/gluster/glusterfs/issues/2480) Prevent bricks from connecting to a backup volfile and fix brick offline scenario on non rebooted node
[#2846](https://github.com/gluster/glusterfs/issues/2846) Avoid redundant logs in glusterd at info level
[#2903](https://github.com/gluster/glusterfs/issues/2903) Fix worker disconnect due to AttributeError in geo-replication
[#2939](https://github.com/gluster/glusterfs/issues/2939) Remove the deprecated commands from gluster man page

View File

@@ -19,6 +19,7 @@ Release Notes
- [10.0](./10.0.md)
### GlusterFS 9 release notes
- [9.5](./9.5.md)
- [9.4](./9.4.md)
- [9.3](./9.3.md)
- [9.2](./9.2.md)

View File

@@ -120,6 +120,7 @@ nav:
- RELEASE 10.x:
- 10.0: release-notes/10.0.md
- RELEASE 9.x:
- 9.5: release-notes/9.5.md
- 9.4: release-notes/9.4.md
- 9.3: release-notes/9.3.md
- 9.2: release-notes/9.2.md