All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/2] Add thin lv and thin pool creation support
@ 2013-02-12 17:24 M. Mohan Kumar
  2013-02-12 17:24 ` [PATCH 1/2] lvm2app: Add thin and thin pool lv creation M. Mohan Kumar
  2013-02-12 17:24 ` [PATCH 2/2] master - thin: Add low water mark parameter to pool creation M. Mohan Kumar
  0 siblings, 2 replies; 10+ messages in thread
From: M. Mohan Kumar @ 2013-02-12 17:24 UTC (permalink / raw)
  To: lvm-devel

From: "M. Mohan Kumar" <mohan@in.ibm.com>

Add thin lv and thin pool creation support to lvm2app.

Changes from V2:
* Specify percentage for low water mark threshold instead of number of
  blocks
* man page update for lvcreate

Changes from previous version:
* Add support to specify data block size and low water mark thresold for
newly created thin pool.
* Added support for specifying lowwatermark parameter to thin pool
creation in lvcreate command

M. Mohan Kumar (2):
  lvm2app: Add thin and thin pool lv creation
  master - thin: Add low water mark parameter to pool creation

 lib/metadata/lv_manip.c          |   2 +-
 lib/metadata/metadata-exported.h |   1 +
 liblvm/lvm2app.h                 |  57 +++++++++++++++++++
 liblvm/lvm_lv.c                  | 116 +++++++++++++++++++++++++++++++++++++++
 man/lvcreate.8.in                |  11 +++-
 tools/args.h                     |   1 +
 tools/commands.h                 |   6 +-
 tools/lvconvert.c                |   1 +
 tools/lvcreate.c                 |   7 ++-
 tools/toollib.c                  |  11 ++++
 tools/toollib.h                  |   1 +
 11 files changed, 209 insertions(+), 5 deletions(-)

-- 
1.7.11.7



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-26  0:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 17:24 [PATCH V3 0/2] Add thin lv and thin pool creation support M. Mohan Kumar
2013-02-12 17:24 ` [PATCH 1/2] lvm2app: Add thin and thin pool lv creation M. Mohan Kumar
2013-02-25 19:45   ` Zdenek Kabelac
2013-02-28 11:22     ` M. Mohan Kumar
2013-02-28 15:35       ` Zdenek Kabelac
2013-02-28 20:33         ` Tony Asleson
2013-02-28 21:57           ` Zdenek Kabelac
2013-04-25 23:14             ` Tony Asleson
2013-04-26  0:11               ` Andy Grover
2013-02-12 17:24 ` [PATCH 2/2] master - thin: Add low water mark parameter to pool creation M. Mohan Kumar

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.