cluster list-clone-snapshoted-paths-remote

Prev Next

This command lists snapshots on a specified path on a remote replication peer.

Usage

cluster list-clone-snapshoted-paths-remote --peer-id ID
                                           --path ID
                                           --tenant TENANT_NAME

Required Parameters

--peer-id ID

Specifies the replication peer by its ID.

--path PATH

Specifies the path on the remote peer. To retrieve paths for a given remote peer, run the cluster list-clone-snapshoted-paths-remote command.

--tenant TENANT_NAME

Specifies the name of the tenant on the remote peer to which the path belongs.

Example

vcli: admin> cluster list-clone-snapshoted-paths-remote --peer-id 1 --path /a/ --tenant default
+------+
| Name |
+------+
| a-1 |
| a-2 |
+------+