Skip to content

Commit a829ca8

Browse files
author
Yann LE BRIS
committed
Udev rules for PureStorage - Correction of an old PR (xapi-project#729)
Restore udev configuration line deleted by error in PR xapi-project#729 Related discussion: xapi-project#729 (comment) Signed-off-by: Yann LE BRIS <[email protected]>
1 parent a42ed38 commit a829ca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

udev/99-purestorage.rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ ACTION=="add|change", KERNEL=="dm-[0-9]*", SUBSYSTEM=="block", ENV{DM_NAME}=="36
99

1010
# Spread CPU load by redirecting completions to originating CPU
1111
ACTION=="add|change", KERNEL=="sd*[!0-9]", SUBSYSTEM=="block", ENV{ID_VENDOR}=="PURE", ATTR{queue/rq_affinity}="2"
12+
ACTION=="add|change", KERNEL=="dm-[0-9]*", SUBSYSTEM=="block", ENV{DM_NAME}=="3624a937*", ATTR{queue/rq_affinity}="2"
1213

13-
ACTION=="add", SUBSYSTEMS=="scsi", ATTRS{model}=="FlashArray ", ATTR{device/timeout}="60"
14+
ACTION=="add", SUBSYSTEMS=="scsi", ATTRS{model}=="FlashArray ", ATTR{device/timeout}="60"

0 commit comments

Comments
 (0)