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-vgsplit-usage.sh
Date: Tue, 30 Sep 2008 21:43:00 -0000	[thread overview]
Message-ID: <20080930214355.19516.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2008-09-30 21:43:55

Modified files:
	test           : t-vgsplit-usage.sh 

Log message:
	Cosmetic: get rid of trailing garbage on comments in t-vgslpit-usage.sh.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-vgsplit-usage.sh.diff?cvsroot=lvm2&r1=1.10&r2=1.11

--- LVM2/test/t-vgsplit-usage.sh	2008/09/30 15:20:09	1.10
+++ LVM2/test/t-vgsplit-usage.sh	2008/09/30 21:43:55	1.11
@@ -77,7 +77,7 @@
 vgremove $vg2 
 vgremove $vg1
 
-# vgsplit rejects split because alloc given with existing vg" \
+# vgsplit rejects split because alloc given with existing vg
 vgcreate -M$mdatype --alloc cling $vg1 $dev1 $dev2 
 vgcreate -M$mdatype --alloc cling $vg2 $dev3 $dev4 
 not vgsplit --alloc cling $vg1 $vg2 $dev1 2>err;
@@ -85,7 +85,7 @@
 vgremove $vg2 
 vgremove $vg1
 
-# vgsplit rejects split because clustered given with existing vg" \
+# vgsplit rejects split because clustered given with existing vg
 vgcreate -M$mdatype --clustered n $vg1 $dev1 $dev2 
 vgcreate -M$mdatype --clustered n $vg2 $dev3 $dev4 
 not vgsplit --clustered n $vg1 $vg2 $dev1 2>err
@@ -93,7 +93,7 @@
 vgremove $vg2 
 vgremove $vg1
 
-# vgsplit rejects vg with active lv" \
+# vgsplit rejects vg with active lv
 pvcreate -M$mdatype -ff $dev3 $dev4 
 vgcreate -M$mdatype $vg1 $dev1 $dev2 
 vgcreate -M$mdatype $vg2 $dev3 $dev4 
@@ -103,7 +103,7 @@
 vgremove -f $vg2 
 vgremove -f $vg1
 
-# vgsplit rejects split because max_lv is exceeded" \
+# vgsplit rejects split because max_lv is exceeded
 vgcreate -M$mdatype --maxlogicalvolumes 2 $vg1 $dev1 $dev2 
 vgcreate -M$mdatype --maxlogicalvolumes 2 $vg2 $dev3 $dev4 
 lvcreate -l 4 -n $lv1 $vg1 
@@ -143,7 +143,7 @@
 vgremove -f $vg2 
 vgremove -f $vg1
 
-# vgsplit rejects split because PV not in VG" \
+# vgsplit rejects split because PV not in VG
 vgcreate -M$mdatype $vg1 $dev1 $dev2 
 vgcreate -M$mdatype $vg2 $dev3 $dev4 
 lvcreate -l 4 -n $lv1 $vg1 


             reply	other threads:[~2008-09-30 21:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-30 21:43 mornfall [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-02 19:38 wysochanski
2008-08-12 10:01 mbroz
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=20080930214355.19516.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).