From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 16 Oct 2017 13:54:29 -0500 From: David Teigland Message-ID: <20171016185429.GA26267@redhat.com> References: <20171013144111.GA2570@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [linux-lvm] add_lockspace done -19 Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Moshe Lazarov Cc: LVM general discussion and development On Mon, Oct 16, 2017 at 06:40:17PM +0000, Moshe Lazarov wrote: > The command "vgcreate --shared global /dev/sdb2" creates a VG that > eventually is REMOVED with an error: Please send me: - the versions of lvm and sanlock you are using - that vgcreate command with -vvvv, e.g. vgcreate -vvvv --shared global /dev/sdb2 2>&1 | tee vgs.log - after the failure, the debug logs from lvmlockd and sanlock: lvmlockctl -d > lvmlockd.log sanlock log_dump > sanlock.log Thanks