Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add the storage software bundle for your cluster.

scsctl scsctl repo component add -f {storage component tarball file}

Unless otherwise instructed by DataCore, enter all when prompted for the disk.values setting default value. If this setting is skipped, the CLI prompts it again during the finalization of Swarm configuration settings step.

To define a cluster for the storage nodes, add a group when prompted.

Info

The group name is used as the cluster name. The group description is optional and purely for human administrator purposes.

An example is shown belowExample:

Code Block
languagebash
[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.1 (14.0.1)

 Please enter a name for the group (FQDN format encouraged) - Required to be able to boot instances of "storage":
 a.storage.cluster


 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 ~]#

...