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:
9b2c6cb
)
Fixed syntax error.
author
Peter Iannucci
<iannucci@mit.edu>
Mon, 4 Oct 2010 02:39:11 +0000
(22:39 -0400)
committer
Peter Iannucci
<iannucci@mit.edu>
Mon, 4 Oct 2010 02:39:11 +0000
(22:39 -0400)
host/usr/sbin/invirt-lvm
patch
|
blob
|
history
diff --git
a/host/usr/sbin/invirt-lvm
b/host/usr/sbin/invirt-lvm
index
a042f0e
..
cae6b2b
100755
(executable)
--- a/
host/usr/sbin/invirt-lvm
+++ b/
host/usr/sbin/invirt-lvm
@@
-22,7
+22,7
@@
def ensureoff(machine):
rv = call(["/usr/sbin/xm", "destroy", prefix + machine],
stderr=PIPE)
-machine_specific = subcommand not in ['lvcreate-all', 'vgcapacity']:
+machine_specific = subcommand not in ['lvcreate-all', 'vgcapacity']
if machine_specific:
machine = sys.argv[2]