lbcli list nodes

Bash
Copy

Lists information for the nodes in the cluster.

Bash
Copy

Examples:

Bash
Copy
FlagShortTypeDefaultDescription
--nameStringFilter out a node with a matching node name (optional).
--uuidStringFilter out a node with a matching node UUID (optional).
--failure-domainStringList only nodes that belong to a specific failure domain.
--helpBoolHelp for nodes.

This command returns the following fields for each node. The default output format is human-readable. The human-readable output only shows some of these fields. The json/yaml output format is also supported and includes additional fields.

FieldTypeDescription
NamestringThe name that is given during cluster initialization.
UUIDstringThe node UUID.
Statestring

The current node states are:

  • Active
  • Activating
  • Inactive
  • Unattached
  • Attaching
  • Detaching
NVMe EndpointIP address : portEndpoint for data path between the Lightbits server and the application server.
Failure DomainsList of stringsFailure domains that the node belongs to.
In Local Rebuildboolean
Local Rebuild ProgressintegerPercentage
Replication EdpointIP address: portEndpoint for the replication data path (only included in json/yaml outputs).
Host NameHost name (only included in json/yaml outputs).
Failure InfostringAdditional failure information (only included in json/yaml outputs).
Max Number of NVMe DevicesintegerMaximum number of NVMe devices (SSDs) that the node can support (only included in json/yaml outputs).
Num of Managed DevicesintegerCurrent number of NVMe managed devices (only included in json/yaml outputs).
ECboolIndicates if erasure coding is enabled or not (only included in json/yaml outputs).
StatisticsList of integers
  • managedPhysicalStorage
  • effectivePhysicalStorage
  • logicalStorage
  • logicalUsedStorage
  • physicalUsedStorage
  • physicalUsedStorageIncludingParity
  • freePhysicalStorage
  • estimatedFreeLogicalStorage
  • estimatedLogicalStorage
  • compressionRatio

See more info in Appendix A: Common Statistics.

Read OnlyboolVolume access state (only included in json/yaml outputs).
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
lbcli list nodes