X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/blobdiff_plain/73ef973290945bd454e27cca6de4727445fc4436..9b2c6cb76b2935133c0c1ed1626d077614b460ec:/server/usr/sbin/invirt-remote-proxy?ds=sidebyside diff --git a/server/usr/sbin/invirt-remote-proxy b/server/usr/sbin/invirt-remote-proxy index e92e692..b70eb4d 100755 --- a/server/usr/sbin/invirt-remote-proxy +++ b/server/usr/sbin/invirt-remote-proxy @@ -1,5 +1,5 @@ -#!/bin/bash -# invoke as invirt-remote-proxy-$TYPE, with "TYPE" in the remctl sense. +#!/bin/bash +# invoke as invirt-remote-proxy-$TYPE, with "TYPE" in the remctl sense. klist -s || kinit -k @@ -18,7 +18,7 @@ case "$TYPE/$SERVICE" in invirt-remote-vnccert "$@" ;; web/availability | web/avail ) invirt-remote-availability "$@" ;; - web/lvcreate | web/lvremove | web/lvrename | web/lvresize ) + web/lvcreate | web/lvremove | web/lvrename | web/lvresize | web/vgcapacity ) invirt-remote-lvm "$SERVICE" "$@" ;; control/help )