Bug 1945477

Summary: team: add deprecation notice on module load
Product: Red Hat Enterprise Linux 9 Reporter: Hangbin Liu <haliu>
Component: kernelAssignee: Hangbin Liu <haliu>
kernel sub component: Networking QA Contact: LiLiang <liali>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: medium    
Priority: medium CC: atragler, brdeoliv, hkrzesin, jiji, jmaxwell, kzhang
Version: 9.0Keywords: Triaged
Target Milestone: beta   
Target Release: 9.0 Beta   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: kernel-5.13.0-0.rc4.33.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-12-02 20:38:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1875968    

Description Hangbin Liu 2021-04-01 03:50:49 UTC
Description of problem:

As the subject, we need to add a deprecation notice on module load(print once).

Comment 2 Hangbin Liu 2021-05-26 02:33:14 UTC
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1063

FYI, the PR has been merged.

Comment 4 LiLiang 2021-06-08 02:03:03 UTC
Tested

[root@dell-per730-17 ~]# teamd -d
This program is not intended to be run as root.
[root@dell-per730-17 ~]# dmesg
[   88.510705] Warning: team - this hardware is not recommended for new deployments. It continues to be supported in this RHEL release, but it is likely to be removed in the next major release. Driver updates and fixes for this device will be limited to critical issues. Please contact Red Hat Support or your device's hardware vendor for additional information.
[   88.549578] team0: Mode changed to "roundrobin"
[root@dell-per730-17 ~]# uname -r
5.13.0-0.rc4.33.el9.x86_64

Comment 5 Hangbin Liu 2021-06-15 11:57:13 UTC
Hi Bruno,

The PR for this bug has merged and there is a fixed version already.
But the bug state is still in MODIFIED. Would you please help fix it?

Thanks
Hangbin

Comment 6 Herton R. Krzesinski 2021-06-21 17:19:59 UTC
(In reply to Hangbin Liu from comment #5)
> Hi Bruno,
> 
> The PR for this bug has merged and there is a fixed version already.
> But the bug state is still in MODIFIED. Would you please help fix it?
> 
> Thanks
> Hangbin

Hi Hangbin,

it's on my list of bugs to add to errata. Due the several outages and I'm
being on pto this was delayed. I should add this one soon to rhel 9 errata.

Comment 10 LiLiang 2021-06-22 02:48:24 UTC
[root@dell-per730-01 ~]# dmesg
[ 1416.277092] Warning: team - this hardware is not recommended for new deployments. It continues to be supported in this RHEL release, but it is likely to be removed in the next major release. Driver updates and fixes for this device will be limited to critical issues. Please contact Red Hat Support or your device's hardware vendor for additional information.
[ 1416.315755] team0: Mode changed to "roundrobin"

[root@dell-per730-01 ~]# uname -r
5.13.0-0.rc4.33.el9.x86_64