From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - debug: missing stacktrace
Date: Wed, 8 Jul 2020 09:45:27 +0000 (GMT) [thread overview]
Message-ID: <20200708094527.670DA3861019@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=d0faad0db38fe733cae42d7df136d7ed4f7bcba6
Commit: d0faad0db38fe733cae42d7df136d7ed4f7bcba6
Parent: 9b9bf8786fb423a4430cc676301edadf2310098d
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Wed Jul 8 11:06:39 2020 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed Jul 8 11:40:55 2020 +0200
debug: missing stacktrace
---
tools/lvconvert.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 0dcc77689..2896c67c3 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -5524,7 +5524,8 @@ static int _writecache_zero(struct cmd_context *cmd, struct logical_volume *lv)
return 0;
}
- ret = wipe_lv(lv, wp);
+ if (!(ret = wipe_lv(lv, wp)))
+ stack;
if (!deactivate_lv(cmd, lv)) {
log_error("Failed to deactivate LV %s for zeroing.", display_lvname(lv));
reply other threads:[~2020-07-08 9:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20200708094527.670DA3861019@sourceware.org \
--to=zkabelac@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.