Skip to content

Commit ed2523b

Browse files
author
Yann LE BRIS
committed
As requested by PureStorage Support Team from MarkSymsCtx
More details: xapi-project#729 (comment) Signed-off-by: Yann LE BRIS <[email protected]>
1 parent cefeb90 commit ed2523b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

udev/99-purestorage.rules

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ 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"
1312

14-
# Set the HBA timeout to 60 seconds
15-
ACTION=="add", SUBSYSTEMS=="scsi", ATTRS{model}=="FlashArray ", RUN+="/bin/sh -c 'echo 60 > /sys/$DEVPATH/device/timeout'"
13+
ACTION=="add", SUBSYSTEMS=="scsi", ATTRS{model}=="FlashArray ", ATTR{device/timeout}="60"

0 commit comments

Comments
 (0)