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
invirt-remote: enumerate all the subcommands on proxy server
[invirt/packages/invirt-remote.git]
/
server
/
usr
/
sbin
/
invirt-remote-proxy
diff --git
a/server/usr/sbin/invirt-remote-proxy
b/server/usr/sbin/invirt-remote-proxy
index
358447c
..
9a9266d
100755
(executable)
--- a/
server/usr/sbin/invirt-remote-proxy
+++ b/
server/usr/sbin/invirt-remote-proxy
@@
-18,6
+18,8
@@
case "$TYPE/$SERVICE" in
invirt-remote-vnccert "$@" ;;
web/availability )
invirt-remote-availability "$@" ;;
invirt-remote-vnccert "$@" ;;
web/availability )
invirt-remote-availability "$@" ;;
+ web/lvcreate | web/lvremove | web/lvrename | web/lvresize )
+ remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;
control/help )
invirt-remctl-help ;;
control/create|control/install )
control/help )
invirt-remctl-help ;;
control/create|control/install )
@@
-28,5
+30,7
@@
case "$TYPE/$SERVICE" in
# Everything but create must go where the VM is already running.
invirt-remote-control "$MACHINE" "$SERVICE" "$@" ;;
* )
# Everything but create must go where the VM is already running.
invirt-remote-control "$MACHINE" "$SERVICE" "$@" ;;
* )
- remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;
+ echo "ERROR: invalid subcommand"
+ exit 34
+ ;;
esac
esac