]> sourceware.org Git - lvm2.git/commit
thin: new pool is activated without overlay
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 4 Nov 2014 09:33:35 +0000 (10:33 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 4 Nov 2014 14:29:22 +0000 (15:29 +0100)
commit00a45ca491de21336f8d1d0253344995cea3b4f0
tree314d556ba64409b0b932d7f9ff6b818425f5b3b6
parent8563c3e1a96f0d7ad180c859e9bf23a90e63e907
thin: new pool is activated without overlay

Activate of new/unused/empty thin pool volume skips
the 'overlay' part and directly provides 'visible' thin-pool LV to the user.

Such thin pool still gets 'private' -tpool UUID suffix for easier
udev detection of protected lvm2 devices, and also gets udev flags to
avoid any scan.

Such pool device is 'public' LV with regular /dev/vgname/poolname link,
but it's still 'udev' hidden device for any other use.

To display proper active state we need to do few explicit tests
for this condition.

Before it's used for any lvm2 thin volume, deactivation is
now needed to avoid any 'race' with external usage.
lib/activate/activate.c
lib/activate/dev_manager.c
This page took 0.031193 seconds and 5 git commands to generate.