Jan B

Results 60 comments of Jan B

@benwilber Did you find a fix for this?

:+1: well done @cedroyer! This seems to affect Lua >= 5.2 indeed.

@tgazik Could you please amend the steps to reproduce, e.g.: - How was Windows 2019 installed - Which additional Windows drivers were installed (e.g. virtio drivers) - What settings did...

Potential duplicate of https://github.com/harvester/harvester/issues/276

@tgazik Can you confirm whether the VM crashes with "KMODE exception not handled" as described in the other issue?

I can reproduce the issue by following the steps here to provision a Windows 2019 VM using 4 CPU and 8 GB Ram: https://github.com/harvester/harvester/issues/1767#issue-1093194711 After creating the VM, wait for...

The timestamps of the VM crashing correspond to the timestamps of OOM killer events in `dmesg`. This host has 260GB of free memory. ``` Jul 19 06:36:06 donna kernel: rpc-worker...

Possibly a regression of https://github.com/harvester/harvester/issues/1234 @guangbochen @futuretea Could it be that our resource overhead calculation to reserve qemu memory is not correct anymore? https://github.com/harvester/harvester/commit/39c76d70e7ce178a26142bac43d09fc0002e1290

Potential fix upstream: https://github.com/kubevirt/kubevirt/pull/7264