From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/6] spare LV support
Date: Tue, 25 Jun 2013 13:56:00 +0200 [thread overview]
Message-ID: <cover.1372161214.git.zkabelac@redhat.com> (raw)
Initial preparation for handling spare LVs within LV.
Spare LV is going to be used for thin pool recovery.
There is one spare LV per pool always sized as the
largest thin pool metadata LV in the VG.
Zdenek Kabelac (6):
thin: add spare lv support
thin: report spare as 'e' volume type
thin: removal of spare disables recovery
thin: lvchange spare lv manipulation
thin: add spare lvcreate support
thin: unfinished lvconvert
lib/format_text/flags.c | 1 +
lib/format_text/import_vsn1.c | 10 +++++
lib/metadata/lv.c | 1 +
lib/metadata/lv_manip.c | 19 +++++++++
lib/metadata/metadata-exported.h | 4 ++
lib/metadata/metadata.c | 24 +++++++----
lib/metadata/snapshot_manip.c | 3 +-
lib/metadata/vg.h | 2 +
tools/args.h | 1 +
tools/commands.h | 18 +++++----
tools/lvchange.c | 86 +++++++++++++++++++++++++++++++++++++++-
tools/lvconvert.c | 2 +
tools/lvcreate.c | 83 +++++++++++++++++++++++++++++++++++++-
13 files changed, 235 insertions(+), 19 deletions(-)
--
1.8.2.1
next reply other threads:[~2013-06-25 11:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-25 11:56 Zdenek Kabelac [this message]
2013-06-25 11:56 ` [PATCH 1/6] thin: add spare lv support Zdenek Kabelac
2013-06-25 11:56 ` [PATCH 2/6] thin: report spare as 'e' volume type Zdenek Kabelac
2013-06-25 11:56 ` [PATCH 3/6] thin: removal of spare disables recovery Zdenek Kabelac
2013-06-25 11:56 ` [PATCH 4/6] thin: lvchange spare lv manipulation Zdenek Kabelac
2013-06-25 11:56 ` [PATCH 5/6] thin: add spare lvcreate support Zdenek Kabelac
2013-06-25 11:56 ` [PATCH 6/6] thin: unfinished lvconvert 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.1372161214.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.