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.
Bug 846255 - virt-manager add macvtap device by mistake
Summary: virt-manager add macvtap device by mistake
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virt-manager
Version: 6.4
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: virt-mgr-maint
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 1059282
TreeView+ depends on / blocked
 
Reported: 2012-08-07 09:22 UTC by Huang Wenlong
Modified: 2014-01-29 15:12 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1059282 (view as bug list)
Environment:
Last Closed: 2014-01-29 15:12:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Huang Wenlong 2012-08-07 09:22:04 UTC
Description of problem:
virt-manager add macvtap device  , even choose "NO" in the GUI option

Version-Release number of selected component (if applicable):

libvirt-0.10.0-0rc0.el6.x86_64
virt-manager-0.9.0-14.el6.x86_64


How reproducible:
100%

Steps to Reproduce:
1. start a domain
2.  run virt-manager  => Add Hardware => Network  => choose Host device eth0:macvtap => Finish
pop up warning message:
"Are you sure want to add this device"
"This device could not be attached to the running machine. Would you like to make the device available after the next guest shutdown?"
NO  or YES

3.  choose NO

4. check the host net device

5.# ip add
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:23:ae:8f:f2:b3 brd ff:ff:ff:ff:ff:ff
    inet 10.66.82.251/23 brd 10.66.83.255 scope global eth0
    inet6 fe80::223:aeff:fe8f:f2b3/64 scope link
       valid_lft forever preferred_lft forever
3: virbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
    link/ether 52:54:00:ed:7d:b4 brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
4: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 500
    link/ether 52:54:00:ed:7d:b4 brd ff:ff:ff:ff:ff:ff
133: macvtap0@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500
    link/ether 52:54:00:54:61:42 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::5054:ff:fe54:6142/64 scope link
       valid_lft forever preferred_lft forever






Actual results:
macvtap device always add

Expected results:
choose NO do not add the device

Additional info:
1.I found  the macvtap device will create once you click "Finish"  , actually device has created  before you choose Yes or No.

Comment 4 Giuseppe Scrivano 2014-01-29 15:12:37 UTC
I've cloned it to upstream as I could reproduce there, and given the severity of the bug, I am going to close as WONTFIX.


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