projects
/
invirt/packages/invirt-remote.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
There's a race condition for if the VM gets powered off between the
[invirt/packages/invirt-remote.git]
/
files
/
usr
/
sbin
/
sipb-xen-remote-proxy
diff --git
a/files/usr/sbin/sipb-xen-remote-proxy
b/files/usr/sbin/sipb-xen-remote-proxy
index
9d7d0bd
..
983d524
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-remote-proxy
+++ b/
files/usr/sbin/sipb-xen-remote-proxy
@@
-16,7
+16,7
@@
case "$TYPE/$SERVICE" in
sipb-xen-remote-listvms "$@" ;;
control/create|control/install )
sipb-xen-remote-create "$SERVICE" "$MACHINE" "$@" ;;
sipb-xen-remote-listvms "$@" ;;
control/create|control/install )
sipb-xen-remote-create "$SERVICE" "$MACHINE" "$@" ;;
- control/listhost )
+ control/listhost|control/list-host )
sipb-xen-remote-listhost "$MACHINE" "$@" ;;
control/* )
# Everything but create must go where the VM is already running.
sipb-xen-remote-listhost "$MACHINE" "$@" ;;
control/* )
# Everything but create must go where the VM is already running.