projects
/
invirt/packages/invirt-remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91cf1fc
)
Fixed missing import
0.3.4
author
Peter Iannucci
<iannucci@mit.edu>
Sun, 15 Feb 2009 00:09:26 +0000
(19:09 -0500)
committer
Peter Iannucci
<iannucci@mit.edu>
Sun, 15 Feb 2009 00:09:26 +0000
(19:09 -0500)
svn path=/trunk/packages/invirt-remote/; revision=2114
host/usr/sbin/invirt-availability
patch
|
blob
|
history
diff --git
a/host/usr/sbin/invirt-availability
b/host/usr/sbin/invirt-availability
index
0122a8d
..
26ef5c9
100644
(file)
--- a/
host/usr/sbin/invirt-availability
+++ b/
host/usr/sbin/invirt-availability
@@
-6,6
+6,7
@@
Gathers availability data for the VM host it's running on.
from subprocess import PIPE, Popen, call
import sys
import yaml
+import os
# return the amount of memory in kilobytes represented by s
def parseUnits(s):