Skip to main content
Command reference

volume quota debug pending-state-change show

Suggest changes

Display pending quota state transitions on a SM-as destination

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

Description

This command displays volumes which have pending quota state change operations for a SnapMirror Active Sync NAS relationship. If no parameters are specified, the command displays the following information for all volumes with pending quota state change operations:

  • SVM name

  • Volume name

  • Pending "quota off" operation

  • Pending "quota on" operation

  • Pending "quota resize" operation

Parameters

[-fields <fieldname>,…​]

Selects the fields to be displayed. Use "`-fields ?` " to display the available fields.

| [-instance ] (privilege: advanced) }

If this parameter is specified, the command displays detailed information about all fields.

[-vserver <vserver name>] - Vserver Name (privilege: advanced)

If this parameter is specified, the command displays information for the specified Storage Virtual Machine (SVM).

[-volume <volume name>] - Volume Name (privilege: advanced)

If this parameter is specified, the command displays information for the specified volume.

[-pending-off {true|false}] - Pending Quota Off (privilege: advanced)

If this parameter is specified, the command displays volumes that match the specified pending "quota off" state (true or false).

[-pending-on {true|false}] - Pending Quota On (privilege: advanced)

If this parameter is specified, the command displays volumes that match the specified pending "quota on" state (true or false).

[-pending-resize {true|false}] - Pending Quota Resize (privilege: advanced)

If this parameter is specified, the command displays volumes that match the specified pending "quota resize" state (true or false).

Examples

The following example displays pending quota state change operations for all volumes.

cluster1::> set -privilege advanced
Warning: These advanced commands are potentially dangerous; use them only
         when directed to do so by NetApp personnel.
Do you wish to continue? (y or n): y

cluster1::*> volume quota debug pending-state-change show
Vserver         Volume           pending-off    pending-on     pending-resize
------------    -------------    -----------    -----------    --------------
vs1             vol1             false          true           false
vs2             vol2             true           false          false
2 entries were displayed.