mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-31 14:50:37 +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
dcecda51d8
commit
fdef9679b6
@ -1051,6 +1051,9 @@ int dm_tree_deactivate_children(struct dm_tree_node *dnode,
|
||||
continue;
|
||||
|
||||
if (info.open_count) {
|
||||
log_error("Unable to deactivate open %s (%" PRIu32
|
||||
":%" PRIu32 ")", name, info.major,
|
||||
info.minor);
|
||||
r = 0;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user