ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver nvme namespace modify

    Modify an NVMe namespace

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

    Description

    The vserver nvme namespace modify command modifies NVMe namespace attributes.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver.

    -path <path> - Namespace Path

    Specifies the path of the NVMe namespace. Examples of correct NVMe namespace paths are /vol/vol1/ns1 and /vol/vol1/qtree1/ns1 .

    [-size {<integer>[KB|MB|GB|TB|PB]}] - Size

    Specifies the size of the NVMe namespace in bytes. You can specify a multiplier suffix:

    • KB (1024 bytes)

    • MB (KB*KB bytes)

    • GB (KB*MB bytes)

    • TB (MB*MB bytes)

    [-comment <text>] - Comment

    Contains a textual description of the NVMe namespace.

    [-skip-shrink-check <true>] - Skip checking for NS shrink

    Use this parameter to shrink NVMe namespace size.

    Examples

    cluster1::*> vserver nvme namespace modify -path /vol/nsvol/ns1 -vserver vs_1 -size 30GB

    Modifies the size of NVMe namespace at path /vol/nsvol/ns1 on Vserver vs_1 to 30GB .

    Top of Page