From: wysochanski@sourceware.org <wysochanski@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./WHATS_NEW tools/vgsplit.c
Date: 8 Apr 2008 21:47:54 -0000 [thread overview]
Message-ID: <20080408214754.17456.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: wysochanski at sourceware.org 2008-04-08 21:47:54
Modified files:
. : WHATS_NEW
tools : vgsplit.c
Log message:
Fix vgsplit error display - fully remove log_suppress.
Author: Dave Wysochanski <dwysocha@redhat.com>
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.833&r2=1.834
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgsplit.c.diff?cvsroot=lvm2&r1=1.55&r2=1.56
--- LVM2/WHATS_NEW 2008/04/08 21:38:08 1.833
+++ LVM2/WHATS_NEW 2008/04/08 21:47:54 1.834
@@ -1,5 +1,6 @@
Version 2.02.34 -
===================================
+ Fix vgsplit error display - fully remove log_suppress.
Fix vgsplit error paths to release vg_to lock.
Indicate whether or not VG is clustered in vgcreate log message.
Mention default --clustered setting in vgcreate man page.
--- LVM2/tools/vgsplit.c 2008/04/08 21:38:09 1.55
+++ LVM2/tools/vgsplit.c 2008/04/08 21:47:54 1.56
@@ -220,7 +220,6 @@
int opt;
int active;
int existing_vg;
- int old_suppress;
struct pv_list *pvl;
int consistent;
@@ -272,7 +271,6 @@
if (!vgs_are_compatible(cmd, vg_from,vg_to))
goto error;
} else {
- log_suppress(old_suppress);
existing_vg = 0;
/* Set metadata format of original VG */
next reply other threads:[~2008-04-08 21:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-08 21:47 wysochanski [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-04-08 21:38 LVM2 ./WHATS_NEW tools/vgsplit.c wysochanski
2008-04-02 19:30 wysochanski
2008-04-02 13:08 wysochanski
2007-06-28 17:59 mbroz
2007-05-15 13:01 mbroz
2006-10-13 13:22 agk
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=20080408214754.17456.qmail@sourceware.org \
--to=wysochanski@sourceware.org \
--cc=lvm-devel@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 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.