public inbox for lvm2-cvs@sourceware.org help / color / mirror / Atom feed
From: mbroz@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test t-vgsplit-usage.sh Date: Tue, 12 Aug 2008 10:01:00 -0000 [thread overview] Message-ID: <20080812100156.5184.qmail@sourceware.org> (raw) CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: mbroz@sourceware.org 2008-08-12 10:01:56 Modified files: test : t-vgsplit-usage.sh Log message: test vgsplit: reject to give away pv with the last mda copy (Jaroslav Stava) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-vgsplit-usage.sh.diff?cvsroot=lvm2&r1=1.7&r2=1.8 --- LVM2/test/t-vgsplit-usage.sh 2008/07/17 04:03:04 1.7 +++ LVM2/test/t-vgsplit-usage.sh 2008/08/12 10:01:56 1.8 @@ -20,7 +20,8 @@ test -n "$d2" && losetup -d "$d2" test -n "$d3" && losetup -d "$d3" test -n "$d4" && losetup -d "$d4" - rm -f "$f1" "$f2" "$f3" "$f4" + test -n "$d5" && losetup -d "$d5" + rm -f "$f1" "$f2" "$f3" "$f4" "$f5" } # FIXME: paramaterize lvm1 vs lvm2 metadata; most of these tests should run @@ -32,6 +33,7 @@ f2=$(pwd)/2 && d2=$(loop_setup_ "$f2") && f3=$(pwd)/3 && d3=$(loop_setup_ "$f3") && f4=$(pwd)/4 && d4=$(loop_setup_ "$f4") && + f5=$(pwd)/5 && d5=$(loop_setup_ "$f5") && vg1=$(this_test_)-test-vg1-$$ && vg2=$(this_test_)-test-vg2-$$ && lv1=$(this_test_)-test-lv1-$$ && @@ -42,7 +44,8 @@ do test_expect_success \ "(lvm$mdatype) setup PVs" \ - 'pvcreate -M$mdatype $d1 $d2 $d3 $d4' + 'pvcreate -M$mdatype $d1 $d2 $d3 $d4 && + pvcreate -M$mdatype --metadatacopies 0 $d5' test_expect_success \ "(lvm$mdatype) vgsplit accepts new vg as destination of split" \ @@ -197,6 +200,18 @@ status=$?; echo status=$status; test $status = 5 && vgremove -f $vg2 && vgremove -f $vg1' + +test_expect_success \ + "(lvm2) vgsplit rejects to give away pv with the last mda copy" ' + vgcreate -M$mdatype $vg1 $d5 $d2 && + lvcreate -l 10 -n $lv1 $vg1 && + lvchange -an $vg1/$lv1 && + vg_validate_pvlv_counts_ $vg1 2 1 0 && + vgsplit $vg1 $vg2 $d5; + status=$?; echo status=$status; test $status != 0 && + vg_validate_pvlv_counts_ $vg1 2 1 0 && + vgremove -ff $vg1 +' done test_expect_success \
next reply other threads:[~2008-08-12 10:01 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-08-12 10:01 mbroz [this message] -- strict thread matches above, loose matches on Subject: below -- 2009-09-02 19:38 wysochanski 2008-09-30 21:43 mornfall 2008-07-17 4:03 wysochanski
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=20080812100156.5184.qmail@sourceware.org \ --to=mbroz@sourceware.org \ --cc=lvm-devel@redhat.com \ --cc=lvm2-cvs@sourceware.org \ /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: linkBe 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 read-only IMAP folder(s) and NNTP newsgroup(s).