This command creates a cloned directory of a local snapshot, effectively restoring the snapshot data to the cluster.
The directory is instantly writable upon creation, and requests to read data from the directory can be read. Optionally, the clone can be background synced to the snapshot, which means that the data is fully copied to the cloned directory as a background task afterwards, such that when the copy is complete, read requests are all directed to the directory itself and are not dependent on the cloned snapshot.
|
Specifies the ID of the snapshot to use to create the clone. To retrieve snapshot IDs, run the snapshot list command. |
|
Specifies a name for the snapshot clone. |
|
Specifies a local path on the target tenant where you want the clone to reside. |
|
Specifies the tenant on the local cluster to which you want to clone the snapshot. |
Comments
0 comments
Article is closed for comments.