ONTAP 9.13.1 commands

volume efficiency check

Scrub efficiency metadata of a volume

Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

Description

This command verifies and updates the fingerprint database for the specified volume. This command is not supported on FlexGroups that are managed by storage services.

Parameters

-vserver <vserver name> - Vserver Name

Specifies the Vserver on which the volume is located.

{ -volume <volume name> - Volume Name

Specifies the volume on which the verify operation needs to be started.

| -path </vol/volume> - Volume Path }

Specifies the volume path on which the verify operation needs to be started.

[-d, -delete-checkpoint {true|false}] - Delete Checkpoint

Deletes existing checkpoint.

Examples

The following example runs volume efficiency check with delete checkpoint option turned on.

cluster1::*> volume efficiency check -vserver vs1 -volume vol1 -delete-checkpoint true
Top of Page