From owner-freebsd-cluster@FreeBSD.ORG Tue Jan 10 17:48:32 2012 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 4C9F5106564A for ; Tue, 10 Jan 2012 17:48:32 +0000 (UTC) (envelope-from escholtz@argonsoft.de) Received: from coyote.quickmin.net (coyote.quickmin.net [217.14.112.24]) by mx1.freebsd.org (Postfix) with ESMTP id A774D8FC13 for ; Tue, 10 Jan 2012 17:48:31 +0000 (UTC) Received: (qmail 17063 invoked from network); 10 Jan 2012 18:21:49 +0100 Received: by simscan 1.4.0 ppid: 17060, pid: 17061, t: 0.0149s scanners: clamav: 0.97/m:54/d:14286 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=argonsoft.de; b=j8lhpOknGy3w7X80sAiBbAkB1ehVVzLv+oBMOWxKUTGObkgpteMPmc24hbloftvEdRczbGuA930wqHJYWxgg/yQ+AkNElFL9AdkPNWZkfWmDOgl95CIjrbM7qxSoeHZtidUC2xzc9ul4SqvEqjqRSnTjoi/uTkNU/wXRwPXFEhE= ; Received: from speedy.quickmin.net (HELO dhcp-172-28-52-194.bauer-de.bauermedia.group) (00000150@217.14.112.11) by coyote.quickmin.net with SMTP; 10 Jan 2012 18:21:49 +0100 Message-ID: <4F0C73AF.5050707@argonsoft.de> Date: Tue, 10 Jan 2012 18:21:51 +0100 From: Erik Scholtz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-cluster@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: HAST - documentation unclear to me 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: Tue, 10 Jan 2012 17:48:32 -0000 Hi, again I'm in the need of building a FreeBSD cluster (for loadbalancing purposes, not for failover purposes). Still GFS, GPFS or OCFS2 isn't ported to FreeBSD yet, so I was reading about HAST. The one point I do not get is the following part: "[..] HAST works in Primary-Secondary (Master-Backup, Master-Slave) configuration, which means that only one of the cluster nodes can be active at any given time. Active node will be called Primary node. This is the node that will be able to handle I/O requests to HAST-managed devices. [...]" IMHO this can mean two things: 1) Only the Master can be operational, the slave is in standby (and therefor can not be used as loadbalancing system) 2) Slave can be operational too, but on a write-access to the slave it will be sent to the master, that syncs it back to the slave again (which will cost performance but will work). Does anyone of you have an idea which option (1 or 2) is the way HAST will work? If option 1 is the behaviour of HAST: Any recommendations howto loadbalance an apache webserver (with read/write operations)? Mounting the data from a NFS-Volume costs a lot of time (nearly 1 second slower per request) and therefor is not recommended in an apache highperformance-setup. Thanks for your answers. Greetings, Erik -- My blog: http://blog.elitecoderz.net