1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

debug: add missing stack trace

This commit is contained in:
Zdenek Kabelac 2014-09-21 11:48:09 +02:00
parent 7531a9169e
commit 4319e06a0f

View File

@ -234,8 +234,10 @@ int vgchange_activate(struct cmd_context *cmd, struct volume_group *vg,
}
}
if (!_activate_lvs_in_vg(cmd, vg, activate))
if (!_activate_lvs_in_vg(cmd, vg, activate)) {
stack;
r = 0;
}
/* Print message only if there was not found a missing VG */
if (!vg->cmd_missing_vgs)