API Doc
Search Docs...
⌘ K
OverviewDeploymentManagementOperationReferenceGlossary
    ACOS 6.3.0
  • Arcfra Cloud Operating System>
  • CLI command>
  • Managing clusters

Updating cluster configurations

Setting the cluster name and description

Procedure

Run the following command on any node in the cluster to update the cluster name and description:

zbs-meta cluster update [--new_name <NEW_NAME>] [--new_desc <NEW_DESC>]

ParameterDescription
--new_name <NEW_NAME>Optional. Updates the cluster name.
--new_desc <NEW_DESC>Optional. Updates the cluster description.

Output note

If the command succeeds, no output is displayed.

Manually generating cgroup configuration information

ACOS uses cgroup for process-level resource isolation, and automatically generates cgroup configuration during deployment and upgrade. If the node cgroup configuration information has been manually modified, you can use this command to regenerate the cgroup configuration information and apply the changes.

Procedure

Run the following command:

zbs-deploy-manage config_cgroup

Output note

The cgroup configuration process is displayed.