Files
scst/scstadmin/scstadmin.sysfs
Brian MandGleb Chesnokov e2c57de2d5 scst_vdisk: enable bind_alua_state for fileio devices
Wire the on_alua_state_change_{start,finish} callbacks into
vdisk_file_devtype and expose bind_alua_state as a sysfs attribute
and create-time parameter for fileio. The callback bodies were
already backing-agnostic; rename them from blockio_* to vdev_* to
match.

Default bind_alua_state=0 for fileio (vs. 1 for blockio) to preserve
existing behavior on upgrade. Adjust the sysfs show function to
compare against the per-backing default so scstadmin persists
explicit settings correctly.
2026-05-15 13:21:47 +03:00
..