ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • application provisioning config modify

    Modify options for application provisioning

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

    Description

    This command modifies the options for application provisioning operations.

    Parameters

    [-is-mixed-storage-services-allowed {true|false}] - Is Mixed Storage Services Allowed

    Specifies whether mixed cost storage services are allowed for provisioning placement. If the value of this parameter is false , only the aggregates closest to the performance requirements of the storage service are used. If the value of this parameter is true , all aggregates with sufficient performance are considered. The initial value for option is false .

    Examples

    cluster1::*> application provisioning config modify -is-mixed-storage-services-allowed true

    Enables the use of mixed storage services for provisioning placement.

    Top of Page