From owner-freebsd-stable@FreeBSD.ORG Fri Apr 1 14:18:03 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B1EE106566B; Fri, 1 Apr 2011 14:18:03 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0D0038FC13; Fri, 1 Apr 2011 14:18:02 +0000 (UTC) Received: by ywf9 with SMTP id 9so1644792ywf.13 for ; Fri, 01 Apr 2011 07:18:02 -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:cc:content-type :content-transfer-encoding; bh=hhYgRZzxQZ9eSzDt4Ga4096kf+EKibrlQ4ZLg6EMPsc=; b=u/IqUM1L/fDTW+6aYoMgwJE3kD5UHvtcQiWuH8M8tavlJg4xN1BqGwGDfq4CyyDheY laAg5EJIk9BQ9kl6ctkiLIc1y3cqINdIFtOZKReJbIGPcWL8GqnuEVsrxhOKbVu1H2Ev zBBdW8T4rJ7O2HDP35yNW1RmVJQUfZKuyewLQ= 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 :cc:content-type:content-transfer-encoding; b=gY108ENFj0Vm7+qvcuv8ZIL7xI8KbhTIlz2maolyu0xOZKN4OxYKE9tyVh+E9JlK1v XGz8vMHAY1E/4+m7fPMAGeQuVjgPRdHJzH6G8HgwZkHPLb73Pbw0wbFOImAOHBxLhMxB wBSS2QG9RyWW0TNgdyDvB9Q+R0RF22uH7AbOM= MIME-Version: 1.0 Received: by 10.91.56.2 with SMTP id i2mr1065604agk.19.1301667482163; Fri, 01 Apr 2011 07:18:02 -0700 (PDT) Received: by 10.90.100.10 with HTTP; Fri, 1 Apr 2011 07:18:01 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Apr 2011 07:18:01 -0700 Message-ID: From: Freddie Cash To: Pete French Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: trociny@freebsd.org, freebsd-fs@freebsd.org, freebsd-current@freebsd.org, freebsd-stable@freebsd.org, pjd@freebsd.org Subject: Re: Any success stories for HAST + ZFS? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2011 14:18:03 -0000 On Fri, Apr 1, 2011 at 4:22 AM, Pete French wro= te: >> The other 5% of the time, the hastd crashes occurred either when >> importing the ZFS pool, or when running multiple parallel rsyncs to >> the pool. =C2=A0hastd was always shown as the last running process in th= e >> backtrace onscreen. > > This is what I am seeing - did you manage to reproduce this with the patc= h, > or does it fix the issue for you ? Am doing more test now, with only a si= ngle > hast device to see if it is stable. Am Ok to run without mirroring across > hast devices for now, but wouldnt like to do so long term! I have not been able to crash or hang the box since applying Mikolaj's patc= h. I've tried the following: - destroy pool - create pool - destroy hast providers - create hast providers - switch from master to slave via hastctl using "role secondary all" - switch from slave to master via hastctl using "role primary all" - switch roles via hast-carp-switch which does one provider per second - import/export pool I've been running 6 parallel rsyncs for the past 48 hours, getting a consistent 200 Mbps of transfers, with just under 2 TB of deduped data in the pool, without any lockups. So far, so good. --=20 Freddie Cash fjwcash@gmail.com