Skip to content

Commit

Permalink
Add glusterFS 11.1 Release Notes (#786)
Browse files Browse the repository at this point in the history
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
  • Loading branch information
Shwetha-Acharya committed Nov 13, 2023
1 parent 7399654 commit 0787e95
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/release-notes/11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Release notes for Gluster 11.1

This is a bugfix release. The release notes for [11.0](11.0.md) contains a listing of all the new improvements and bugs fixed in the GlusterFS 11 stable release.

**NOTE:**
- Next minor release tentative date: Release will be based on requirement only
- Users are highly encouraged to upgrade to newer releases of GlusterFS.

## Important fixes in this release
- Fix upgrade issue by reverting posix change related to storage.reserve value
- Fix possible data loss during rebalance if there is any linkfile on the system
- Fix maximum op-version for release 11

## Builds are available at

[https://download.gluster.org/pub/gluster/glusterfs/11/11.1/](https://download.gluster.org/pub/gluster/glusterfs/11/11.1/)

## Issues addressed in this release

- [#1000](https://github.com/gluster/glusterfs/issues/1000) Force 'char' type to be signed and add '-fsigned-char' option during compilation
- [#2752](https://github.com/gluster/glusterfs/issues/2752) Fix directory gfid handle if a rename fails
- [#3346](https://github.com/gluster/glusterfs/issues/3346) Fix stack overflow when processing glx_dir(p)list structures in xdr
- [#3636](https://github.com/gluster/glusterfs/issues/3636) Fix upgrade issue by reverting posix change related to storage.reserve value
- [#3701](https://github.com/gluster/glusterfs/issues/3701) Fix error "not supported for ipv6"
- [#3732](https://github.com/gluster/glusterfs/issues/3732) Fix an AddressSanitizer issue heap-use-after-free
- [#4005](https://github.com/gluster/glusterfs/issues/4005) Fix maximum op-version for release 11
- [#4020](https://github.com/gluster/glusterfs/issues/4020) Improve regression test suite
- [#4029](https://github.com/gluster/glusterfs/issues/4029) Process stuck listing snapshots from NFS
- [#4031](https://github.com/gluster/glusterfs/issues/4031) Fix write failures with "I/O error" when using linux-aio on big-endean architectures
- [#4042](https://github.com/gluster/glusterfs/issues/4042) Recover posix locks upon reconnection of a disconnected brick
- [#4071](https://github.com/gluster/glusterfs/issues/4071) Make timestamps stable in snapview-server
- [#4074](https://github.com/gluster/glusterfs/issues/4074) Fix fuse Crashing with "Assertion failed: inode_lookup >= nlookup
- [#4107](https://github.com/gluster/glusterfs/issues/4107) Fix the issue of cli not showing the correct volume type
- [#4148](https://github.com/gluster/glusterfs/issues/4148) Fix possible data loss during rebalance if there is any linkfile on the system
- [#4190](https://github.com/gluster/glusterfs/issues/4190) Fix the issue of glusterfs encountering a SIGSEGV in __gf_free
- [#4198](https://github.com/gluster/glusterfs/issues/4198) Fix warnings raised by glusterfs fuse script on fedora38
- [#4224](https://github.com/gluster/glusterfs/pull/4224) Add simple-quota xattr to afr and ec ignore list
- [#4196](https://github.com/gluster/glusterfs/pull/4196) Revert structure of per_thread_pool_list_t
- [#4255](https://github.com/gluster/glusterfs/issues/4255) Fix the brick process crash during the upcall event
1 change: 1 addition & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Detailed release schedule [here](https://www.gluster.org/release-schedule/)
### GlusterFS 11 release notes

- [11.0](./11.0.md)
- [11.1](./11.1.md)

### GlusterFS 10 release notes

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ nav:
- index: release-notes/index.md
- RELEASE 11.x:
- 11.0: release-notes/11.0.md
- 11.1: release-notes/11.1.md
- RELEASE 10.x:
- 10.4: release-notes/10.4.md
- 10.3: release-notes/10.3.md
Expand Down

0 comments on commit 0787e95

Please sign in to comment.