Skip to content

Commit 48263a3

Browse files
martin-gpyigaw
authored andcommitted
udev-rules-ontap: switch to queue-depth iopolicy
The queue_depth based iopolicy suits ONTAP NVMe controllers better. So switch to the same. Signed-off-by: Martin George <[email protected]>
1 parent 22e8c44 commit 48263a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nvmf-autoconnect/udev-rules/71-nvmf-netapp.rules.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Enable round-robin for NetApp ONTAP and NetApp E-Series
2-
ACTION=="add", SUBSYSTEM=="nvme-subsystem", ATTR{subsystype}=="nvm", ATTR{model}=="NetApp ONTAP Controller", ATTR{iopolicy}="round-robin"
1+
# Set appropriate iopolicy for NetApp ONTAP and NetApp E-Series
2+
ACTION=="add", SUBSYSTEM=="nvme-subsystem", ATTR{subsystype}=="nvm", ATTR{model}=="NetApp ONTAP Controller", ATTR{iopolicy}="queue-depth"
33
ACTION=="add", SUBSYSTEM=="nvme-subsystem", ATTR{subsystype}=="nvm", ATTR{model}=="NetApp E-Series", ATTR{iopolicy}="round-robin"
44

55
# Set ctrl_loss_tmo to -1 for NetApp ONTAP NVMe/TCP

0 commit comments

Comments
 (0)