Skip to content

Commit 96465f1

Browse files
Add glusterfs 10.2 release notes
1 parent cd2522e commit 96465f1

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

docs/release-notes/10.2.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Release notes for Gluster 10.2
2+
3+
This is a bugfix and improvement release. The release notes for [10.0](10.0.md) and [10.1](10.1.md) contain a listing of all the new features that were added and bugs fixed in the GlusterFS 10 stable release.
4+
5+
**NOTE:**
6+
- Next minor release tentative date: Week of 15th Aug, 2022
7+
- Users are highly encouraged to upgrade to newer releases of GlusterFS.
8+
9+
## Important fixes in this release
10+
- Optimize server functionality by enhancing server_process_event_upcall code path during the handling of upcall event
11+
- Fix all bricks not starting issue on node reboot when brick count is high(>750)
12+
- Fix stale posix locks that appear after client disconnection
13+
14+
## Builds are available at
15+
[https://download.gluster.org/pub/gluster/glusterfs/10/10.2/](https://download.gluster.org/pub/gluster/glusterfs/10/10.2/)
16+
17+
## Bugs addressed
18+
- [#3182](https://github.com/gluster/glusterfs/issues/3182) Fix stale posix locks that appear after client disconnection
19+
- [#3187](https://github.com/gluster/glusterfs/issues/3187) Fix Locks xlator fd leaks
20+
- [#3234](https://github.com/gluster/glusterfs/issues/3234) Fix incorrect directory check inorder to successfully locate the SSL certificate
21+
- [#3262](https://github.com/gluster/glusterfs/issues/3262) Synchronize layout_(ref|unref) during layout_(get|set) in dht
22+
- [#3321](https://github.com/gluster/glusterfs/issues/3321) Optimize server functionality by enhancing server_process_event_upcall code path during the handling of upcall event
23+
- [#3334](https://github.com/gluster/glusterfs/issues/3334) Fix errors and timeouts when creating qcow2 file via libgfapi
24+
- [#3375](https://github.com/gluster/glusterfs/issues/3375) Fix all bricks not starting issue on node reboot when brick count is high(>750)
25+
- [#3417](https://github.com/gluster/glusterfs/issues/3417) Fix crash due to unaligned memory access
26+
- [#3470](https://github.com/gluster/glusterfs/issues/3470) Fix spurious crash when "peer probing" a non existing host name

docs/release-notes/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Release Notes
1818
### GlusterFS 10 release notes
1919
- [10.1](./10.1.md)
2020
- [10.0](./10.0.md)
21+
- [10.2](./10.2.md)
2122

2223
### GlusterFS 9 release notes
2324
- [9.5](./9.5.md)

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ nav:
136136
- Release Notes:
137137
- index: release-notes/index.md
138138
- RELEASE 10.x:
139+
- 10.2: release-notes/10.2.md
139140
- 10.1: release-notes/10.1.md
140141
- 10.0: release-notes/10.0.md
141142
- RELEASE 9.x:

0 commit comments

Comments
 (0)