luckylinux / supermicro-fan-control

Supermicro Fan Control
GNU Affero General Public License v3.0
3 stars 0 forks source link

Avoid Crashes when a Block/Disk Device Disappears #11

Open luckylinux opened 3 months ago

luckylinux commented 3 months ago

I observed on one system that if a Device gets removed it can cause the Script to Crash (I'm currently playing around with LOOP Devices and if /dev/loopX disappears, the Script can Crash).

Not sure if this also happens in the current Master Version or if that's something that was limited to a previous Version.

Maybe the Devices are not scanned at each Iteration ? Unsure ?