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
check in Quentin's remote-listvmsd
[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
cb81f08
..
91dceda
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-remote-proxy
+++ b/
files/usr/sbin/sipb-xen-remote-proxy
@@
-13,6
+13,11
@@
esac
case "$TYPE/$SERVICE" in
web/listvms )
shift; sipb-xen-remote-listvms "$@" ;;
case "$TYPE/$SERVICE" in
web/listvms )
shift; sipb-xen-remote-listvms "$@" ;;
+ control/create )
+ remctl black-mesa remote "$TYPE" "$@" ;;
+ control/* )
+ # Everything but create must go where the VM is already running.
+ sipb-xen-remote-control "$@" ;;
* )
remctl black-mesa remote "$TYPE" "$@" ;;
esac
* )
remctl black-mesa remote "$TYPE" "$@" ;;
esac