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
(from parent 1:
2cfee56
)
- sipb_xen_database -> invirt.database
author
Yang Zhang
<y_z@mit.edu>
Sun, 3 Aug 2008 04:53:32 +0000
(
00:53
-0400)
committer
Yang Zhang
<y_z@mit.edu>
Sun, 3 Aug 2008 04:53:32 +0000
(
00:53
-0400)
- removed redundant parameter to connect()
svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=837
files/usr/sbin/sipb-xen-lvm
patch
|
blob
|
history
diff --git
a/files/usr/sbin/sipb-xen-lvm
b/files/usr/sbin/sipb-xen-lvm
index
15965cd
..
f42804e
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-lvm
+++ b/
files/usr/sbin/sipb-xen-lvm
@@
-20,9
+20,9
@@
def ensureoff(machine):
stderr=PIPE)
if subcommand == "lvcreate-all":
- from sipb_xen_database import *
+ from invirt import database
import re
- connect(config.db.uri)
+ database.connect()
for d in Disk.select():
check(re.match('^[A-Za-z0-9]+$', d.guest_device_name))
machine = Machine.get(d.machine_id)