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>
| Parameter | Description |
|---|---|
volume_id | The 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 1Here, cid indicates the node's chunk ID.
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]
| Parameter | Description |
|---|---|
volume_id | The volume ID. |
chunk_id | The chunk ID. |
--include_cow | Optional. Allows changing the local access point of extents in COW state. |
Output note
If the command succeeds, no output is displayed.