| Summary: | Iscsi miss id sub-option in help output | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | juzhang <juzhang> |
| Component: | qemu-kvm | Assignee: | Paolo Bonzini <pbonzini> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.0 | CC: | 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: | |
Fix included in qemu-kvm-1.5.3-41.el7 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.
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. |
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.