ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage aggregate efficiency cross-volume-dedupe revert-to

    Reverts the cross volume deduplication savings on an aggregate

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

    Description

    The storage aggregate cross-volume-dedupe revert-to command is used to revert cross volume deduplication savings on an aggregate.

    Parameters

    -aggregate <aggregate name> - Aggregate

    This specifies the aggregate on which cross volume deduplication savings should be reverted. If no aggregate is specified then it will revert the savings on all aggregates

    [-c, -clean-up {true|false}] - Delete Previously Downgraded Metafiles

    This specifies whether downgrade metafile needs to be removed so that other efficiency operations can start on that aggregate.

    Examples

    The following example displays information for reverting cross volume background deduplication on aggregate "aggr1":

    cluster:::> storage aggregate efficiency cross-volume-dedupe revert-to -aggregate aggr1
    The revert operation started on aggregate "aggr1".
    
    cluster:::> storage aggregate efficiency cross-volume-dedupe revert-to -aggregate aggr1 -clean-up true
    The revert operation started on aggregate "aggr1".
    Top of Page