Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 28202 invoked from network); 16 Feb 2011 15:31:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 15:31:58 -0000 Received: (qmail 54055 invoked by uid 500); 16 Feb 2011 15:31:58 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 53910 invoked by uid 500); 16 Feb 2011 15:31:56 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 53901 invoked by uid 99); 16 Feb 2011 15:31:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 15:31:55 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mandreou@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 15:31:47 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1GFVPkt031611 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Feb 2011 10:31:25 -0500 Received: from [10.36.9.72] (vpn2-9-72.ams2.redhat.com [10.36.9.72]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1GFVM8r017836 for ; Wed, 16 Feb 2011 10:31:24 -0500 Message-ID: <4D5BEDCA.9060804@redhat.com> Date: Wed, 16 Feb 2011 17:31:22 +0200 From: "marios@redhat.com" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc13 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: deltacloud-dev@incubator.apache.org Subject: Re: [PATCH core 3/3] Fixed run_on_instance and launching instance with default HWP References: <1297770054-5502-1-git-send-email-mfojtik@redhat.com> <1297770054-5502-3-git-send-email-mfojtik@redhat.com> <4D5ADF07.6010608@redhat.com> <8446E62A-D9C3-4968-AC19-ADE3EB5F74BA@redhat.com> <4D5AE708.4050306@redhat.com> <20110216130428.GG14652@redhat.com> In-Reply-To: <20110216130428.GG14652@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Virus-Checked: Checked by ClamAV on apache.org On 16/02/11 15:04, Michal Fojtik wrote: >> >> >> >> >> > > Yes, there is a 5 seconds timeout set for connecting to instance. Maybe > I should increase this timeout. Can you please do it manually for this time > and if it will work I'll raise this value. > as discussed on irc, i increased the timeout to 10s (runner.rb, line 76) and this fixed it so you may want to do this (and perhaps add another margin of error? 15s? unless theres a reason against) before commit