All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/6] Thin external origin support
Date: Tue,  5 Feb 2013 14:56:01 +0100	[thread overview]
Message-ID: <cover.1360072297.git.zkabelac@redhat.com> (raw)

Pach set adds support for external origin usage for thin volumes.
Usage might be observed in the 'tests:' patch 6.

I've tried to combine as many usage patterns as I could think of,
but if someone sees still some missing behavior, report please.

Patch set does not provide yet for 'lvcreate -s' usage.

Zdenek Kabelac (6):
  thin: add support for external origin
  thin: external origin cannot be changed
  thin: report external origin
  thin: removal of external origin
  thin: lvconvert support for external origin
  tests: lvconvert external origin

 lib/activate/activate.c               |   6 +-
 lib/activate/dev_manager.c            |  40 ++++++++
 lib/format_text/flags.c               |   3 +-
 lib/metadata/lv.c                     |   9 +-
 lib/metadata/lv_manip.c               |  62 ++++++++----
 lib/metadata/merge.c                  |   7 +-
 lib/metadata/metadata-exported.h      |   5 +-
 lib/metadata/metadata.h               |   5 +-
 lib/metadata/thin_manip.c             |  50 ++++++++++
 lib/report/report.c                   |   3 +
 lib/thin/thin.c                       |  33 ++++++-
 man/lvconvert.8.in                    |  32 +++++++
 test/shell/lvconvert-thin-external.sh |  82 ++++++++++++++++
 tools/args.h                          |   3 +-
 tools/commands.h                      |   7 +-
 tools/lvchange.c                      |   6 ++
 tools/lvconvert.c                     | 173 ++++++++++++++++++++++++++++++++--
 tools/lvresize.c                      |   9 ++
 18 files changed, 497 insertions(+), 38 deletions(-)
 create mode 100644 test/shell/lvconvert-thin-external.sh

-- 
1.8.1.2



             reply	other threads:[~2013-02-05 13:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05 13:56 Zdenek Kabelac [this message]
2013-02-05 13:56 ` [PATCH 1/6] thin: add support for external origin Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 2/6] thin: external origin cannot be changed Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 3/6] thin: report external origin Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 4/6] thin: removal of " Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 5/6] thin: lvconvert support for " Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 6/6] tests: 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.1360072297.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.