digitalocean / vmtop

Real-time monitoring of KVM/Qemu VMs
Apache License 2.0
53 stars 19 forks source link

empty cpuset.cpus #22

Open zmitya opened 1 year ago

zmitya commented 1 year ago

Dear all, I tried to fire up your program on a Debian 12 using kernel 6.1.0-6-amd64.

I have one running VM, and my /sys/fs/cgroup//machine.slice/machine-qemu\x2d1\x2dsanyi.scope/libvirt/emulator/cpuset.cpus

contains only a "\n".

the app raises an exception at vmtop.py:63

The error msg is: Unexpected error on VM creation: (<class 'ValueError'>, ValueError("invalid literal for int() with base 10: '\n'")

Regards,

Mitya

el8 commented 4 months ago

Dear Mitya, thanks for the bug report and sorry for taking some time. Should be fixed now.

Regards, Jan