* Re: can not lvcreate after lvm snapshot and "xm mem-set" and lvremove
@ 2006-01-05 10:12 Wensheng Wang
2006-01-05 18:23 ` Ralph Passgang
0 siblings, 1 reply; 2+ messages in thread
From: Wensheng Wang @ 2006-01-05 10:12 UTC (permalink / raw)
To: xen-devel
in the last post:
The snapshot is created by
lvcreate -L8192M -s -n snap1 /dev/vg0/centos1
not
lvcreate -L8192M -s -n snap1 vg0
Wensheng
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Re: can not lvcreate after lvm snapshot and "xm mem-set" and lvremove
2006-01-05 10:12 can not lvcreate after lvm snapshot and "xm mem-set" and lvremove Wensheng Wang
@ 2006-01-05 18:23 ` Ralph Passgang
0 siblings, 0 replies; 2+ messages in thread
From: Ralph Passgang @ 2006-01-05 18:23 UTC (permalink / raw)
To: xen-devel
Hi,
I would strongly suggest not to use the lvm snapshot feature.
There were some post in the ML where people reported that the lvm snapshot
feature is not ready for production use. In my opinion it is even worse. At
least in combination with xen it really unstable and unusable (at least in my
tests).
I tried the following, because I though it would be a quite good backup
solution:
- suspend a running xenU Domain in a file via "xm save <domainname>
<suspend-filename>"
- make a lvm snapshot of the corresponding lv
- restore the stopped xen domain
- create a backup of <suspend-file> and the lvm snapshot
- delete the lvm snapshot and <suspend-file>
If this would work correctly, you would have a perfect snapshot of the
filesystem and your running domain and can backup it without downtime of your
system. the only downtime would be the time between the xm save and the xm
restore (max. 3 seconds maybe)
But even if in theory this should work, I had some ugly problems with this in
xen2.0.7 and also xen3
most of the time the xenU Domain became unreponsive (I guess at the point at
which the domain wants to access HDD data) and sometimes the xenU domain even
crashed, sometimes even after the lvm snapshot was already backuped and
deleted.
--Ralph
Am Donnerstag, 5. Januar 2006 11:12 schrieb Wensheng Wang:
> in the last post:
>
> The snapshot is created by
> lvcreate -L8192M -s -n snap1 /dev/vg0/centos1
>
> not
> lvcreate -L8192M -s -n snap1 vg0
>
>
> Wensheng
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-05 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-05 10:12 can not lvcreate after lvm snapshot and "xm mem-set" and lvremove Wensheng Wang
2006-01-05 18:23 ` Ralph Passgang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.