Index: trunk/packages/invirt-remote/debian/changelog
===================================================================
--- trunk/packages/invirt-remote/debian/changelog	(revision 2254)
+++ trunk/packages/invirt-remote/debian/changelog	(revision 2255)
@@ -1,2 +1,8 @@
+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
 
Index: trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-proxy
===================================================================
--- trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-proxy	(revision 2254)
+++ trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-proxy	(revision 2255)
@@ -19,4 +19,6 @@
     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 ;;
@@ -29,4 +31,6 @@
 	invirt-remote-control "$MACHINE" "$SERVICE" "$@" ;;
     * )
-	remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;
+        echo "ERROR: invalid subcommand"
+        exit 34
+        ;;
 esac
