mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
e28e22b9e1
Commit 80f4b4b8039a88dfa2648a9b5bb5e16f41b81f87 introduced undesirable side-effects for lvm2app user which happens to be our own python binding. It appear obtaing pvs list keeps global lock. So restricting this to VG_GLOBAL READ locks and skip the drop skip if WRITE lock is held.