All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Caulfield <pcaulfie@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH] for bz 210511 & 203983
Date: Fri, 13 Oct 2006 10:58:54 +0100	[thread overview]
Message-ID: <452F635E.2060809@redhat.com> (raw)

It seems that vgsplit was not propogating the CLUSTERED flag onto the new VG.
-- 

patrick

Index: tools/vgsplit.c
===================================================================
RCS file: /cvs/lvm2/LVM2/tools/vgsplit.c,v
retrieving revision 1.19
diff -u -p -r1.19 vgsplit.c
--- tools/vgsplit.c	2 Sep 2006 01:18:17 -0000	1.19
+++ tools/vgsplit.c	13 Oct 2006 09:57:03 -0000
@@ -302,6 +302,9 @@ int vgsplit(struct cmd_context *cmd, int

 	vg_to->status &= ~EXPORTED_VG;

+	if (vg_from->status & CLUSTERED)
+		vg_to->status |= CLUSTERED;
+
 	if (!vg_write(vg_to) || !vg_commit(vg_to))
 		goto error;



             reply	other threads:[~2006-10-13  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-13  9:58 Patrick Caulfield [this message]
2006-10-13 13:13 ` [PATCH] for bz 210511 & 203983 Alasdair G Kergon

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=452F635E.2060809@redhat.com \
    --to=pcaulfie@redhat.com \
    --cc=lvm-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.