From: Ralph Passgang <ralph@debianbase.de>
To: xen-devel@lists.xensource.com
Subject: Re: Re: can not lvcreate after lvm snapshot and "xm mem-set" and lvremove
Date: Thu, 5 Jan 2006 19:23:49 +0100 [thread overview]
Message-ID: <200601051923.49348.ralph@debianbase.de> (raw)
In-Reply-To: <7b22037d0601050212x15f375f7o8b384fba1e05b893@mail.gmail.com>
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
prev parent reply other threads:[~2006-01-05 18:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200601051923.49348.ralph@debianbase.de \
--to=ralph@debianbase.de \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.