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

2
kvmstats/kvmstats Executable file → Normal file
View file

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