]> sourceware.org Git - lvm2.git/commit
The function that runs to compress a stacked mirror after
authorJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 23 Jun 2010 13:57:26 +0000 (13:57 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 23 Jun 2010 13:57:26 +0000 (13:57 +0000)
commit50552f3fd57b217d16a3adcd61448a6e8087ee2b
tree4029d36bca6dc0d04213224f7b0261181ab8729c
parent7d62ac4b3459dbf62d5aa9f622ece7e2559fa446
The function that runs to compress a stacked mirror after
converting from 2-way to 3-way mirror (collapse_mirrored_lv)
was calling '_remove_mirror_images' with the 'remove_log'
parameter set.  When the code was put in to fix 599898 to
honor log parameters during conversion, this argument was
suddenly being honored.  Thus, when someone would convert from
a 2-way to 3-way mirror, the log would get removed.

'collapse_mirrored_lv' should not be calling '_remove_mirror_images'
with 'remove_log' set.
lib/metadata/mirror.c
This page took 0.037437 seconds and 5 git commands to generate.