]> sourceware.org Git - lvm2.git/commit
lvmlockd: fix locking for thin 1465738792
authorDavid Teigland <teigland@redhat.com>
Mon, 23 Sep 2024 19:46:29 +0000 (14:46 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 23 Sep 2024 19:57:07 +0000 (14:57 -0500)
commit1c3d7dfb07443458fd0921b19975e55589affe0c
treebc17613782f16a7c0ddc2959edafd127082d5e1e
parent86a9db05cf3d76760cc9090afa0efbe51c5fea17
lvmlockd: fix locking for thin

lvremove of a thin lv while the pool is inactive would
leave the pool locked but inactive.

lvcreate of a thin snapshot while the pool is inactive
would leave the pool locked but inactive.

lvcreate of a thin lv could activate the pool to check
a threshold before the pool lock was acquired in lvmlockd.
lib/locking/lvmlockd.c
lib/metadata/lv_manip.c
This page took 0.037892 seconds and 5 git commands to generate.