All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] lvm_vg_reduce and vg_reduce
@ 2009-07-27 13:12 Thomas Woerner
  2009-07-27 13:12 ` [PATCH 1/3] Add vg_reduce to metadata.c and metadata-exported.h Thomas Woerner
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Woerner @ 2009-07-27 13:12 UTC (permalink / raw)
  To: lvm-devel

This patch series adds lvm_vg_reduce and vg_reduce. For more information 
please have a look at the patches.

Dave Wysochanski (1):
  Initialize removed_pvs list in format-specific volume_group
    constructors.

Thomas Woerner (2):
  Add vg_reduce to metadata.c and metadata-exported.h
  Add lvm_vg_reduce to liblvm2app

 lib/format1/format1.c            |    1 +
 lib/format_pool/format_pool.c    |    1 +
 lib/format_text/import_vsn1.c    |    1 +
 lib/metadata/metadata-exported.h |    7 ++
 lib/metadata/metadata.c          |   61 +++++++++++++++++++
 liblvm/.exported_symbols         |    1 +
 liblvm/lvm.h                     |   18 ++++++
 liblvm/lvm_vg.c                  |   25 ++++++++
 test/api/vgtest.c                |  118 ++++++++++++++++++++++++--------------
 9 files changed, 190 insertions(+), 43 deletions(-)



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

end of thread, other threads:[~2009-07-27 13:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 13:12 [PATCH 0/3] lvm_vg_reduce and vg_reduce Thomas Woerner
2009-07-27 13:12 ` [PATCH 1/3] Add vg_reduce to metadata.c and metadata-exported.h Thomas Woerner
2009-07-27 13:12   ` [PATCH 2/3] Add lvm_vg_reduce to liblvm2app Thomas Woerner
2009-07-27 13:12     ` [PATCH 3/3] Initialize removed_pvs list in format-specific volume_group constructors Thomas Woerner

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.