libstorage / libstoragemgmt

A library for storage management
https://libstorage.github.io/libstoragemgmt-doc/
GNU Lesser General Public License v2.1
82 stars 32 forks source link

Add a udev rule entry for ALUA state changes #511

Closed brianatpurestorage closed 1 year ago

brianatpurestorage commented 1 year ago

The Linux kernel has support for this event and will emit an event if a target returns this unit attention.

Add it commented out to match the others in the file.

e-milne commented 1 year ago

Looks fine to me, if for some reason userspace wanted to handle an event. The kernel would automatically update the ALUA state via RTPG if scsi_dh_alua is attached, it doesn't have to be, though.

tasleson commented 1 year ago

Thanks!