[SCSI] qla4xxx: export address/port of connection (fix udev disk names)
authorMike Christie <michaelc@cs.wisc.edu>
Tue, 18 Oct 2011 03:42:13 +0000 (22:42 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 20 Oct 2011 15:28:16 +0000 (10:28 -0500)
Udev uses the connection's persistent address/port in the
/dev/disk/by-path name. qla4xxx is not exporting this value
so its iscsi disk names have been lacking the iscsi info.
In the old driver we did not have this information but
we do now and can fix this by just setting the flags to tell
libiscsi/scsi_transport_iscsi to export this info in sysfs.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla4xxx/ql4_os.c

index ba6a8f3..30f31b1 100644 (file)
@@ -203,6 +203,8 @@ static mode_t ql4_attr_is_visible(int param_type, int param)
                }
        case ISCSI_PARAM:
                switch (param) {
+               case ISCSI_PARAM_PERSISTENT_ADDRESS:
+               case ISCSI_PARAM_PERSISTENT_PORT:
                case ISCSI_PARAM_CONN_ADDRESS:
                case ISCSI_PARAM_CONN_PORT:
                case ISCSI_PARAM_TARGET_NAME: