commit | 0a4145729871ef29afe8b0c57560a1f5bd736416 | [log] [tgz] |
---|---|---|
author | Mike Christie <mchristi@redhat.com> | Wed Mar 01 23:13:25 2017 -0600 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sat Mar 18 14:47:26 2017 -0700 |
tree | 1a6dbe2b6d25b3d1791192824ea4c6205405a51b | |
parent | 530c6891b1220cba780b6c18f4691d85a3435080 [diff] |
target: fail ALUA transitions for pscsi We do not setup the LU group for pscsi devices, so if you write a state to alua_access_state that will cause a transition you will get a NULL pointer dereference. This patch will fail attempts to try and transition the path for backend devices that set the TRANSPORT_FLAG_PASSTHROUGH_ALUA flag. Signed-off-by: Mike Christie <mchristi@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>