public inbox for lvm2-cvs@sourceware.org help / color / mirror / Atom feed
From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 ./WHATS_NEW tools/pvmove.c Date: Tue, 13 Mar 2012 20:21:00 -0000 [thread overview] Message-ID: <20120313202131.20353.qmail@sourceware.org> (raw) CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2012-03-13 20:21:28 Modified files: . : WHATS_NEW tools : pvmove.c Log message: Fix error message when pvmove LV activation fails with name already in use. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2352&r2=1.2353 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/pvmove.c.diff?cvsroot=lvm2&r1=1.93&r2=1.94 --- LVM2/WHATS_NEW 2012/03/12 14:40:41 1.2352 +++ LVM2/WHATS_NEW 2012/03/13 20:21:26 1.2353 @@ -1,5 +1,6 @@ Version 2.02.96 - ================================ + Fix error message when pvmove LV activation fails with name already in use. Better structure layout for device_info in dev_subsystem_name(). Change message severity for creation of VG over uninitialised devices. Fix error path for failing toolcontext creation. --- LVM2/tools/pvmove.c 2012/02/28 14:24:58 1.93 +++ LVM2/tools/pvmove.c 2012/03/13 20:21:27 1.94 @@ -369,7 +369,7 @@ } if (!_suspend_lvs(cmd, first_time, lv_mirr, lvs_changed, vg)) { - log_error("ABORTING: Volume group metadata update failed. (first_time: %d)", first_time); + log_error("ABORTING: Temporary pvmove mirror %s failed.", first_time ? "activation" : "reload"); /* FIXME Add a recovery path for first time too. */ if (!first_time && !revert_lv(cmd, lv_mirr)) stack;
next reply other threads:[~2012-03-13 20:21 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-03-13 20:21 agk [this message] -- strict thread matches above, loose matches on Subject: below -- 2012-03-26 20:32 mbroz 2011-09-27 17:29 agk 2010-01-27 13:29 mbroz 2010-01-26 8:01 mbroz 2009-12-03 19:22 mbroz 2004-09-14 15:23 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=20120313202131.20353.qmail@sourceware.org \ --to=agk@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).