]> sourceware.org Git - lvm2.git/commit
Update _vgmerge_single() to move fid->metadata_areas_ignored.
authorDave Wysochanski <dwysocha@redhat.com>
Mon, 28 Jun 2010 20:39:08 +0000 (20:39 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Mon, 28 Jun 2010 20:39:08 +0000 (20:39 +0000)
commitc6c031e4a14ca72abfcace70ea40b3dcf7bb8577
treea35eb670f451928beb7b4127e054018ad44c5de5
parenta09a8efb66e28492f680017015181d9f91b5a993
Update _vgmerge_single() to move fid->metadata_areas_ignored.

When vgmerge is called we move the mdas from the source to the
destination.  With metadata balancing we now have another mda
list, fid->metadata_areas_ignored, so move the mdas on this list
as well.

This patch should not matter as the code is written today.  However
we include it for completeness in the case that _vgmerge_single()
is refactored and/or moved into a library function.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
tools/vgmerge.c
This page took 0.028013 seconds and 5 git commands to generate.