From b0dd79fecaec0884c1b17e2ce3c7b60b59d58446 Mon Sep 17 00:00:00 2001 From: Rinku Kothiya Date: Fri, 19 Jun 2020 08:51:49 +0000 Subject: [PATCH] Added upgrade guide for release-8 Signed-off-by: Rinku Kothiya --- docs/Upgrade-Guide/README.md | 1 + docs/Upgrade-Guide/upgrade_to_8.md | 42 ++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 44 insertions(+) create mode 100644 docs/Upgrade-Guide/upgrade_to_8.md diff --git a/docs/Upgrade-Guide/README.md b/docs/Upgrade-Guide/README.md index d84ec5697..54aab9c1f 100644 --- a/docs/Upgrade-Guide/README.md +++ b/docs/Upgrade-Guide/README.md @@ -4,6 +4,7 @@ Upgrading GlusterFS If you are using GlusterFS version 3.10.x or above, you can upgrade it to the following: +- [Upgrading to 8](./upgrade_to_8.md) - [Upgrading to 7](./upgrade_to_7.md) - [Upgrading to 6](./upgrade_to_6.md) - [Upgrading to 5](./upgrade_to_5.md) diff --git a/docs/Upgrade-Guide/upgrade_to_8.md b/docs/Upgrade-Guide/upgrade_to_8.md new file mode 100644 index 000000000..89849cf2b --- /dev/null +++ b/docs/Upgrade-Guide/upgrade_to_8.md @@ -0,0 +1,42 @@ +# Upgrade procedure to Gluster 8, from Gluster 7.x, 6.x, 5.x, 4.1.x, and 3.12.x + +We recommend reading the [release notes for 8.0](../release-notes/8.0.md) to be +aware of the features and fixes provided with the release. + +> **NOTE:** Upgrade procedure remains the same as with 4.1.x release + +Refer, to the [Upgrading to 4.1](./upgrade_to_4.1.md) guide and follow +documented instructions, replacing 8 when you encounter 4.1 in the guide as the +version reference. + +### Major issues + +1. The following options are removed from the code base and require to be unset +before an upgrade from releases older than release 4.1.0, +- features.lock-heal +- features.grace-timeout + +To check if these options are set use, + +```console +# gluster volume info +``` + +and ensure that the above options are not part of the `Options Reconfigured:` +section in the output of all volumes in the cluster. + +If these are set, then unset them using the following commands, + +```console +# gluster volume reset