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

Fix virtual grains for VMs running on Nutanix AHV (bsc#1234022) #697

Conversation

meaksh
Copy link
Member

@meaksh meaksh commented Jan 21, 2025

This PR backports saltstack/salt#67181 to openSUSE/release/3006.0


This PR fixes virtual grains detections for instances running on Nutanix AHV.

I took the approach discussed at this old unmerged PR: saltstack/salt#62387

What issues does this PR fix or reference?

Fixes #67180

Previous Behavior

# salt-call grains.items
[...]
virtual:
    physical

New Behavior

# salt-call grains.items
[...]
virtual:
    kvm
virtual_subtype:
    Nutanix AHV

Merge requirements satisfied?

Commits signed with GPG?

Yes

Please review Salt's Contributing Guide for best practices, including the
PR Guidelines.

See GitHub's page on GPG signing for more information about signing commits with GPG.

Copy link
Contributor

@vzhestkov vzhestkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@meaksh meaksh merged commit 609a9fb into openSUSE/release/3006.0 Jan 22, 2025
7 of 8 checks passed
@meaksh meaksh deleted the openSUSE/fix/3006.0-fix-virtual-grains-on-nutanix branch January 22, 2025 13:01
@meaksh meaksh mentioned this pull request Jan 27, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants