All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/7] pool metadata spare
Date: Mon,  8 Jul 2013 17:15:52 +0200	[thread overview]
Message-ID: <cover.1373296467.git.zkabelac@redhat.com> (raw)

Updated patch set for spare devices.
Using  _pmspare suffix instead of  lv flag.


Zdenek Kabelac (7):
  thin: add pool metadata spare lv support
  thin: report 'e' volume type pool metadata spare
  thin: removal of spare disables recovery
  thin: add lvchange spare lv manipulation
  thin: add spare lvcreate support
  thin: add lvconvert pool metadata spare
  thin: add vgchange spare support

 lib/config/defaults.h            |   1 +
 lib/format_text/flags.c          |   1 +
 lib/format_text/import_vsn1.c    |  12 +++
 lib/metadata/lv.c                |   1 +
 lib/metadata/lv_manip.c          |  26 ++++++
 lib/metadata/metadata-exported.h |   7 ++
 lib/metadata/metadata.c          |  21 +++++
 lib/metadata/thin_manip.c        | 170 +++++++++++++++++++++++++++++++++++++++
 lib/metadata/vg.h                |   2 +
 lib/misc/lvm-string.c            |   1 +
 man/lvchange.8.in                |   5 ++
 man/lvcreate.8.in                |  11 ++-
 man/lvs.8.in                     |   2 +-
 man/vgchange.8.in                |   5 ++
 tools/args.h                     |   1 +
 tools/commands.h                 |  22 +++--
 tools/lvchange.c                 |  79 +++++++++++++++++-
 tools/lvconvert.c                |  11 +++
 tools/lvcreate.c                 |  18 ++++-
 tools/vgchange.c                 |  25 +++++-
 20 files changed, 407 insertions(+), 14 deletions(-)

-- 
1.8.3.1



             reply	other threads:[~2013-07-08 15:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-08 15:15 Zdenek Kabelac [this message]
2013-07-08 15:15 ` [PATCH 1/7] thin: add pool metadata spare lv support Zdenek Kabelac
2013-07-08 15:15 ` [PATCH 2/7] thin: report 'e' volume type pool metadata spare Zdenek Kabelac
2013-07-08 15:15 ` [PATCH 3/7] thin: removal of spare disables recovery Zdenek Kabelac
2013-07-08 15:15 ` [PATCH 4/7] thin: add lvchange spare lv manipulation Zdenek Kabelac
2013-07-08 15:15 ` [PATCH 5/7] thin: add spare lvcreate support Zdenek Kabelac
2013-07-08 15:15 ` [PATCH 6/7] thin: add lvconvert pool metadata spare Zdenek Kabelac
2013-07-08 15:15 ` [PATCH 7/7] thin: add vgchange spare support Zdenek Kabelac

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=cover.1373296467.git.zkabelac@redhat.com \
    --to=zkabelac@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.