ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume file clone split load modify

    Modify maximum split load on a node

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

    Description

    The volume file clone split load modify command can be used to change the maximum split load (file, LUN or NVMe namespace clones) of a node.

    Parameters

    -node {<nodename>|local} - Node Name

    Node name on which the new maximum split load is being applied.

    [-max-split-load {<integer>[KB|MB|GB|TB|PB]}] - Maximum Clone Split Load

    This specifies the new maximum split load of a node. This is the amount of clone create load, the node can take at any point of time. If it crosses this limit, then the clone create requests will not be allowed, till the split load is less than maximum split load

    Examples

    The following example changes the new maximum limit to 10TB on node1.

    cluster1::*> volume file clone split load*> modify -node clone-01 -max-split-load 100KB
    Top of Page