Skip to content

Commit 4d305a5

Browse files
committed
README: Add link the nvme disk activity trigger kernel patch
.. and update the link to the block device LED trigger to the (AFAIK) latest (last?) attempt by Ian Pilcher (v13) Though TBH it seems like neither is ever gonna happen, because the block subsystem maintainers don't even want to provide an API that allows accessing block device data based on the device name (like sda), and generally seem to be unfriendly, so maybe the best solution would be to implement this in the userland (periodically check disks read/write stats and control blinking based on that)...
1 parent 7342195 commit 4d305a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,10 @@ NOTE: If `gpioinfo` does not return anything, you may need to figure out which (
222222

223223
- Support variable amount of disk LEDs
224224
- ~~Create a new led trigger driver so that we can blink disk LEDs individually, the existing `disk-activity` trigger always blinks all LEDs on activity from any disk~~
225-
- Pray that [[RFC PATCH v3 00/18] Add block device LED trigger](https://lore.kernel.org/linux-leds/20210819025053.222710-1-arequipeno@gmail.com/) by Ian Pilcher lands in the linux kernel
225+
- Pray that [[PATCH v13 0/2] Introduce block device LED trigger](https://lore.kernel.org/lkml/20221227225226.546489-1-arequipeno@gmail.com/T/#mc8758efa18e1b7ed51a50c298d881a2e91280b1f)
226+
by Ian Pilcher lands in the linux kernel
227+
- Pray that [[PATCH] nvme-pci: trigger disk activity LED](https://lore.kernel.org/lkml/4100a868-c5bd-91dd-0c45-a92fb1344b12@kernel.dk/T/)
228+
by Enzo Matsumiya (or an alternative implementation that lets NVME disk activity trigger LEDs) lands in the linux kernel
226229

227230
## DKMS
228231

0 commit comments

Comments
 (0)