Minimum release level of a cluster
The minimum release level of a cluster is the currently enabled level of functionality of the cluster. It is expressed as an IBM Storage Scale version number, such as 5.1.7.
Minimum release level
To maintain a common level of functionality in the cluster, IBM Storage Scale does not enable installed features that require a version of IBM Storage Scale that is later than the minimum release level. For example, if some or even all of the nodes of a cluster are installed with version 5.0.2.0 of IBM Storage Scale, but the minimum release level is 5.0.0.0, nodes in the cluster cannot use installed features that require a later version of the product than 5.0.0.0. For instance, nodes in the cluster cannot use the file audit logging feature, which was introduced in 5.0.2 and requires version 5.0.2 or later. File audit logging is not enabled in the cluster until the minimum release level is raised to 5.0.2 or later.
# mmlsconfig
Configuration data for cluster example.cluster:
--------------------------------------------
. . .
minReleaseLevel 5.0.0.0
. . .
- If the mmcrcluster command is issued on the node with the lowest release level in the cluster, then cluster creation succeeds and the minimum release level of the cluster corresponds to the release level of the node from which the cluster was created.
- If the mmcrcluster command is issued on a node other than the node with the
lowest release level, then one of two outcomes can occur. Cluster creation might fail, or it might
succeed but exclude nodes with lower release levels from the cluster. In either case the command
might display an error message like the following
one:
6027-1599 The level of GPFS on node vmip135.gpfs.net does not support the requested action.
mmchconfig release=LATEST
For more
information, see mmchconfig command. Issuing the mmchconfig
release=LATEST command is frequently one of the final steps in upgrading a cluster to
a later version of IBM
Storage Scale. For more information, see Completing the upgrade to a new level of IBM Storage Scale.When you raise the minimum release level by running the mmchconfig release=LATEST command, nodes that are installed with earlier versions of IBM Storage Scale cannot be added to the cluster unless they are upgraded to a version greater than or equal to the minimum release level of the cluster.
- In the mmcrfs command and the mmchfs command, the default value of the -S parameter can be different depending on the minimum release level. For more information, see mmcrfs command and mmchfs command.
- The default value of the CipherList parameter of the mmauth command and the cipherList parameter of the mmchconfig command can be different depending on the minimum release level. For more information, see Security mode and Completing the upgrade to a new level of IBM Storage Scale.
Access to files in remote clusters
- The minimum release levels of the two clusters are compatible. For more information, see the Can different IBM Spectrum® Scale™ maintenance levels coexist? in IBM Storage Scale FAQ in IBM Documentation.
- The version of the accessing node is greater than or equal to the file system format version of
the file system being mounted.
For more information, see File system format changes between versions of IBM Storage Scale and the description of the --version parameter in mmcrfs command.