summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRinku Kothiya <rkothiya@redhat.com>2019-08-29 12:48:35 +0000
committerRinku Kothiya <rkothiya@redhat.com>2019-09-04 07:04:28 +0000
commit358604b58442a2f12c9dd72d907eb74a3d74ac96 (patch)
treebae3eac83ff89d8bcb48241bb8a7f3f28caf5829
parent8e0e1a5d7c386ed900070836031ba9a84e84dd67 (diff)
doc: documented about fips-mode-rchecksum
Updated release notes to document about fips-mode-rchecksum. fixes: bz#1703322 Change-Id: Id6707fca6fc2dbc251f6e00e635a63d9e31f88f7 Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
-rw-r--r--doc/release-notes/7.0.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/release-notes/7.0.md b/doc/release-notes/7.0.md
index f6495cc4eb2..bb31433447b 100644
--- a/doc/release-notes/7.0.md
+++ b/doc/release-notes/7.0.md
@@ -17,7 +17,7 @@ A full list of bugs that have been addressed is included further below.
([reference](https://www.gluster.org/release-schedule/))
2. Release 7 will receive maintenance updates around the 10th of every month
-for the first 3 months post release (i.e Sep'19, Oct'19, Nov'19). Post the
+for the first 3 months post release (i.e Oct'19, Nov'19, Dec'19). Post the
initial 3 months, it will receive maintenance updates every 2 months till EOL.
@@ -50,6 +50,12 @@ Features
**None**
+## Note
+
+Any new volumes created with the release will have the `fips-mode-rchecksum` volume option set to `on` by default.
+
+If a client older than glusterfs-4.x (i.e. 3.x clients) accesses a volume which has the `fips-mode-rchecksum` volume option enabled, it can cause erroneous checksum computation/ unwanted behaviour during afr self-heal. This option is to be enabled only when all clients are also >=4.x. So if you are using these older clients, please explicitly turn this option `off`.
+
## Bugs addressed
Bugs addressed since release-6 are listed below.