]> sourceware.org Git - lvm2.git/commit
thin: support chaining of external origins
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 27 Feb 2024 16:23:01 +0000 (17:23 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Sun, 17 Mar 2024 12:17:53 +0000 (13:17 +0100)
commit457bd1392a1cee13bf15a729ef69cb985b9184e2
tree310095c29a590bd2ccc9935b0a461a5c9adaf829
parenta0776fe40921a47018de9b014191cb5090cb6b3d
thin: support chaining of external origins

Improve support for building DM tree when there is a chain
of external origins used for LV.

For this we cannot use track_external_lv_deps as this works
only for LV with just one external origin in its device tree.

Instead add directly 'dev' to the instead of add whole LV.
This avoid possibly recurive endless loop, however we may eventally
have some problems with undiscovered/missing devices in DM tree.
lib/activate/dev_manager.c
This page took 0.030658 seconds and 5 git commands to generate.