]> sourceware.org Git - lvm2.git/commit
Remove false "failed to find tree node for <lv>" error from _cached_info().
authorMike Snitzer <snitzer@redhat.com>
Mon, 8 Feb 2010 23:28:06 +0000 (23:28 +0000)
committerMike Snitzer <snitzer@redhat.com>
Mon, 8 Feb 2010 23:28:06 +0000 (23:28 +0000)
commit4a9af3552733028029c3e048e95b47da495c1f39
tree37f380839009e8e37e73e5cfe300146381ee7cc9
parent881056af0b983132a1a4b5c8d17298eb5fae46a7
Remove false "failed to find tree node for <lv>" error from _cached_info().

When activating a merging origin it is valid, and expected, to not have
a node in the deptree for both the origin and its merging snapshot.  The
_cached_info() caller is only concerned with whether a device is open.
If there isn't a node in the tree the associated device is definitely
not open.
WHATS_NEW
lib/activate/dev_manager.c
This page took 0.031794 seconds and 5 git commands to generate.