Re: [PATCH 02/24] scsi-multipath: introduce basic SCSI device support

From: John Garry

Date: Tue Mar 03 2026 - 02:46:21 EST


On 03/03/2026 06:57, Hannes Reinecke wrote:
SCSI multipath will only be available until the following conditions:
- scsi_multipath enabled and ALUA supported and unique ID available in
   VPD page 83.
- scsi_multipath_always enabled and unique ID available in VPD page 83

Why don't you merge these two options, and have
scsi_multipath=on
and
scsi_multipath=always

that seems a reasonable idea.

Thanks