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

Updating volume snapshots

You can update snapshots based on the snapshot ID or snapshot name.

Updating snapshots by snapshot name

Procedure

Run the following command:

zbs-meta snapshot update <pool_name> <volume_name> <snapshot_name> [--new_snapshot_name NEW_SNAPSHOT_NAME] [--new_alloc_even NEW_ALLOC_EVEN]

Output note

If the command succeeds, no output is displayed.

Updating snapshots by snapshot ID

Procedure

Run the following command:

zbs-meta snapshot update_by_id <snapshot_id> <new_name> [--new_desc NEW_DESC] [--new_alloc_even NEW_ALLOC_EVEN]

Output note

If the command succeeds, no output is displayed.