Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ubuntu] msr module being loaded while running a basic sosreport #3610

Closed
arif-ali opened this issue Apr 21, 2024 · 1 comment · Fixed by #3625
Closed

[ubuntu] msr module being loaded while running a basic sosreport #3610

arif-ali opened this issue Apr 21, 2024 · 1 comment · Fixed by #3625

Comments

@arif-ali
Copy link
Member

arif-ali commented Apr 21, 2024

This needs to be investigated, so that part release of noble(24.04), we can fix this quickly

@arif-ali arif-ali changed the title [ubuntu] msr module being loaded while running a basis sosreport [ubuntu] msr module being loaded while running a basic sosreport Apr 22, 2024
@arif-ali
Copy link
Member Author

arif-ali commented Apr 26, 2024

Interestingly, I have not been able to reproduce this in my local environment for 24.04, could it be a gce image issue 🤷🏽, will continue to debug in other environments.

In a KVM environment, the msr module is already loaded for noble, but in the GCE image it isn't, so we should gate it through the predicate. Just need to find out which plugin and which command is doing this now ;)

arif-ali added a commit to arif-ali/sos that referenced this issue Apr 26, 2024
The cpupower and turbostat applications are not installed by default on
most environments, but where it is, it will load the `msr` module when
running this commends. Adding the predicate will solve this.

Closes: sosreport#3610
Related: sosreport#3624, SET-622

Signed-off-by: Arif Ali <arif.ali@canonical.com>
arif-ali added a commit to arif-ali/sos that referenced this issue Apr 26, 2024
The cpupower and turbostat applications are not installed by default on
most environments, but where it is, it will load the `msr` module when
running this commends. Adding the predicate will solve this.

Closes: sosreport#3610
Related: sosreport#3624, SET-622

Signed-off-by: Arif Ali <arif.ali@canonical.com>
arif-ali added a commit to arif-ali/sos that referenced this issue Apr 26, 2024
The cpupower and turbostat applications are not installed by default on
most environments, but where it is, it will load the `msr` module when
running this commends. Adding the predicate will solve this.

Closes: sosreport#3610
Related: sosreport#3624, SET-622

Signed-off-by: Arif Ali <arif.ali@canonical.com>
arif-ali added a commit to arif-ali/sos that referenced this issue Apr 26, 2024
The cpupower and turbostat applications are not installed by default on
most environments, but where it is, it will load the `msr` module when
running this commends. Adding the predicate will solve this.

Closes: sosreport#3610
Related: sosreport#3624, SET-622

Signed-off-by: Arif Ali <arif.ali@canonical.com>
TurboTurtle pushed a commit that referenced this issue Apr 26, 2024
The cpupower and turbostat applications are not installed by default on
most environments, but where it is, it will load the `msr` module when
running this commends. Adding the predicate will solve this.

Closes: #3610
Related: #3624, SET-622

Signed-off-by: Arif Ali <arif.ali@canonical.com>
arif-ali added a commit to arif-ali/sos that referenced this issue May 7, 2024
The new version of ubuntu will so need the predicate. So using >=
instead of equals. This should catch any newer versions, as I
expect newer versions also to be similar

Related: sosreport#3610

Signed-off-by: Arif Ali <arif.ali@canonical.com>
arif-ali added a commit to arif-ali/sos that referenced this issue May 7, 2024
Ubuntu 24.10 release cycle has new started with the daily builds, so
we start testing on these to uncover any issues

Also update to latest GCE images for any new ubuntu images

Fix the `msr` predicate, such that it is caught on 24.04 and newer
releases of ubuntu

Related: sosreport#3610

Signed-off-by: Arif Ali <arif.ali@canonical.com>
TurboTurtle pushed a commit that referenced this issue May 8, 2024
Ubuntu 24.10 release cycle has new started with the daily builds, so
we start testing on these to uncover any issues

Also update to latest GCE images for any new ubuntu images

Fix the `msr` predicate, such that it is caught on 24.04 and newer
releases of ubuntu

Related: #3610

Signed-off-by: Arif Ali <arif.ali@canonical.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant