From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Wed, 26 Jan 2022 10:40:23 -0600 Subject: Reg a deadlock specific to our environment In-Reply-To: References: <20220113145226.GA436@redhat.com> Message-ID: <20220126164023.GA29106@redhat.com> List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Jan 26, 2022 at 06:41:07PM +0530, Lakshmi Narasimhan Sundararajan wrote: > From the code, all commands that internally does vg_open() gets stuck. vg_open() sounds like the old liblvm2app, is there a program you've written using that library? That lib was seriously flawed, so you're unlikely to get it to work well. It was dropped some years ago now. We can take a brief look at the debug output to see if there's any obvious workaround for whatever is blocking it. Dave