summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/3.8.0.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/release-notes/3.8.0.md b/doc/release-notes/3.8.0.md
index 3c0d71b8952..2c8f13fcc60 100644
--- a/doc/release-notes/3.8.0.md
+++ b/doc/release-notes/3.8.0.md
@@ -101,6 +101,14 @@ session, checkpoint of session needs to be done. Please find detailed steps
here:
https://access.redhat.com/documentation/en-US/Red_Hat_Storage/3.1/html/Administration_Guide/chap-Managing_Data_Tiering-Detach_Tier.html#idp32905264
+### Enhance Quota enable/disable in glusterd
+*Notes for users:*
+The enhancement will spawn the crawl process for each brick in the volume and
+files will be checked in parallel, which is an independent process for every
+brick. This improves the speed of crawling process, thus enhancing the quota
+enable/disable process. With this feature, the user need not wait for a long
+time once enable or disable quota command is issued.
+
### Automagic unsplit-brain by [ctime|mtime|size|majority] for AFR
*Notes for users:*
A new volume option has been introduced called `cluster.favorite-child-policy`.
@@ -169,6 +177,23 @@ Limitations:
WORMed files
3. No control on ctime
+### Lock migration
+*Notes for users:*
+In the current release, the lock state of a file is lost when the file moves to
+another brick as part of rebalance. With the new lock migration feature, the
+locks associated with a file will be migrated during a rebalance operation.
+
+Users can enable this feature by the following command:
+
+```bash
+gluster volume set <vol-name> lock-migration on
+```
+
+*Limitations:*
+The current implementation is experimental. Hence it is not recommended for a
+production environment. This feature is planned to be stabilized in future
+releases. Feedback from the community is welcome and greatly appreciated.
+
## Bugs addressed