mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Issue a message if the new type of deactivation failure happens.
If this can happen during 'normal' operations, I need to know.
This commit is contained in:
parent
3103d5e2d9
commit
e6ff36ab61
@ -1051,6 +1051,9 @@ int dm_tree_deactivate_children(struct dm_tree_node *dnode,
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (info.open_count) {
|
if (info.open_count) {
|
||||||
|
log_error("Unable to deactivate open %s (%" PRIu32
|
||||||
|
":%" PRIu32 ")", name, info.major,
|
||||||
|
info.minor);
|
||||||
r = 0;
|
r = 0;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user