From owner-freebsd-fs@FreeBSD.ORG Fri Mar 18 12:23:17 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26D81106566C for ; Fri, 18 Mar 2011 12:23:17 +0000 (UTC) (envelope-from a.smith@ukgrid.net) Received: from mx0.ukgrid.net (mx0.ukgrid.net [89.21.28.41]) by mx1.freebsd.org (Postfix) with ESMTP id E3C208FC08 for ; Fri, 18 Mar 2011 12:23:16 +0000 (UTC) Received: from [89.21.28.38] (port=53458 helo=omicron.ukgrid.net) by mx0.ukgrid.net with esmtp (Exim 4.74; FreeBSD) envelope-from a.smith@ukgrid.net id 1Q0Yhz-0003VN-E1; Fri, 18 Mar 2011 12:23:11 +0000 Received: from voip.ukgrid.net (voip.ukgrid.net [89.107.16.9]) by webmail2.ukgrid.net (Horde Framework) with HTTP; Fri, 18 Mar 2011 12:23:11 +0000 Message-ID: <20110318122311.13302c8sfl73pzfo@webmail2.ukgrid.net> Date: Fri, 18 Mar 2011 12:23:11 +0000 From: a.smith@ukgrid.net To: tom@claimlynx.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.9) / FreeBSD-8.1 Cc: freebsd-fs@freebsd.org Subject: RE: HAST + ZFS causes system to shutdown uncleanly? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 12:23:17 -0000 > I am using HAST to replicate a ZFS > filesystem between two ESXi virtual machines (trying to emulate our > production systems in a test environment) If your goal is just to replicate your data to a test environment is there a reason you are not using ZFS send/receive over Ssh rather than HAST? It would be a simpler configuration, and therefore should be less error prone IMO. thanks Andy.