From owner-freebsd-fs@FreeBSD.ORG Thu Jul 4 02:25:04 2013 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 531D8F89 for ; Thu, 4 Jul 2013 02:25:04 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 455BA1498; Thu, 4 Jul 2013 02:25:04 +0000 (UTC) Received: from xyf.my.dom (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r642P1AC015182; Thu, 4 Jul 2013 02:25:03 GMT (envelope-from davidxu@freebsd.org) Message-ID: <51D4DD23.5070706@freebsd.org> Date: Thu, 04 Jul 2013 10:25:39 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130416 Thunderbird/17.0.5 MIME-Version: 1.0 To: Berend de Boer Subject: Re: EBS snapshot backups from a FreeBSD zfs file system: zpool freeze? References: <87li5o5tz2.wl%berend@pobox.com> <51D3C2F4.8010907@freebsd.org> <87y59o3sug.wl%berend@pobox.com> In-Reply-To: <87y59o3sug.wl%berend@pobox.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 02:25:04 -0000 On 2013/07/03 17:17, Berend de Boer wrote: >>>>>> "David" == David Xu writes: > > David> What you need is a tool to create snapshot on EBS server, > > FYI, EBS is not a server. It is NAS. It's block storage. > > -- > All the best, > > Berend de Boer > You can call it as NAS, but in pratical it is implemented as a server farm, we do have implemented a local EBS farm, normally, a command can be sent to a master server to request a snapshot for its client, the client can continuely writes to its iSCSI disk without being suspended by snapshot. HW snapshot is not a problem, because our clients uses journal file system, the snapshot even in inconsistent state will be recovered by its client OS when it is mounted. So our client does not need to support file system suspending or snapshot, only needs a journal file system. Regards, David Xu