lbcli add nvme-device

AI Tools

Adds an NVMe device to a node.

Synopsis

Adds an unmanaged NVMe device (SSD), specified by the serial number on the specified node to be managed by a Lightbits node. You can add SSDs after you have determined that the node currently manages less SSDs than the maximum set value (maxDeviceCount).

See below for additional information.

lbcli add nvme-device --serial-number=<serial number> --node-uuid=<node-uuid> [flags]

Examples

# add nvme-device with serial number "abcdefg" to node "22637ae8-4369-44b1-bdf4-04f532a70080". lbcli -J $JWT add nvme-device --serial-number=abcdefg --node-uuid=22637ae8-4369-44b1-bdf4-04f532a70080

Flag

Short

Type

Default

Description

--help

-h

bool


Help for the addnvme-device command.

--etag


string


etag (optional).

--node-uuid


string


Node UUID (required).

--serial-number


string


NVMe device serial number (required).