提交 590134fa 编写于 作者: M Mike Christie 提交者: James Bottomley

[SCSI] qla4xxx: export address/port of connection (fix udev disk names)

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: NMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
上级 4c647e90
...@@ -203,6 +203,8 @@ static mode_t ql4_attr_is_visible(int param_type, int param) ...@@ -203,6 +203,8 @@ static mode_t ql4_attr_is_visible(int param_type, int param)
} }
case ISCSI_PARAM: case ISCSI_PARAM:
switch (param) { switch (param) {
case ISCSI_PARAM_PERSISTENT_ADDRESS:
case ISCSI_PARAM_PERSISTENT_PORT:
case ISCSI_PARAM_CONN_ADDRESS: case ISCSI_PARAM_CONN_ADDRESS:
case ISCSI_PARAM_CONN_PORT: case ISCSI_PARAM_CONN_PORT:
case ISCSI_PARAM_TARGET_NAME: case ISCSI_PARAM_TARGET_NAME:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册