From owner-freebsd-cluster@FreeBSD.ORG Thu Apr 28 01:37:00 2011 Return-Path: Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1630F1065670 for ; Thu, 28 Apr 2011 01:37:00 +0000 (UTC) (envelope-from fsilvaleandro@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id C4BD68FC17 for ; Thu, 28 Apr 2011 01:36:59 +0000 (UTC) Received: by yie12 with SMTP id 12so1107284yie.13 for ; Wed, 27 Apr 2011 18:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=IfdwSEGko++rCjLapSND+zFNASC3ezQT/1Sv7Emu+o8=; b=YP+SYc3fDi0WAgPXerU0jAA9FJ0kb3GMlyuGr+TzTqOVZJXSPw6PlWVRpS4psU+yP6 4HmagVdHZQYzEaujFIXNbfnEKGkphcAbE8DOSByEgNb4M5G4gOMYGnxsu0SGfQE+4FoO YhyRQpWcJfqMscQ8Dh0sVwDd1+RQYJSlT4zV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=mpUwBQrmeKmSXjR4CNt5XGzv3L1sPAzI6mN3jGm4ll/yFl0xxK9oZdp1DtQAoUgJMb YusbFV59pSyNayqQv8fVqKg4LZoFjF3tEd0LtXG0V2Z/nPKMJxmqoFFJKMFzHG6SSNdO ZnT38nLqe3VxFE9m+6TJ1rG0npbH8iJyQ11T0= MIME-Version: 1.0 Received: by 10.150.180.9 with SMTP id c9mr2418641ybf.212.1303953076753; Wed, 27 Apr 2011 18:11:16 -0700 (PDT) Received: by 10.151.110.21 with HTTP; Wed, 27 Apr 2011 18:11:16 -0700 (PDT) In-Reply-To: <4B8CDEE9.9020004@argonsoft.de> References: <4B8A4EFF.9050207@argonsoft.de> <4B8CDEE9.9020004@argonsoft.de> Date: Wed, 27 Apr 2011 22:11:16 -0300 Message-ID: From: Leandro F Silva To: freebsd-cluster@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Cluster Filesystem on FreeBSD X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 01:37:00 -0000 Hi.. Actually I'm in the same situation as you Erik, looking for something clustered for freebsd.. Maybe the solution is [1]Open HA project, but it is really a painful to see lots of options in this regards for Linux and not for Free.. As Lucke has mentioned, maybe it is missing some cluster hackers help in order to get cool stuffs running.. I'm not an expert but I guess the idea of getting a hook may work. would it be painful to implement something like that ? [1] http://hub.opensolaris.org/bin/view/Community+Group+ha-clusters/ohac regards, leandro 2010/3/2 Erik Scholtz, ArgonSoft GmbH > Doug, > > have you ever tried to put a NFS-volume into the working-path of an > apache-server? I did, and I could messure a significant performance-loss of > the webserver by 1sec per page-load. > > The NFS was mounted on a 1GBit dedicated connection between the webserver > and the nfs-server; I tried several TCP-options and MTU-Settings without any > important change on the performance-loss. > > Compared to a dedicated mounted ISCSI-Volume this 1sec loss is a lot! I > think NFS is great for changing big amounts of data. But for short > read/write-access NFS does not seem to be the first choice. > > > Greetings, > Erik > -- > > My blog: http://blog.elitecoderz.net > > > > Doug Poland wrote: > >> On Mon, March 1, 2010 12:11, Leinier Cruz Salfran wrote: >> >>> On Sun, Feb 28, 2010 at 6:09 AM, Erik Scholtz, ArgonSoft GmbH >>> wrote: >>> >>> I did some research the last two weeks on how to build a cluster >>>> filesystem on FreeBSD. >>>> >>>> My solution at the moment is, to rsync all filesystems once a >>>> minute, which is rather to rare. So I tried to get a hook with >>>> KQueue to rsync the filesystems on data-change. Unfortunatly I could >>>> not find a working solution (had a try with IO::KQueue using perl). >>>> >>>> i use rsync to make partial data backup .. ie: /etc, /usr/local/etc, >>> /usr/home, /var/logs ... >>> >>> How do you guys solve this problem (of a shared filesystem with >>>> rw-option)? >>>> Any hints are welcome, since I'm getting very frustrated at the >>>> moment. >>>> >>>> there is a project named 'hast'[1] for a clustered filesystem .. it's >>> being developed by pawel .. the project has some completed milestones, >>> so you can get it from fbsd src svn tree .. hast can do clustered >>> filesystem right now but it's not complete, so there is no stable yet >>> >>> other way is gmirror[2] + ggated .. with that you can get a raid1 over >>> net solution .. but i think it's not prepared to be used as >>> master-master soluction >>> >>> Neither hast nor gmirror+ggatd are cluster filesystems, in that only >> one "side" of the storage is available for writes at a point in time. >> Filesystems like OCFS2 and GFS allow multiple, simultaneous read-write >> access to block devices. >> >> Given there is not true cluster filesystem available for FreeBSD at >> this time, I wonder aloud why so many people are so quick to dismiss >> NFS? NFS provides "most" of features of a cluster filesystem today. >> If one were to choose NFS for shared storage, one could use tools >> available today to make NFS highly available (hast, gmirror+ggated). >> >> >> >> _______________________________________________ > freebsd-cluster@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > To unsubscribe, send any mail to "freebsd-cluster-unsubscribe@freebsd.org" >