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