From: Zdenek Kabelac <zkabelac@redhat.com>
To: LVM general discussion and development <linux-lvm@redhat.com>,
Gang He <GHe@suse.com>
Subject: Re: [linux-lvm] lvresize cannot refresh LV size on on other hosts when extending LV with a shared lock
Date: Tue, 29 Sep 2020 12:41:10 +0200 [thread overview]
Message-ID: <fc8a330f-15dc-4e03-8b5d-b3e385366265@redhat.com> (raw)
In-Reply-To: <HE1PR0402MB3514DC4297C272DF86ECB70FCF320@HE1PR0402MB3514.eurprd04.prod.outlook.com>
Dne 29. 09. 20 v 10:46 Gang He napsal(a):
> Hello List,
>
> I am using lvm2 v2.03.10(or v2.03.05), I setup a lvm2-lockd based (three nodes) cluster.
> I created PV, VG and LV, formated LV with a cluster file system (e.g. ocfs2).
> So far, all the things work well, I can write the files from each node.
> Next, I extended the online LV from node1, e.g.
> ghe-tw-nd1# lvresize -L+1024M vg1/lv1
> WARNING: extending LV with a shared lock, other hosts may require LV refresh.
> Size of logical volume vg1/lv1 changed from 13.00 GiB (3328 extents) to 14.00 GiB (3584 extents).
> Logical volume vg1/lv1 successfully resized.
> Refreshing LV /dev//vg1/lv1 on other hosts...
>
> But, the other nodes cannot aware this LV size was changed, e.g.
lvmlockd does not care about state of LV.
This used to be achieved through clvmd code - but such code is no longer
available with 2.03 branch.
The assumed solution is - the user is supposed to write an engine on top of
lvm2 using some 'clustering' solution and and orchestrate this work himself
(i.e. in this case run 'lvchange --refresh' on other hosts himself
somehow in-sync)
Zdenek
next prev parent reply other threads:[~2020-09-29 10:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-29 8:46 [linux-lvm] lvresize cannot refresh LV size on on other hosts when extending LV with a shared lock Gang He
2020-09-29 10:41 ` Zdenek Kabelac [this message]
2020-09-29 14:02 ` David Teigland
2020-09-30 10:08 ` Gang He
2020-09-30 14:15 ` David Teigland
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fc8a330f-15dc-4e03-8b5d-b3e385366265@redhat.com \
--to=zkabelac@redhat.com \
--cc=GHe@suse.com \
--cc=linux-lvm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).