6.2.12.5 chvolumesnapshot
Change attributes of a volume snapshot.
Purpose
The chvolumesnapshot
command allows you to modify the attributes of
an Exascale volume snapshot.
Syntax
chvolumesnapshot volume-snapshot-id [ --attributes attribute=value[,attribute=value] ... ]
Command Options
The options for the chvolumesnapshot
command are:
-
volume-snapshot-id: Identifies the volume snapshot being changed. You can use the
lsvolumesnapshot
command to find the identifier for each volume snapshot. -
--attributes
: Optionally specifies attributes to change.You can use the
describe
command to view attribute details. Specifically, usedescribe chvolumesnapshot
to see details about the volume snapshot attributes you can modify.
Examples
Example 6-153 Change the Name of a Volume Snapshot
This example shows changing the name of the specified volume snapshot to
VOL_SNAP_1
.
@> chvolumesnapshot 1.1:50e52177583f4be4bad68ac20b65001e --attributes name=VOL_SNAP_1
Parent topic: Block Store Management