ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume file clone deletion remove-extension

    Remove unsupported 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 remove-extension ` command can be used to remove the existing file extensions that are no longer supported for clone delete.

    Parameters

    -vserver <vserver name> - Vserver Name

    Name of the vserver.

    -volume <volume name> - Volume Name

    Name of the volume.

    [-extensions <text>] - Unsupported Extensions for Clone Delete

    List of unsupported file extensions for clone delete.

    Examples

    The following example removes the existing unsupported vmdk, vhd file extensions to volume vol1 of vserver vs1 .

    cluster1::> volume file clone deletion remove-extension -vserver vs1 -volume vol1 -extensions vmdk,vhd
    Top of Page