6.2.12.7 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.Use the
describe chvolumesnapshot
command to see details about the volume snapshot attributes you can change. See also Describing Resources and Attributes.
Examples
Example 6-157 Change the Name of a Volume Snapshot
This example shows changing the name of the specified volume snapshot to vol-snap1
.
@> chvolumesnapshot vol0001_snap0001_50e52177583f4be4bad68ac20b65001e --attributes name=vol-snap1
Parent topic: Block Store Management