The software described in this documentation is either no longer supported or is in extended support.
Oracle recommends that you upgrade to a current supported release.

2.5.3 Post Upgrade Requirements

This section contains information on steps you should perform after upgrading the nodes in your cluster. You should perform these steps after you have performed either an online or an offline upgrade.

To complete the upgrade:

  1. Set the Gluster operating version number for all volumes. You can see the current version setting for all volumes using:

    # gluster volume get all cluster.op-version
    Option                                  Value                                   
    ------                                  -----                                   
    cluster.op-version                      40100

    If this is not set to 40100, set it using:

    # gluster volume set all cluster.op-version 40100
  2. Upgrade the clients that access the volumes. See Section 2.5.4, “Upgrading Gluster Clients” for information on upgrading Gluster clients.

  3. (Optional) For any replicated volumes, you should turn off usage of MD5 checksums during volume healing. This enables you to run Gluster on FIPS-compliant systems.

    # gluster volume set myvolume fips-mode-rchecksum on