ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume efficiency prepare-to-downgrade

    Identify any incompatible volumes or Snapshot copies before downgrade

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

    Description

    The volume efficiency prepare-to-downgrade command updates efficiency configurations and metadata to be compatible with prior releases as specified. This command also disables the use of incompatible efficiency features. This command is not supported on FlexGroups.

    Parameters

    [-disable-feature-set <downgrade version>] - Data ONTAP Version

    This parameter specifies the ONTAP version that introduced new volume efficiency feature set.

    Examples

    The following example disables the features introduced in Data ONTAP 8.3.1

    cluster1::*> volume efficiency prepare-to-downgrade -disable-feature-set 8.3.1

    The following example disables the features introduced in ONTAP 9.6.0.

    cluster1::*> volume efficiency prepare-to-downgrade -disable-feature-set 9.6.0

    The following example ignores offline volumes while disabling the features introduced in ONTAP 9.6.0 .

    cluster1::*> volume efficiency prepare-to-downgrade -disable-feature-set 9.6.0 -skip-offline-volumes true

    The following example ignores offline volumes while disabling the features introduced in Data ONTAP 8.3.1 .

    cluster1::*> volume efficiency prepare-to-downgrade -disable-feature-set 8.3.1 -skip-offline-volumes true
    Top of Page