Hide Forgot
Description of problem: if iscsi root is installed and configured without a bridge, the network will appear to not be configured. The ip configuration in the grub boot args should match the same type of configuration used during the networking auto install. Steps to Reproduce: 1. install as iscsi root 2. login as admin 3. check network status in tui By default iscsi assumes a bridged connection, if network_layout karg was set to bridged it would be fine, unbridged will appear to be unconfigured.
Seems this bug was duplicated of Bug 1017117
*** Bug 1017117 has been marked as a duplicate of this bug. ***
Test version: rhev-hypervisor6-6.5-20131031.1 ovirt-node-3.0.1-7.el6.noarch Tested as follows: 1. install as iscsi root with bridged and nonbridged (a) BOOTIF=eth0 storage_init=/dev/sda,/dev/sdb iscsi_init=/dev/sdb iscsi_target_name=iqn.2013-01.com:hadong iscsi_install iscsi_server=10.66.11.127:3260 firstboot (b) BOOTIF=eth0 storage_init=/dev/sda,/dev/sdb iscsi_init=/dev/sdb iscsi_target_name=iqn.2013-01.com:hadong iscsi_install iscsi_server=10.66.11.127:3260 firstboot network_layout=bridged 2. login as admin 3. check network status in tui After auto install success, then login rhev-h and check that ipv4 address in state page,and nics was shown configured in network page. Now iscsi root has supported bridged and nonbridged network, so this bug has been fixed, i will verify it after it's status changed into "ON_QA"
This bug wasn't in the erratum but is fixed, so closing this. Please reopen if necessary.