fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] SSH abort Timeout


From: Jeff Forcier
Subject: Re: [Fab-user] SSH abort Timeout
Date: Thu, 10 Sep 2009 08:52:07 -0400

Hi Miguel,

You're correct, there's currently no "nice" support for timeouts like
that. However, the issue has come up before and there's a ticket for
it:

    http://code.fabfile.org/issues/show/8

I've just updated the ticket's description to deal with your specific
situation -- earlier folks wanted a configurable timeout; you raise
the point that we need to make it possible to skip servers that *do*
timeout.

I also raised its priority now that there's more than one person
concerned about the problem :)

Finally, if you could send me an example of your fabfile and the
output when you run your timing-out task, I'd like to make sure I am
reading you correctly -- there's a small chance that things can work
the way you want them to without further edits to Fabric itself (e.g.
you may be using warn_only incorrectly, or there may be a bug in it.)

Thanks,
Jeff

On Thu, Sep 10, 2009 at 5:11 AM, Miguel A. Lamy <address@hidden> wrote:
> Hello all,
>
> I just began using Fabric and my knowledge is still very limited. 
> Nevertheless I am trying to follow the docs
> and the mail list and I was able to solve some of the problems I had.
>
> Unfornately there is any issue that I can't figure out the solution. I have 
> host list of about 15 servers
> that I use to do the deploys. Sometimes in some of the servers that I want to 
> deploy I can't connect with ssh
> because of network problems in that servers. Right now fabric is aborting 
> after a ssh timeout. What I want is
> logging that failure and still deploy to the other servers in host list.
>
> I tried with settings(warn_only=True): but with no luck. Can you help me ?
>
> Does control abortion in the  rsync_project for the same reasons resolved the 
> same way ?
>
> Note: I use Fabric 0.9b1
>
> Kind regards,
>
> Miguel Lamy
>
>
>
>
> _______________________________________________
> Fab-user mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/fab-user
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]