Bug 691078

Summary: 8021q module cannot be removed
Product: Red Hat Enterprise Linux 5 Reporter: Jiri Pirko <jpirko>
Component: kernelAssignee: Jiri Pirko <jpirko>
Status: CLOSED NOTABUG QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: medium Docs Contact:
Priority: high    
Version: 5.7CC: jpirko, rkhan
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-27 09:10:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jiri Pirko 2011-03-26 15:57:44 UTC
Description of problem:

[root@rhel5 ~]# modprobe 8021q
[root@rhel5 ~]# vconfig add eth1 100
Added VLAN with VID == 100 to IF -:eth1:-
[root@rhel5 ~]# vconfig rem eth1.100
Removed VLAN -:eth1.100:-
[root@rhel5 ~]# modprobe -r 8021q
FATAL: Module 8021q is in use.

Problem is that realdev is never dev_put.

Comment 1 Jiri Pirko 2011-03-27 09:10:50 UTC
Mislooked. closing