mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit 514fbb9f4bf7d7ca070db0887abe42e12c5bb870)
This commit is contained in:
parent
de86512791
commit
6c5d673a67
@ -348,7 +348,7 @@ module KVM
|
||||
values[:diskwriops]=0
|
||||
|
||||
disks.each do |disk|
|
||||
text=`#{virsh(:domblkstat)} #{vmid} #{disk}`
|
||||
text=`#{virsh(:domblkstat)} #{vmid} #{disk} 2>/dev/null`
|
||||
|
||||
text.each_line do |line|
|
||||
columns=line.split(/\s+/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user