stcli disk add Command
Adds discovered new disks and specified blacklisted disks to the storage cluster.
stcli disk add [-h] {--id ID | --name NAME} --blacklisted-disk-ids [DISKIDS [DISKIDS . . .]]
Syntax Description
|
Option |
Required or Optional |
Description |
|---|---|---|
| --id ID |
One of set required. |
ID of storage cluster node. |
| --name NAME |
One of set required. |
Name of storage cluster node. |
| --blacklisted-disk-ids [DISKIDS [DISKIDS . . .]] |
Required. |
Blacklisted disks to add to storage cluster. Separate multiple IDs with a space. |
Command Default
None. One option from the set is required.
Usage Guidelines
Accompany the stcli disk add command with one of the positional arguments enclosed in { } plus required --blacklisted-disk-ids option, or optional arguments enclosed in [ ].

Feedback