All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add thin lv and thin pool creation support
@ 2013-01-31 14:25 M. Mohan Kumar
  2013-01-31 14:25 ` [PATCH V2 1/2] lvm2app: Add thin and thin pool lv creation M. Mohan Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: M. Mohan Kumar @ 2013-01-31 14:25 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 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                 |  53 +++++++++++++++++++
 liblvm/lvm_lv.c                  | 107 +++++++++++++++++++++++++++++++++++++++
 tools/args.h                     |   1 +
 tools/commands.h                 |   6 ++-
 tools/lvconvert.c                |   1 +
 tools/lvcreate.c                 |   7 ++-
 tools/toollib.c                  |   4 ++
 tools/toollib.h                  |   1 +
 10 files changed, 179 insertions(+), 4 deletions(-)

-- 
1.7.11.7



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

end of thread, other threads:[~2013-02-04 23:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 14:25 [PATCH V2 0/2] Add thin lv and thin pool creation support M. Mohan Kumar
2013-01-31 14:25 ` [PATCH V2 1/2] lvm2app: Add thin and thin pool lv creation M. Mohan Kumar
2013-01-31 14:25 ` [PATCH V2 2/2] master - thin: Add lowwatermark parameter to pool creation M. Mohan Kumar
2013-01-31 21:04 ` [PATCH V2 0/2] Add thin lv and thin pool creation support Tony Asleson
2013-01-31 21:35   ` Zdenek Kabelac
2013-02-01  5:36     ` M. Mohan Kumar
2013-02-01  6:08   ` M. Mohan Kumar
2013-02-01 14:42     ` Tony Asleson
2013-02-01 17:27       ` M. Mohan Kumar
2013-02-01 17:28       ` M. Mohan Kumar
2013-02-04 23:24         ` Tony Asleson

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.