linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Gang He <GHe@suse.com>
To: "linux-lvm@redhat.com" <linux-lvm@redhat.com>
Subject: [linux-lvm] lvresize cannot refresh LV size on on other hosts when extending LV with a shared lock
Date: Tue, 29 Sep 2020 08:46:25 +0000	[thread overview]
Message-ID: <HE1PR0402MB3514DC4297C272DF86ECB70FCF320@HE1PR0402MB3514.eurprd04.prod.outlook.com> (raw)

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.
2020-09-29 16:01:48  ssh ghe-tw-nd3 lsblk
load pubkey "/root/.ssh/id_rsa": invalid format
NAME        MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
vda         253:0    0  40G  0 disk
��vda1      253:1    0   8M  0 part
��vda2      253:2    0  38G  0 part /
��vda3      253:3    0   2G  0 part [SWAP]
vdb         253:16   0  80G  0 disk
��vdb1      253:17   0  10G  0 part
��vdb2      253:18   0  20G  0 part
� ��vg1-lv1 254:0    0  13G  0 lvm  /mnt/shared   <<== here
��vdb3      253:19   0  50G  0 part

2020-09-29 16:01:49  ssh ghe-tw-nd2 lsblk
load pubkey "/root/.ssh/id_rsa": invalid format
NAME        MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
vda         253:0    0  40G  0 disk
��vda1      253:1    0   8M  0 part
��vda2      253:2    0  38G  0 part /
��vda3      253:3    0   2G  0 part [SWAP]
vdb         253:16   0  80G  0 disk
��vdb1      253:17   0  10G  0 part
��vdb2      253:18   0  20G  0 part
� ��vg1-lv1 254:0    0  13G  0 lvm  /mnt/shared   <<== here
��vdb3      253:19   0  50G  0 part

2020-09-29 16:01:49  ssh ghe-tw-nd1 lsblk
load pubkey "/root/.ssh/id_rsa": invalid format
NAME        MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
vda         253:0    0  40G  0 disk
��vda1      253:1    0   8M  0 part
��vda2      253:2    0  38G  0 part /
��vda3      253:3    0   2G  0 part [SWAP]
vdb         253:16   0  80G  0 disk
��vdb1      253:17   0  10G  0 part
��vdb2      253:18   0  20G  0 part
� ��vg1-lv1 254:0    0  14G  0 lvm  /mnt/shared  <<== LV size was changed on node1
��vdb3      253:19   0  50G  0 part

This behavior breaks our cluster high availability, we have to de-activate/activate LV to get LV size refresh.
Is this behavior by-design? 
Could we extend the online LV automatically on each node (when any node triggers a LV resize command)?


Thanks
Gang

             reply	other threads:[~2020-09-29  8:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29  8:46 Gang He [this message]
2020-09-29 10:41 ` [linux-lvm] lvresize cannot refresh LV size on on other hosts when extending LV with a shared lock Zdenek Kabelac
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=HE1PR0402MB3514DC4297C272DF86ECB70FCF320@HE1PR0402MB3514.eurprd04.prod.outlook.com \
    --to=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).