mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-12-18 20:24:58 +03:00
Fix typo "informations" -> "information" (Atsushi SAKAI and
Saori FUKUTA).
This commit is contained in:
@@ -15,14 +15,14 @@ if conn == None:
|
||||
try:
|
||||
(model, memory, cpus, mhz, nodes, socket, cores, threads) = conn.getInfo()
|
||||
except:
|
||||
print 'Failed to extract the current node informations'
|
||||
print 'Failed to extract the current node information'
|
||||
sys.exit(1)
|
||||
|
||||
print "Xen running on %d %s processors at %d MHz, %d MBytes of memory" % (
|
||||
cpus, model, mhz, memory)
|
||||
|
||||
if cpus > nodes * socket * cores * threads:
|
||||
print "Erroneous CPU informations"
|
||||
print "Erroneous CPU information"
|
||||
sys.exit(1)
|
||||
|
||||
if cpus < nodes * socket * cores * threads:
|
||||
|
||||
Reference in New Issue
Block a user