Procedure
Run the following command on any node in the cluster to move a volume to a new datastore:
zbs-meta volume move <src_pool_name> <volume_name> <dst_pool_name>
| Parameter | Description |
|---|---|
src_pool_name | The source datastore. |
dst_pool_name | The target datastore. |
volume_name | The name of the volume to be moved. |