All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Corry <kevcorry@us.ibm.com>
To: dm-devel@redhat.com
Cc: Kergon Alasdair <agk@redhat.com>
Subject: Re: mirroring: [patch 5 of 6] device failure tolerance
Date: Thu, 30 Jun 2005 11:38:28 -0500	[thread overview]
Message-ID: <200506301138.29354.kevcorry@us.ibm.com> (raw)
In-Reply-To: <d459df3fa77e2c972d837f613a137de5@redhat.com>

Hi Jonathan,

On Thu June 30 2005 3:00 am, Jonathan E Brassow wrote:
> This patch changes the status output.  It will break pvmove and other
> things that may have been parsing the status output of a mirror.

Any time a target's table-format or status-format changes, we also need to 
increment that target's version number so user-space can figure out which 
format to expect.

The version for dm-mirror is currently 1.0.1, so we should at least bump it to 
1.0.2 or 1.1.0.

Also, please remember to turn off line-wrap when inserting patches into 
emails.  :)

Thanks,
-- 
Kevin Corry
kevcorry@us.ibm.com
http://www.ibm.com/linux/
http://evms.sourceforge.net/


--- dm-raid1.c.old 2005-06-30 11:33:24.000000000 -0500
+++ dm-raid1.c 2005-06-30 11:33:34.000000000 -0500
@@ -1210,7 +1210,7 @@
 
 static struct target_type mirror_target = {
  .name  = "mirror",
- .version = {1, 0, 1},
+ .version = {1, 1, 0},
  .module  = THIS_MODULE,
  .ctr  = mirror_ctr,
  .dtr  = mirror_dtr,

  reply	other threads:[~2005-06-30 16:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-30  8:00 mirroring: [patch 5 of 6] device failure tolerance Jonathan E Brassow
2005-06-30 16:38 ` Kevin Corry [this message]
2005-06-30 17:56   ` Alasdair G Kergon
2005-06-30 18:00     ` Kevin Corry
2005-06-30 18:10     ` Jonathan E Brassow
2005-06-30 18:58       ` Alasdair G Kergon
2005-06-30 19:05       ` Jonathan E Brassow
2005-06-30 19:51         ` 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=200506301138.29354.kevcorry@us.ibm.com \
    --to=kevcorry@us.ibm.com \
    --cc=agk@redhat.com \
    --cc=dm-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.