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.
- [-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."
Give documentation feedback