public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: mornfall@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2/test t-lvcreate-large.sh
Date: Sun, 23 Oct 2011 14:30:00 -0000	[thread overview]
Message-ID: <20111023143051.21581.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2011-10-23 14:30:51

Modified files:
	test           : t-lvcreate-large.sh 

Log message:
	In t-lvcreate-large, do not create a clustered VG. LV activation/suspend does
	not work yet with singlenode clvmd in clustered VGs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-lvcreate-large.sh.diff?cvsroot=lvm2&r1=1.2&r2=1.3

--- LVM2/test/t-lvcreate-large.sh	2011/09/16 14:32:47	1.2
+++ LVM2/test/t-lvcreate-large.sh	2011/10/23 14:30:51	1.3
@@ -13,9 +13,6 @@
 
 . lib/test
 
-# FIXME: remove it later when locking in virtual origin is fixed
-test -e LOCAL_CLVMD && exit 200
-
 aux prepare_vg 4
 
 lvcreate -s -l 100%FREE -n $lv $vg --virtualsize 1024T
@@ -26,7 +23,7 @@
 aux lvmconf 'devices/filter = [ "a/dev\/mapper\/.*$/", "a/dev\/LVMTEST/", "r/.*/" ]'
 
 pvcreate $DM_DEV_DIR/$vg/$lv
-vgcreate $vg1 $DM_DEV_DIR/$vg/$lv
+vgcreate -c n $vg1 $DM_DEV_DIR/$vg/$lv
 
 lvcreate -l 100%FREE -n $lv1 $vg1
 check lv_field $vg1/$lv1 size "1024.00t"
@@ -40,4 +37,4 @@
 check lv_field $vg1/$lv1 size "737.28t"
 lvremove -ff $vg1/$lv1
 
-lvremove -ff $vg/$lv
\ No newline at end of file
+lvremove -ff $vg/$lv


             reply	other threads:[~2011-10-23 14:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-23 14:30 mornfall [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-16 14:32 mbroz

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=20111023143051.21581.qmail@sourceware.org \
    --to=mornfall@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: 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 read-only IMAP folder(s) and NNTP newsgroup(s).