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.

    The following attributes can be changed:

    • name

Examples

Example 6-152 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