Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/release-notes/9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Release notes for Gluster 9.1

This is a bugfix and improvement release. The release notes for [9.0](9.0.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 30th Apr, 2021
- Users are highly encouraged to upgrade to newer releases of GlusterFS.

## Highlights of Release

- Provide autoconf option to enable/disable storage.linux-io_uring during compilation [#2063](https://github.com/gluster/glusterfs/issues/2063)
- Healing data in 1MB chunks instead of 128KB for improving healing performance [#2067](https://github.com/gluster/glusterfs/issues/2067)

## Builds are available at

[https://download.gluster.org/pub/gluster/glusterfs/9/9.1/](https://download.gluster.org/pub/gluster/glusterfs/9/9.1/)

## Issues addressed in this release

Please find the list of issues added to this release below.

- [#1406](https://github.com/gluster/glusterfs/issues/1406) shared storage volume fails to mount in ipv6 environment
- [#1991](https://github.com/gluster/glusterfs/issues/1991) mdcache: bug causes getxattr() to report ENODATA when fetchin...
- [#2063](https://github.com/gluster/glusterfs/issues/2063) Provide autoconf option to enable/disable storage.linux-io_ur...
- [#2067](https://github.com/gluster/glusterfs/issues/2067) Change self-heal-window-size to 1MB by default
- [#2107](https://github.com/gluster/glusterfs/issues/2107) mount crashes when setfattr -n distribute.fix.layout -v "yes"...
- [#2154](https://github.com/gluster/glusterfs/issues/2154) "Operation not supported" doing a chmod on a symlink
- [#2192](https://github.com/gluster/glusterfs/issues/2192) 4+1 arbiter setup is broken
- [#2198](https://github.com/gluster/glusterfs/issues/2198) There are blocked inodelks for a long time
- [#2234](https://github.com/gluster/glusterfs/issues/2234) Segmentation fault in directory quota daemon for replicated v...

1 change: 1 addition & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
### GlusterFS 9 release notes

- [9.0](./9.0.md)
- [9.1](./9.1.md)

### GlusterFS 8 release notes

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ nav:
- Release Notes:
- index: release-notes/index.md
- RELEASE 9.x:
- 9.1: release-notes/9.1.md
- 9.0: release-notes/9.0.md
- RELEASE 8.x:
- 8.4: release-notes/8.4.md
Expand Down