From 61f07c8cb5534cccfc387da5343871a9fa3e526b Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 29 Jun 2008 00:05:34 -0400 Subject: [PATCH] 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 --- files/usr/sbin/sipb-xen-remote-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" "$@" ;; -- 1.7.9.5