-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-10.0
-
None
-
No
-
None
-
rhel-sst-storage-io
-
ssg_platform_storage
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
$ rpm -qa | grep iscsi
iscsi-initiator-utils-iscsiuio-6.2.1.9-22.gita65a472.el10.x86_64
iscsi-initiator-utils-6.2.1.9-22.gita65a472.el10.x86_64
How reproducible is this bug?:
Steps to reproduce
- $ man iscsiadm | grep -A1 -B2 '--info'
-r, --sid=sid | sysfsdir
Use session ID sid. The session ID of a session can be found from running iscsiadm in session
mode with the --info argument. - $ iscsiadm -m session --info
iscsiadm: unrecognized option '--info'
iscsiadm: session mode: option '-?' is not allowed/supported
Expected results
Can use `–show` argument to get the SID.
$ iscsiadm -m session --show
tcp: [1] 172.16.1.10:3260,0 iqn.2002-03.com.compellent:5000d31005728037 (non-flash)
tcp: [2] 172.16.1.10:3260,0 iqn.2002-03.com.compellent:5000d31005728041 (non-flash)
tcp: [3] 172.16.1.10:3260,0 iqn.2002-03.com.compellent:5000d31005728042 (non-flash)
tcp: [4] 172.16.1.10:3260,0 iqn.2002-03.com.compellent:5000d31005728044 (non-flash)
Might can replace `–info` by `--show`
$ man iscsiadm | grep -A1 -B2 '--show'
-r, --sid=sid | sysfsdir
Use session ID sid. The session ID of a session can be found from running iscsiadm in session
mode with the --show argument.
Actual results