{{ message }}
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
today i had a client whose vm wouldn't start again after a shutdown.
By investigating this, i found some kind of mismatch between guest_os-table and guest_os_hypervisor-table:

In fact, vmware stored "mandrake" for this vm in its .vmx
We had trouble before with a huge mixup / inconsistence between those two tables, but i was sure i fixed that (with deleting all user defined entries and copying new clean tables of a fresh installation before one of our latest version-upgrades.
I found the exact same situation in our testing-environment, that is different installation installation of original 4.19.x upgraded lately to 4.20.3.0.
"Fun Fact": I was only able to fix this with setting the vm's guest os in cloudstack to "Mandriva Linux", which has guest_os_id 360 which translates to the correct vmware-guest-os-type ubuntu64Guest in guest_os_hypervisor.
Could be anybody so kind check if this is the default situation in 4.19 / 4.20?
Thanks in advance
Markus
Beta Was this translation helpful? Give feedback.
All reactions