Skip to content

Commit

Permalink
As resquested: change to be aligned with the vendor KR
Browse files Browse the repository at this point in the history
Signed-off-by: Yann LE BRIS <yann.lebris@vates.tech>
  • Loading branch information
Yann LE BRIS committed Jan 24, 2025
1 parent bfbb200 commit 21822da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udev/99-purestorage.rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ACTION=="add|change", KERNEL=="sd*[!0-9]", SUBSYSTEM=="block", ENV{ID_VENDOR}=="
ACTION=="add|change", KERNEL=="dm-[0-9]*", SUBSYSTEM=="block", ENV{DM_NAME}=="3624a937*", ATTR{queue/rq_affinity}="2"

# Set the HBA timeout to 60 seconds
ACTION=="add|change", KERNEL=="sd*[!0-9]", SUBSYSTEM=="block", ENV{ID_VENDOR}=="PURE", ATTR{device/timeout}="60"
ACTION=="add", SUBSYSTEMS=="scsi", ATTRS{model}=="FlashArray ", RUN+="/bin/sh -c 'echo 60 > /sys/$DEVPATH/device/timeout'"

0 comments on commit 21822da

Please sign in to comment.