mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-22 17:57:46 +03:00
feature-307: virsh does not support readonly for nodeinfo
This commit is contained in:
parent
be58d737ef
commit
87f71392d5
@ -21,7 +21,7 @@
|
||||
# TODO : use virsh freecell when available
|
||||
######
|
||||
|
||||
nodeinfo_text = `virsh -c qemu:///system nodeinfo --readonly`
|
||||
nodeinfo_text = `virsh -c qemu:///system nodeinfo`
|
||||
|
||||
nodeinfo_text.split(/\n/).each{|line|
|
||||
if line.match('^CPU\(s\)')
|
||||
|
Loading…
x
Reference in New Issue
Block a user