Change NVMe host priority
Beginning with ONTAP 9.14.1, you can configure your NVMe subsystem to prioritize resource allocation for specific hosts. By default, when a host is added to the subsystem, it is assigned a regular priority. Hosts assigned a high priority are allocated larger I/O queue counts and queue-depths.
You can use the ONTAP command line interface (CLI) to manually change the default priority from regular to high. To change the priority assigned to a host, you must remove the host from the subsystem and then add it back.
- 
Verify that the host priority is set to regular:
vserver nvme show-host-priorityLearn more about
vserver nvme show-host-priorityin the ONTAP command reference. - 
Remove the host from the subsystem:
vserver nvme subsystem host remove –vserver <svm_name> -subsystem <subsystem> -host-nqn <host_nqn>Learn more about
vserver nvme subsystem host removein the ONTAP command reference. - 
Verify that the host is removed from the subsystem:
vserver nvme subsystem host showLearn more about
vserver nvme subsystem host showin the ONTAP command reference. - 
Add the host back to the subsystem with high priority:
vserver nvme subsystem host add -vserver <SVM_name> -subsystem <subsystem_name> -host-nqn <Host_NQN_:subsystem._subsystem_name> -priority highLearn more about
vserver nvme subsystem host addin the ONTAP command reference.