diff --git a/docs/Upgrade-Guide/upgrade-to-10.md b/docs/Upgrade-Guide/upgrade-to-10.md new file mode 100644 index 0000000..fb75d79 --- /dev/null +++ b/docs/Upgrade-Guide/upgrade-to-10.md @@ -0,0 +1,51 @@ +# Upgrade procedure to Gluster 10, from Gluster 9.x, 8.x and 7.x + +We recommend reading the [release notes for 10.0](../release-notes/10.0.md) to be +aware of the features and fixes provided with the release. + +> **NOTE:** Before following the generic upgrade procedure checkout the "**Major Issues**" section given below. + +Refer, to the [generic upgrade procedure](./generic-upgrade-procedure.md) guide and follow documented instructions. + +## Major issues + +### 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