ONTAP 9.12.1 commands

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

    Show split load on a node

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

    Description

    The volume file clone split load show command displays the corresponding file, LUN or NVMe namespace clone split loads on nodes.If no parameters are specified, the command displays the following information:

    • Node

    • Max Split Load

    • Current Split Load

    • Token Reserved Load

    • Allowable Split Load

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

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

    Node on which the file, LUN or NVMe namespace clone split load is displayed.

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

    This specifies the maximum allowable split load on the node.

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

    This specifies the current on going split load on the node.

    [-token-reserved-load {<integer>[KB|MB|GB|TB|PB]}] - Load Reserved for Clone Creation

    This specifies the reserved split load of the node using the tokens.

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

    This specifies the available split load of the node.

    Examples

    The following example displays the current and allowable file, LUN or NVMe namespace clone split load on a node.

    cluster1::> volume file clone split load show
    Node                            Max        Current    Token         Allowable
                                    Split Load Split Load Reserved Load Split Load
    ------------------------------- ---------- ---------- ------------- ----------
    clone-01                         15.97TB         0B         100MB    15.97TB
    clone-02                         15.97TB         0B         100MB    15.97TB
    2 entries were displayed.
    cluster1::> volume file clone split load show -node clone-01 -instance
    Node Name: clone-01
            Maximum Clone Split Load: 15.97TB
            Current Clone Split Load: 0B
    Load Reserved for Clone Creation: 100MB
          Allowable Clone Split Load: 15.97TB
    Top of Page