Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1019221

Summary: Iscsi miss id sub-option in help output
Product: Red Hat Enterprise Linux 7 Reporter: juzhang <juzhang>
Component: qemu-kvmAssignee: Paolo Bonzini <pbonzini>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 7.0CC: acathrow, hhuang, knoel, pbonzini, sluo, virt-maint, xuhan
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qemu-kvm-1.5.3-41.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-13 09:29:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description juzhang 2013-10-15 10:19:55 UTC
Description of problem:
Qemu-kvm supports iscsi from qemu-kvm-1.5.3-9.el7. we can specify id in qemu-kvm commandline. -iscsi id=iqnasdfasdfasdfsadfasdfsdf,initiator-name=iqn.1994-05.com.redhat:a. But can not find this option via help.

Version-Release number of selected component (if applicable):
qemu-kvm-1.5.3-9.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1./user/libexec/qemu-kvm --help| grep iscsi
2.
3.

Actual results:
-iscsi [user=user][,password=password]
       [,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE
       [,initiator-name=iqn]
                iSCSI session parameters


Expected results:
-iscsi id=xx should show as well.

Additional info:
1. We had better support qemu-kvm -iscsi ? as well.
2. We might do not really support id sub-option, if so, we might need to remove id sub-option in qemu-kvm commandline.

Comment 3 Miroslav Rezanina 2014-01-22 14:22:59 UTC
Fix included in qemu-kvm-1.5.3-41.el7

Comment 5 Xu Han 2014-01-23 10:13:31 UTC
Reproduce this bug with component:
qemu-kvm-1.5.3-40.el7.x86_64

Query 'iscsi' help of qemu-kvm
# /usr/libexec/qemu-kvm --help | grep -A 5 iscsi
-iscsi [user=user][,password=password]
       [,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE
       [,initiator-name=iqn]
                             ^^ miss id sub-option
                iSCSI session parameters
Bluetooth(R) options:
-bt hci,null    dumb bluetooth HCI - doesn't respond to commands
------
Verify this bug with component:
qemu-kvm-1.5.3-41.el7.x86_64

# /usr/libexec/qemu-kvm --help | grep -A 5 iscsi
-iscsi [user=user][,password=password]
       [,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE
       [,initiator-name=initiator-iqn][,id=target-iqn]
                                        ^^ here found id sub-option
                iSCSI session parameters
Bluetooth(R) options:
-bt hci,null    dumb bluetooth HCI - doesn't respond to commands


Base on these test results above, this bug has been fixed.

Comment 7 Ludek Smid 2014-06-13 09:29:22 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.