1
0
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:
Jaime Melis 2010-08-30 16:14:26 +02:00
parent be58d737ef
commit 87f71392d5

View File

@ -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\)')