You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:::::::*"
A lot of the information being pushed is redundant, eg. PRETTY_NAME contains NAME+VERSION+VERSION_ID, CPE_NAME is not immediately interesting to see in the Web UI, etc.
Describe the bug
Users have reported that when running a Flatcar Container Linux VM on VMware, the "guestFullName" property pushed to the hypervisor can be longer than 128 bytes which results in hitting this bug: https://kb.vmware.com/s/article/95714?lang=en_US&queryTerm=%20KB%2095714.
Here's an example of what is pushed:
A lot of the information being pushed is redundant, eg. PRETTY_NAME contains NAME+VERSION+VERSION_ID, CPE_NAME is not immediately interesting to see in the Web UI, etc.
Reproduction steps
vim-cmd vmsvc/get.guest 1
...
Expected behavior
guestFullName is <128 bytes and does not contain redundant data.
Additional context
Related issues:
Would you be able to add proper detection of Flatcar to open-vm-tools, and shorten the pushed string? "Flatcar Container Linux" would be nice.
The text was updated successfully, but these errors were encountered: