ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume file async-delete client disable

    Disable async delete of a directory from the client

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

    Description

    The volume file async-delete client disable command disables async delete of a directory on the volume, from client applications.

    Parameters

    -vserver <vserver name> - Vserver Name

    This specifies the Vserver on which the volume resides.

    -volume <volume name> - Volume Name

    This specifies the name of the volume.

    Examples

    The following example disables async directory delete from the client in volume "vol1" hosted in Vserver "vs1".

    cluster1::*> volume file async-delete client disable -vserver vs1 -volume vol1
    Top of Page