Skip to main content

volume file clone deletion show

Show the supported file extensions for clone delete

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

Description

The volume file clone deletion show command displays the following information for clone delete:

  • Vserver Name
  • Volume Name
  • Minimum File Size Required for Clone Delete
  • List of Supported File Extensions for Clone Delete

Parameters

{ [-fields <fieldname>, ...]
If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
| [-instance ]}
If you specify the -instance parameter, the command displays detailed information about all fields.
[-vserver <vserver name>] - Vserver Name
Name of the vserver.
[-volume <volume name>] - Volume Name
Name of the volume.
[-extensions <text>, ...] - Supported Extensions for Clone Delete
List of supported file extensions for Clone Delete.
[-minimum-size {<integer>[KB|MB|GB|TB|PB]}] - Minimum Size Required for Clone delete
Minimum file size required for Clone Delete.

Examples

The following example displays the clone deletion information for all volumes of all vservers.

cluster1::> volume file clone deletion show
Vserver Volume Minimum Extensions
Size
----------------- ------------------- ------- ----------------------
vs0 testvol 100B vmdk, vhd, vhdx, vswp
vs0_root 0B -
vs1 testvol 100G vmdk, vhd, vhdx, vswp
vs1_root 0B -

The following example displays the clone deletion information for volume vol1 of vserver vs1.
cluster1::> volume file clone deletion show -vserver vs0 -volume testvol 
Vserver Name: vs0
Volume Name: testvol
Supported Extensions for Clone Delete: vmdk, vhd, vhdx, vswp
Minimum Size Required for Clone delete: 100B