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.
escription of problem:
Add a new VLAN,change the VLAN tag from 0 to 1 manually,select the eth0 as parent interface,and then click finish,it will fail.
Version-Release number of selected component (if applicable):
libvirt-0.9.10-2.el6.x86_64
virt-manager-0.9.0-10.el6.x86_64
How reproducible:
always
Steps to Reproduce:
1.Open virt-manager
#virt-manager --debug
2.Click Edit->Connection Details,click Network Interfaces tab.
3. Click + button
4.Select interface type as 'VLAN', click Forward button.
5 Select start mode as 'none', enable "Activate now", fill VLAN tag as 1(The default value is 0) manually,do not use the arrows.
6.And then,choose eth0 as parent interface. Click Finish button.
Actual results:
1.After choose eth0 as parent interface,the "Name" of VLAN don't
synchronize with VLAN tag 1, still is eth0.0.
2.After click "Finish" ;
"Error creating interface: 'Could not create interface: Interface not
found: couldn't find interface named 'eth0.0'' pop up.
3.Close the Error diaglog,and then click "cancel".
The eth0.1 was created, but with Inactive status.
Expected results:
1. The VLAN name need to synchronize with VLAN tag 1,update to eth0.1
Additional info:
1.At step 5,must enable "Activate now".
2.At step 6,if check 'eth0' -> uncheck 'eth0' -> check 'eth0',the Name
will change to 'eth0.1',then click Finish,it will create successfully.