Hide Forgot
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.
http://permalink.gmane.org/gmane.comp.emulators.qemu/245352
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.