From: "Stephen D. Williams" <sdw@lig.net>
To: user-mode-linux-devel@lists.sourceforge.net,
user-mode-linux-user@lists.sourceforge.net
Subject: [uml-devel] Dynamic remount with variable COW stacking/merging needed, support for snapshot repilication
Date: Sat, 17 Jan 2004 16:13:39 -0500 [thread overview]
Message-ID: <4009A583.7070007@lig.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 1423 bytes --]
When a UML instance is running a always-on service, such as a web
server, an administrator needs to be able to make live backups, or
replications, of a running system.
This can be done using LVM snapshots, although that is not always
appropriate for just this feature. A UML instance can be paused and then
restarted, but this can cause severe delays while large partitions are
replicated.
The COW ability is a great basis for an ideal solution, but I believe we
need to identify and implement some additional features.
What I propose as a useful solution is:
A UML instance mounts filesystems directly or based on a COW image.
When an administrator invokes a console snapshot mode, the UML instance
causes a quick freeze, new delta COWs to be created and stacked on
existing mounts, then resumes.
When the administrator completes whatever snapshot backup is needed,
they invoke a console unsnapshot command which pauses the instance,
merges the delta COWs, remounts the original images with updates, and
resumes.
This relies on COW stacking, which I saw was added in a patch last year
and I assume is still present.
The downtime for the instance would be measured in seconds generally.
Can this be done now? What needs to be added to support it?
sdw
--
swilliams@hpti.com http://www.hpti.com Personal: sdw@lig.net http://sdw.st
Stephen D. Williams 703-724-0118W 703-995-0407Fax 20147-4622 AIM: sdw
[-- Attachment #2: sdw.vcf --]
[-- Type: text/x-vcard, Size: 234 bytes --]
begin:vcard
fn:Stephen Williams
n:Williams;Stephen
email;internet:sdw@lig.net
tel;work:703-724-0118
tel;fax:703-995-0407
tel;pager:sdwpage@lig.net
tel;home:703-729-5405
tel;cell:703-371-9362
x-mozilla-html:TRUE
version:2.1
end:vcard
next reply other threads:[~2004-01-17 21:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-17 21:13 Stephen D. Williams [this message]
2004-01-18 4:45 ` [uml-devel] Re: [uml-user] Dynamic remount with variable COW stacking/merging needed, support for snapshot repilication Jeff Dike
2004-01-18 7:07 ` Stephen D. Williams
2004-01-18 16:23 ` s-uml
2004-01-18 11:04 ` [uml-devel] " BlaisorBlade
-- strict thread matches above, loose matches on Subject: below --
2004-01-18 8:20 James W McMechan
2004-01-18 16:13 ` BlaisorBlade
2004-01-19 3:59 ` Matt Zimmerman
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=4009A583.7070007@lig.net \
--to=sdw@lig.net \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=user-mode-linux-user@lists.sourceforge.net \
/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.