From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28710 invoked by alias); 20 May 2008 20:44:19 -0000 Received: (qmail 28671 invoked by uid 9494); 20 May 2008 20:44:19 -0000 Date: Tue, 20 May 2008 20:44:00 -0000 Message-ID: <20080520204418.28657.qmail@sourceware.org> From: cfeist@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project tag, cmirror-kernel_0_1_10, created. cmirror_1_1_15-87-g23e72c4 X-Git-Refname: refs/tags/cmirror-kernel_0_1_10 X-Git-Reftype: tag X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 23e72c453fcb6b67044d14a778a0b82de95b399c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00373.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=23e72c453fcb6b67044d14a778a0b82de95b399c The tag, cmirror-kernel_0_1_10 has been created at 23e72c453fcb6b67044d14a778a0b82de95b399c (commit) - Log ----------------------------------------------------------------- commit 23e72c453fcb6b67044d14a778a0b82de95b399c Author: Jonathan Brassow Date: Fri May 16 12:58:00 2008 -0500 dm-log-clustered: Optimization - no need to send get_resync_work if none left Once recovery has finished, it is never restarted until the mirror is suspended/resumed. So, we can immediately return 0 on a 'get_resync_work' call if recovery has finished (rather than sending to userspace, and then around the cluster). This improves performance. ----------------------------------------------------------------------- hooks/post-receive -- Cluster Project