API Doc
Search Docs...
⌘ K
OverviewDeploymentManagementOperationReferenceGlossary

Registering node chunks with meta

The chunk service manages data in ABS. Each node's chunk service registers with the meta service (the metadata service), allowing it to manage the entire cluster through meta.

Procedure

Run the following command on any cluster node to register the node chunks with meta:

zbs-meta chunk register <ip> <chunk_port> [--data_port <chunk_data_port>]

ParameterDescription
ipThe IP address of the chunk storage network.
chunk_portThe port number of the chunk.
--data_port <chunk_data_port>Optional (required in a multi-physical disk pool environment). The data communication port number for the chunk.