]> sourceware.org Git - lvm2.git/commit
Define vgmetadatacopies in vgchange man page.
authorDave Wysochanski <dwysocha@redhat.com>
Mon, 28 Jun 2010 20:36:18 +0000 (20:36 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Mon, 28 Jun 2010 20:36:18 +0000 (20:36 +0000)
commitbc963e745cdaafad76223fd99ebc8af6bf52cfa4
tree52ec053bb56e2a58fe419d7be0c379eafde822f7
parentc6894cf03188c2de8e340010168060db35df1ed1
Define vgmetadatacopies in vgchange man page.

This patch adds a vgmetadatacopies parameter for metadata balancing.
This parameter provides a simple way for users to create a policy for
placing metadata on PVs automatically by LVM.  The behavior is implemented
inside LVM by managing the 'ignore' mda bits.  We chose the name
'vgmetadatacopies' as this is a natural extension to the existing parameter
'pvmetadatacopies' / 'metadatacopies' in pvcreate.

This is a first step at VG parameter based metadata balancing.  Most users
will probably want to state that they want a certain number of PVs to contain
metadata, and they may be less concerned about a specific number of metadata
copies in the volume group.  However, for default values (pvmetadatacopies
is 1 by default), the number of metadatacopies in the volume group, and the
number of PVs with metadata are the same.  In the future we could add
vgmetadatacopiespvs to define more specifically the number of pvs in the
VG that contain metadata, but for now we start with this parameter.

Another possible future extension would be to define a specific pv tag
to mark the set of PVs that should be used for metadata balancing.  This
tag based approach could be used in conjunction with 'vgmetadatacopies'.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
man/vgchange.8.in
This page took 0.030261 seconds and 5 git commands to generate.