The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Resize a namespace
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Beginning with ONTAP 9.10.1, you can use the ONTAP CLI to increase or decrease the size of a NVMe namespace. You can use System Manager to increase the size of a NVMe namespace.
Increase the size of a namespace
System Manager
CLI
System Manager
System Manager
CLI
-
Click Storage > NVMe Namespaces.
-
Hoover over the namespace you want to increase, click
, and then click Edit.
-
Under CAPACITY, change the size of the namespace.
-
Enter the following command:
vserver nvme namespace modify -vserver SVM_name -path path –size new_size_of_namespace
Decrease the size of a namespace
You must use the ONTAP CLI to decrease the size of a NVMe namespace.
-
Change the privilege setting to advanced:
set –privilege advanced
-
Decrease the size of the namespace:
vserver nvme namespace modify -vserver SVM_name -path namespace_path -size new_size_of_namespace