Merge branch 'patch-vcpu-count' of evolix/kvm-tools into master

This commit is contained in:
abenmiloud 2019-09-03 11:06:28 +02:00 committed by Gitea
commit 3efd024075
1 changed files with 1 additions and 1 deletions

2
kvmstats/kvmstats Executable file → Normal file
View File

@ -67,7 +67,7 @@ do
echo "$VM"
# cpu
virsh vcpucount --maximum --current "$VM"
virsh vcpucount --current "$VM"
# mem
# libvirt store memory in KiB, POW must be lowered by 1