All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] snapshotting to a different volume group
@ 2008-04-17 14:58 Stephane Chazelas
  2008-04-18  8:24 ` Heinz Mauelshagen
  0 siblings, 1 reply; 5+ messages in thread
From: Stephane Chazelas @ 2008-04-17 14:58 UTC (permalink / raw)
  To: linux-lvm

Hiya,

I hope you could help me on this:


in short:

is it possible to create a snapshot LV of an original LV
but in a different volume group?

or alternatively, what's the best way to bring up a LV in a VG
that is missing a PV (as in a disk crash) if that LV has all its
extents on still sane PVs?


in long:

basically, this is what I would like to do:

I have two disks, not as much as I would like, and I want:
  - to have 100GB of data mirrored (using Linux software raid
    (mdadm)) on 2 disks so that it survives disk crashs
  - to make a number of frequent snapshots of that data to
    be able to restore things in case of human errors.
  - (and I also want to have some "striped" storage space for
    worthless data).

BUT, I don't want to have the snapshot volumes mirrored.

My initial idea was to have 2 volume groups: a "safe" one with
only one /dev/md0 PV and an "unsafe" one with the striped LVs
and the snapshots.

However I couldn't find how to create snapshots of the LVs in
"safe" into the "unsafe" VG. It seems to me that it should be
possible, shouldn't it?

Anyway, then I merged the two "safe" and "unsafe" VGs into one
"vol" VG. Now I can make snapshots of the LV physically located
on /dev/md0 into the "unsafe" area.

But if one of the disks fails, /dev/md0 will still be available
but the "vol" VG won't be able to come up because of the other
missing PVs.

If such a thing happen, I can happily live with the missing
snapshots and "unsafe" storage for a while until I buy a
replacement HD, but how should I do about making sure that the
/dev/md0 filesystem is still available in the mean time?

Or is there a more straightforward way to achieve this that I
haven't thought of?

TIA,
Stephane

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-18 12:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17 14:58 [linux-lvm] snapshotting to a different volume group Stephane Chazelas
2008-04-18  8:24 ` Heinz Mauelshagen
2008-04-18  9:35   ` Stephane Chazelas
2008-04-18 11:53   ` Stephane Chazelas
2008-04-18 12:45     ` Stephane Chazelas

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.