From: Holger Rauch <holger.rauch@heitec.de>
To: linux-lvm@redhat.com
Subject: Re: [linux-lvm] Question on duplicating equally-sized HDs with dd and changing VG name and PV UUIDs
Date: Mon, 10 Sep 2007 10:59:21 +0200 [thread overview]
Message-ID: <20070910085921.GC22296@heitec.net> (raw)
In-Reply-To: <20070907175345.GA5931@racke.local>
[-- Attachment #1: Type: text/plain, Size: 766 bytes --]
Hi Lars (and all the other list members),
first of all, thanks for this nice little script (and I see nothing wrong
with that :-))) ), but it assumes that VG backupvg and the underlying VG
has already been created, right? I see no pvcreate and vgcreate invocations
in there. Is this on purpose, i.e. is that already done just by duplicating
the partition table using sfdisk?
Thanks in advance for clarifying things.
Kind regards,
Holger
On Fri, 07 Sep 2007, Lars Ellenberg wrote:
> [...]
> what is wrong with
> sfdisk -d /dev/sda | sfdisk /dev/sdb
> lvs -o attr,name,size --noheadings rootvg |
> while read a n s; do
> [[ $a == -* ]] || continue;
> lvcreate -L $s -n $n backupvg ;
> # dd bs=1M if=/dev/rootvg/$n of=/dev/backupvg/$n
> done
> ?
> [...]
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-09-10 8:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-07 12:13 [linux-lvm] Question on duplicating equally-sized HDs with dd and changing VG name and PV UUIDs Holger Rauch
2007-09-07 17:53 ` Lars Ellenberg
2007-09-10 8:59 ` Holger Rauch [this message]
2007-09-10 17:17 ` malahal
2007-09-11 10:00 ` Holger Rauch
2007-09-11 10:12 ` Holger Rauch
2007-09-12 0:21 ` LVM UUID generation (was Re: [linux-lvm] Question on duplicating equally-sized HDs with dd and changing VG name and PV UUIDs) Daniel Tuijnman
2007-09-17 21:19 ` [linux-lvm] Question on duplicating equally-sized HDs with dd and changing VG name and PV UUIDs Alasdair G Kergon
2007-09-19 16:04 ` Holger Rauch
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=20070910085921.GC22296@heitec.net \
--to=holger.rauch@heitec.de \
--cc=linux-lvm@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).