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 #67181

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

meaksh
Copy link
Contributor

@meaksh meaksh commented Jan 20, 2025

What does this PR do?

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

I took the approach discussed at this old unmerged PR: #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.

@meaksh meaksh requested a review from a team as a code owner January 20, 2025 17:00
@meaksh meaksh changed the title Master fix nutanix grains Fix virtual grains for VMs running on Nutanix AHV Jan 20, 2025
@meaksh meaksh force-pushed the master-fix-nutanix-grains branch from 25fb80f to c5ce890 Compare January 22, 2025 10:21
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.

[BUG] Virtual grains are not properly detected on Nutanix AHV
1 participant