mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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;
|
||||
|
||||
if (info.open_count) {
|
||||
log_error("Unable to deactivate open %s (%" PRIu32
|
||||
":%" PRIu32 ")", name, info.major,
|
||||
info.minor);
|
||||
r = 0;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user