On Mon, 1 Aug 2005 11:02:38 -0700 Joel Becker <Joel.Becker@xxxxxxxxxx> wrote > > This reports a LUN_Z, which is what I expected after I > was explained a LUN_Z is the same as a ghost report. > I get this in dmesg at multipath(8): > > device-mapper: dm-multipath: 66:144: Error trying to > initialize PG, failing path > device-mapper: dm-multipath: Failing path 66:144 This is a known problem. The LUN_Z logical unit will respond with error to the scsi command used to initialize by the pg_init callout. After this failure happens on all 4 paths the io (and any processes waiting for its completion) hang since the CLARiiON is configured to queue io if there are no active paths. Current work around is to allocate at least one logical unit on each CLARiiON. Enhancing multipath-tools to support blacklisting based on scsi attributes like model, vendor, and revision is a reasonable longer-term solution.