From: Greg Price Date: Sun, 29 Jun 2008 04:05:34 +0000 (-0400) Subject: start load-balancing over hosts X-Git-Tag: sipb-xen-remote-server/0.2~4 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/61f07c8cb5534cccfc387da5343871a9fa3e526b start load-balancing over hosts We're now a replicated service. Woohoo. Clearly this means we're just as mature and reliable as scripts... svn path=/trunk/packages/sipb-xen-remote-server/; revision=660 --- diff --git a/files/usr/sbin/sipb-xen-remote-proxy b/files/usr/sbin/sipb-xen-remote-proxy index 0f4f9e8..59555b3 100755 --- a/files/usr/sbin/sipb-xen-remote-proxy +++ b/files/usr/sbin/sipb-xen-remote-proxy @@ -15,7 +15,7 @@ case "$TYPE/$SERVICE" in web/listvms ) sipb-xen-remote-listvms "$@" ;; control/create ) - remctl black-mesa remote "$TYPE" "$MACHINE" "$SERVICE" "$@" ;; + sipb-xen-remote-create "$MACHINE" "$@" ;; control/* ) # Everything but create must go where the VM is already running. sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;