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

VMtools can't get correct guestID for Flatcar 3760&3815 on ESXi 7.0.3 #1365

Closed
Winnie81 opened this issue Feb 19, 2024 · 4 comments
Closed

Comments

@Winnie81
Copy link

guestID returned from vmtools is empty for Flatcar 3760&3815 on ESXi 7.0.3, and it should be other5xLinux64Guest.
On ESXi 8.0, guestID could be got as expected other6xLinux64Guest.

vim-cmd vmsvc/get.guest 1
Guest information:

(vim.vm.GuestInfo) {
toolsStatus = "toolsOk",
toolsVersionStatus = "guestToolsUnmanaged",
toolsVersionStatus2 = "guestToolsUnmanaged",
toolsRunningStatus = "guestToolsRunning",
toolsVersion = "12389",
toolsInstallType = "guestToolsTypeOpenVMTools",
toolsUpdateStatus = (vim.vm.GuestInfo.ToolsUpdateStatus) null,
guestId = "",
guestFamily = "linuxGuest",
guestFullName = "Linux 6.1.77-flatcar Flatcar Container Linux by Kinvolk 3815.2.0 3815.2.0 2024-02-12-2039 Flatcar Container Linux by Kinvolk 3815.2.0 (Oklo) cpe:2.3:o:flatcar-linux:flatcar_linux:3815.2.0:::::::*",
......
}

@jepio
Copy link
Member

jepio commented Feb 19, 2024

hi @Winnie81: do you know where the guestId comes from? Is it a value in the ovf file or is it something that the guest pushes to the hypervisor? Do you know where this needs to be fixed?

@Winnie81
Copy link
Author

hi @Winnie81: do you know where the guestId comes from? Is it a value in the ovf file or is it something that the guest pushes to the hypervisor? Do you know where this needs to be fixed?

Hi, Please ignore it, and it is not a issue for OS. Sorry for the inconvenience. Thanks.

@jepio
Copy link
Member

jepio commented Feb 22, 2024

@Winnie81 a user reported this: #1370. Is there a way for us to control what gets pushed as guestFullName from within the guest? We can't remove fields from /etc/os-release but some of them are redundant.

@Winnie81
Copy link
Author

Is there a way for us to control what gets pushed as guestFullName from within the guest?

I'll discuss it with our dev. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants