WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] A simple backup

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] A simple backup
From: Javier Guerra Giraldez <javier@xxxxxxxxxxx>
Date: Fri, 9 May 2008 00:55:01 -0500
Cc: "Fajar A. Nugraha" <fajar@xxxxxxxxx>, Nick Anderson <nick@xxxxxxxxxxxx>, Steve Spencer <sspencer@xxxxxxxx>
Delivery-date: Thu, 08 May 2008 22:55:21 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4823E2CB.7060307@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <48221AEF.50009@xxxxxxxx> <4823AA96.1040904@xxxxxxxxx> <4823E2CB.7060307@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.9
On Friday 09 May 2008, Nick Anderson wrote:
> Fajar A. Nugraha wrote:
> > IMHO, even the best commercial SAN-based backup solution uses that
> > assumption, so for practical purposes, atomic backup for domU's storage
> > should be sufficient.
>
> So are local logical volume snapshots atomic? I could see a network
> block device not being quite atomic with lv snapshot, but it seems that
> local storage on lv should be atomic. I keep reading conflicting data
> about weather it is or is not atomic.

yes they are.

Fajar's point is that if you take a snapshot of a running VM's storage, it 
reproduces that storage at a point in time where it was mounted and being 
used.  if later you use that storage without the rest of that VM's state (the 
RAM and CPU state), it's just like you had a hard reset, and have to do some 
fsck.

some filesystems are more resilient to that kind of 'failure'; i think ext3 is 
among the best on that regard, I think some BSD's can be even better.  (i 
have no idea how ZFS does, but Fajar implies that it's really good).

curiously, one of the worse is XFS.  even if it's one of the more stable 
filesystems out there, it heavily assumes that it won't _ever_ get a 'yank of 
the cord'.

-- 
Javier

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>