Comment 7 for bug 586359

Revision history for this message
Julian Edwards (julian-edwards) wrote : Re: Virtual builders are sometimes very slow to accept connections

We're currently running this simpler script against dubnium in production (it's been made manual temporarily):

#!/bin/sh
GUESTNAME=$1
RPCDATA="<?xml version='1.0'?> <methodCall> <methodName>status</methodName> <params> </params> </methodCall>"
while wget -q -O - --post-data="$RPCDATA" http://${GUESTNAME}.ppa:8221/rpc; do :; done