From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754421AbZECKF6 (ORCPT ); Sun, 3 May 2009 06:05:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752617AbZECKFt (ORCPT ); Sun, 3 May 2009 06:05:49 -0400 Received: from [212.69.161.110] ([212.69.161.110]:52338 "EHLO mail09.linbit.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752295AbZECKFs (ORCPT ); Sun, 3 May 2009 06:05:48 -0400 From: Philipp Reisner To: Willy Tarreau Subject: Re: [PATCH 00/16] DRBD: a block device for HA clusters Date: Sun, 3 May 2009 12:06:22 +0200 User-Agent: KMail/1.11.0 (Linux/2.6.27-9-generic; KDE/4.2.0; i686; ; ) Cc: Bart Van Assche , Andrew Morton , linux-kernel@vger.kernel.org, Jens Axboe , Greg KH , Neil Brown , James Bottomley , Sam Ravnborg , Dave Jones , Nikanth Karthikesan , "Lars Marowsky-Bree" , Kyle Moffett , Lars Ellenberg References: <1241090812-13516-1-git-send-email-philipp.reisner@linbit.com> <20090503053557.GH570@1wt.eu> In-Reply-To: <20090503053557.GH570@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905031206.32701.philipp.reisner@linbit.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Sonntag 03 Mai 2009 07:36:00 schrieb Willy Tarreau: > On Sat, May 02, 2009 at 09:33:35AM +0200, Bart Van Assche wrote: > > On Fri, May 1, 2009 at 10:59 AM, Andrew Morton > > > > wrote: > > > On Thu, 30 Apr 2009 13:26:36 +0200 Philipp Reisner wrote: > > >> This is a repost of DRBD > > > > > > Is it being used anywhere for anything? ?If so, where and what? > > > > One popular application is to run iSCSI and HA software on top of DRBD > > in order to build a highly available iSCSI storage target. > > Confirmed, I have several customers who're doing exactly that. > Besides storage targets, DRBD is also very popular for databases, it is widely used with PostgreSQL and MySQL. It is advertised by both database projects, to use their DB on top of DRBD to form HA clusters. Raw numbers of installations: We have an opt-in global usage counter. See http://www.drbd.org/usage/year/ If we assume that 30% of all users agree that their DRBD installation gets counted, then we have more then 12000 new installations in April. (4245 Installations where counted) It seems that nowadays most of our users get DRBD through their distributions. Distributions that include DRBD are (list incomplete): Debian, Ubuntu, SLES, CentOS -Phil