From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHgBG-0008OG-FQ for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:39:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHgBB-0008Gr-AN for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:39:05 -0400 Received: from [199.232.76.173] (port=38661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHgBB-0008Gc-4S for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:39:01 -0400 Received: from mx2.redhat.com ([66.187.237.31]:57148) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHgBA-0005t8-MX for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:39:00 -0400 Message-ID: <4A3BB10F.1050607@redhat.com> Date: Fri, 19 Jun 2009 17:38:55 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] sending pci information over the wire References: <20090618193946.GH3517@poweredge.glommer> <4A3A9D89.5000305@codemonkey.ws> <20090618201227.GI3517@poweredge.glommer> <4A3AA5D8.8050303@codemonkey.ws> <4A3B527C.2010203@redhat.com> <4A3B8E56.3040903@codemonkey.ws> <4A3BA1C6.6040701@redhat.com> <4A3BABB1.6060708@codemonkey.ws> In-Reply-To: <4A3BABB1.6060708@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Glauber Costa , qemu-devel@nongnu.org, armbru@redhat.com On 06/19/09 17:16, Anthony Liguori wrote: > There is a certain amount of lossy-ness to qemu-commits because our > internal SMTP servers frequently like to go down. It's a git commit hook > so having a mechanism to retry later would be overly complicated. Just an idea: Punt the issue to an MTA? Install local postfix, setup internal smtp as smarthost for delivery, point the commit hook to localhost. postfix should take care that nothing gets lost then (unless the outage is very long ...). cheers, Gerd