Skip to main content
A newer release of this product is available.

vserver nvme namespace modify

Contributors
Suggest changes

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 .

[-comment <text>] - Comment

Contains a textual description of the NVMe namespace.

Examples

cluster1::*> vserver nvme namespace modify -path /vol/nsvol/ns1 -vserver vs_1 -comment "Comment text."

Modifies the value of the comment field for the NVMe namespace at path /vol/nsvol/ns1 on Vserver vs_1 .