lbcli get clusterinfo (2.2 and above)

Gets clusterinfo information. Note that this is available to users that have both tenant-specific credentials or sysadmin credentials. However, it returns more limited information than lbcli get cluster.

Bash
Copy

Examples:

Bash
Copy
FlagShortTypeDefaultDescription
--help-hboolHelp for clusterinfo.

This command returns the following fields for the cluster. The default output format is yaml. The JSON output format is also supported. The human-readable output only shows some of these fields.

FieldDescription
UUIDThe cluster ID.
Subsystem NQNThe Subsystem NQN that should be used by the hosts to connect to volumes on this server.
Supported Max ReplicasThe maximum number of replicas that a volume can have, given the cluster’s installation parameters.
Current Max ReplicasThe maximum number of replicas that a new volume can have, given the current state and healthiness of the nodes.
apiEndpointsA list of REST/gRPC endpoints - <ip>:<port> pairs that the API listen on. Example entries:- 192.168.16.16:80- 192.168.16.17:80
discoveryEndpointsA list of TCP endpoints - <ip>:<port> pairs that the Discovery Service listens on. Example entries:- 192.168.16.16:8009- 192.168.16.17:8009
nvmeEndpointsA list of TCP endpoints - <ip>:<port> pairs that the NVMe targets listens on. Example entries:- 192.168.16
clusterNameThe name of the cluster.
Last Upgrade/Status

3.3.1 and above

Current status of the upgrade. The possible values are:

  • None
  • Upgrading
  • UpgradeFailed

For a healthy upgrade flow, the upgrade should cycle through the following statuses:

None >Upgrading >None

LastUpgrade/StartTimeStart time of the upgrade on this cluster.
LastUpgrade/EndTimeEnd time of the upgrade on this cluster.
LastUpgrade/TargetVersionLightbits version the cluster is being upgraded to.
LastUpgrade/ErrorMessage

Detailed error message if the upgrade operation failed.

Note: ErrorMessage is limited to 40 characters, so in some cases long error messages will be concatenated.

LastUpgrade/ProgressStepProgress of the upgrade operation (progress steps and total take into account the number of steps run on each server and the total number of servers for this upgrade operation).
LastUpgrade/ProgressTotalTotal steps in the upgrade operation (progress steps and total take into account the number of steps run on each server and the total number of servers for this upgrade operation).
LastUpgrade/StartTimeStart time of the upgrade on this cluster.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard