Bug 1019221 - Iscsi miss id sub-option in help output
Summary: Iscsi miss id sub-option in help output
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Paolo Bonzini
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-15 10:19 UTC by juzhang
Modified: 2014-06-18 03:39 UTC (History)
7 users (show)

Fixed In Version: qemu-kvm-1.5.3-41.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 09:29:22 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.