A newer release of this product is available.
vserver nvme namespace modify
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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
.