]> sourceware.org Git - lvm2.git/commit
Call destroy_instance for any PVs found in VG structure during vg_free call.
authorPeter Rajnoha <prajnoha@redhat.com>
Fri, 11 Mar 2011 15:06:13 +0000 (15:06 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Fri, 11 Mar 2011 15:06:13 +0000 (15:06 +0000)
commitfef82df09544a3599620a98c96db06966c5a1551
tree80711f151639f0dde03fa3dfc478b09ab20eb590
parent359d2505d3efb7991c3906063bd28ce383a22ba0
Call destroy_instance for any PVs found in VG structure during vg_free call.

This is necessary for proper format instance ref_count support. We iterate
over vg->pvs and vg->removed_pvs list and the ref_count is decremented and
then it is destroyed if not referenced anymore.
WHATS_NEW
lib/metadata/metadata.c
This page took 0.037187 seconds and 5 git commands to generate.