Updated on 2023-10-23 GMT+08:00

DROP NODE GROUP

Function

DROP NODE GROUP deletes a node group.

Precautions

  • DROP NODE GROUP is an interface of the cluster management tool.
  • Only the system administrator or a user who has the DROP permission can perform this operation.

Syntax

1
DROP NODE GROUP groupname [DISTRIBUTE FROM src_group_name];

Parameter Description

groupname

Specifies the name of the node group to be deleted.

Value range: an existing node group name

DISTRIBUTE FROM src_group_name

If the node group to be deleted originates from the logical cluster node group specified by src_group_name, set src_group_name to specify the logical cluster node group to which node information will be synchronized after redistribution. (The current feature is a lab feature. Contact Huawei engineers for technical support before using it.) This statement is used only for redistribution during scale-out. You are not advised to use it, because it may lead to data distribution errors and logical cluster unavailability.

Helpful Links

CREATE NODE GROUP