lbcli get node

Gets information about the node associated with a UUID.

Bash
Copy

Examples:

Bash
Copy
FlagShortTypeDefaultDescription
--uuidstringNode UUID (required).
--help-hboolHelp for node.

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

FieldTypeDescription
NameStringName that is given during cluster initialization.
UUIDStringNode UUID.
StateString

The current node state:

  • Inactive
  • Activating
  • Active
  • Deactivating
  • 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 RebuildBooleanIndicates if the node is in a local rebuild operation.
Local Rebuild ProgressPercentagePercentage of the rebuild operation.
Replication EndpointIP address: portEndpoint for the replication data path.
Host NameStringHost name identifier.
Max Number of NVMe DevicesIntegerMaximal number of NVMe devices (SSDs) that the node can support.
Num Managed DevicesIntegerThe current number of managed devices needs to be < Max number of NVMe devices.
ECBoolIndicate if erasure coding is enabled.
StatisticsList of Integers
  • managedPhysicalStorage
  • effectivePhysicalStorage
  • logicalStorage
  • logicalUsedStorage
  • physicalUsedStorage
  • physicalUsedStorageIncludingParity
  • freePhysicalStorage
  • estimatedFreeLogicalStorage
  • estimatedLogicalStorage
  • compressionRatio

See Appendix A: Common Statistics for additional information.

EtagStringAn identifier for a specific version of a resource.
Read OnlyBoolIndicate if the node is in a read-only state.
Failure InfoStringAdditional failure info.
StatusStringAdditional state info.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
lbcli get node