API Doc
Search Docs...
⌘ K
OverviewDeploymentManagementOperationReferenceGlossary
    ACOS 6.3.0
  • Arcfra Cloud Operating System>
  • CLI command>
  • Managing block storage services>
  • Managing volumes

Managing access points

Viewing active access points of a volume

Procedure

Run the following command on any node in the cluster to view the active access points of the specified volume:

zbs-meta volume show_access_record <volume_id>

ParameterDescription
volume_idThe volume ID.

Output example

zbs-meta volume show_access_record 951033b1-fed5-4bfa-a1df-2d7480c86e38
node_ip      cids      last_report_s    report_count
-----------  ------  ---------------  --------------
10.0.128.12  11,12             44948               1

Here, cid indicates the node's chunk ID.

Adjusting local access points of a volume

Procedure

Run the following command on any node in the cluster to manually adjust the local access points of the volume:

zbs-meta volume report_access <volume_id> <chunk_id> [--include_cow]

ParameterDescription
volume_idThe volume ID.
chunk_idThe chunk ID.
--include_cowOptional. Allows changing the local access point of extents in COW state.

Output note

If the command succeeds, no output is displayed.