[root@zorc1 ~]# scsctl repo component add -f swarm-scs-storage-14.0.1.tgz
Missing setting: storage/disk.volumes
The following setting(s) require a default value:
disk.volumes [type: str] (Required. Specifies the volume storage devices for Swarm to use. Valid entries: all, or a space-separated list of Linux volume identifiers, such as /dev/sda, /dev/sdb. all (recommended) is required for hot plugging and lets Swarm to use all volumes larger than disk.minGB. If a node is shut down longer than disk.obsoleteTimeout, all of its volumes are stale and cannot be used unless you force a volume remount by adding the :k (keep) policy option modifier. To specify the size, add a modifier with units: vols1:100m vols2:250g.):
all
added: storage - 14.0.01 (14.0.0)
No groups have been defined for "storage". Would you like to add one now? [Y/n] :
y
1)
Please enter a name for the group (FQDN format encouraged) [default: 000.storage.zorcsdomain] - Required to be able to boot instances of "storage":
a.storage.zorcsdomaincluster
Please enter a description for the group (purpose, etc). [OPTIONAL]:
Store it all!
group added
=============================================================================================================================================================================================================================================
Please run the following command to check for missing config in the new group:
> scsctl diagnostics config scan_missing
=============================================================================================================================================================================================================================================
[root@zorc1 ~]# |