svn path=/trunk/packages/invirt-remote/; revision=2255
+invirt-remote (0.3.10) unstable; urgency=low
+
+ * Let invirt-remote-proxy know all the possible subcommands.
+
+ -- Greg Price <price@mit.edu> Mon, 16 Mar 2009 21:15:38 -0400
+
invirt-remote (0.3.9) unstable; urgency=low
* Include a CDROM in listvms, if there is one.
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 )
# 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