]> sourceware.org Git - lvm2.git/commit
Add mda_copies to VG structures and initialization.
authorDave Wysochanski <dwysocha@redhat.com>
Mon, 28 Jun 2010 20:36:37 +0000 (20:36 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Mon, 28 Jun 2010 20:36:37 +0000 (20:36 +0000)
commit88d7dc1af8f31e37320dbed8a26cb4c1d7f79445
tree346c655f5437b242df81bfd520638f99365a4a02
parentbc963e745cdaafad76223fd99ebc8af6bf52cfa4
Add mda_copies to VG structures and initialization.

Add a field to struct volume_group to later implement metadata
balancing:
- mda_copies: target # of non-ignored mdas in the VG; default 0 (do
not control pv 'ignore mdas' bit.

This patch just adds the parameter to the structures with the default
values but does not modify any commands.  Should be no functional change.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
lib/config/defaults.h
lib/metadata/metadata-exported.h
lib/metadata/metadata.c
tools/toollib.c
This page took 0.040421 seconds and 5 git commands to generate.