public inbox for lvm2-cvs@sourceware.org help / color / mirror / Atom feed
From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 ./WHATS_NEW lib/locking/cluster_locking.c Date: Fri, 21 Oct 2011 15:49:00 -0000 [thread overview] Message-ID: <20111021154946.13441.qmail@sourceware.org> (raw) CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2011-10-21 15:49:45 Modified files: . : WHATS_NEW lib/locking : cluster_locking.c Log message: Pass exclusive LV locks to all nodes in the cluster. This was the intended behaviour, as described in the lvchange man page, so you have complete control through volume_list in lvm.conf, but the code seems to have been treating -ae as local-only for a very long time. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2165&r2=1.2166 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/locking/cluster_locking.c.diff?cvsroot=lvm2&r1=1.59&r2=1.60 --- LVM2/WHATS_NEW 2011/10/21 09:53:16 1.2165 +++ LVM2/WHATS_NEW 2011/10/21 15:49:45 1.2166 @@ -1,5 +1,6 @@ Version 2.02.89 - ================================== + Pass exclusive LV locks to all nodes in the cluster. Improve lvcreate man documentation of the chunksize option. Improve man page style for lvcreate. Avoid recursive calls to dmeventd in its LVM plugins. @@ -19,7 +20,7 @@ Fix splitmirror in cluster having different DM/LVM views of storage. Fix improper udev settings during suspend/resume for mirror sub-LVs. Fix vgsplit when there are mirrors that have mirrored logs. - Clarify multi-name device filter pattern matching explanation in lvm.conf.5. + Clarify multi-name device filter pattern matching explanation in lvm.conf. Introduce lv_send_message and dev_manager_send_message. Introduce revert_lv for better pvmove cleanup. Replace incomplete pvmove activation failure recovery code with a message. --- LVM2/lib/locking/cluster_locking.c 2011/09/27 22:43:41 1.59 +++ LVM2/lib/locking/cluster_locking.c 2011/10/21 15:49:45 1.60 @@ -366,7 +366,6 @@ } else if (clvmd_cmd != CLVMD_CMD_VG_BACKUP) { if (strncmp(name, "P_", 2) && (clvmd_cmd == CLVMD_CMD_LOCK_VG || - (flags & LCK_TYPE_MASK) == LCK_EXCL || (flags & LCK_LOCAL) || !(flags & LCK_CLUSTER_VG))) node = ".";
next reply other threads:[~2011-10-21 15:49 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-10-21 15:49 agk [this message] -- strict thread matches above, loose matches on Subject: below -- 2012-03-26 20:29 mbroz 2011-02-02 23:39 agk 2010-04-13 14:36 mbroz 2008-04-14 19:49 agk 2006-06-12 9:46 pcaulfield
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=20111021154946.13441.qmail@sourceware.org \ --to=agk@sourceware.org \ --cc=lvm-devel@redhat.com \ --cc=lvm2-cvs@sourceware.org \ /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: linkBe 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 read-only IMAP folder(s) and NNTP newsgroup(s).