]> sourceware.org Git - lvm2.git/commit
polldaemon: fix missing mirror in-sync info with lvmpolld
authorOndrej Kozina <okozina@redhat.com>
Mon, 19 Oct 2015 14:56:45 +0000 (16:56 +0200)
committerOndrej Kozina <okozina@redhat.com>
Tue, 20 Oct 2015 10:18:55 +0000 (12:18 +0200)
commit33465066c5eddaa6169814d645d543e5673bc2a6
tree4a98c52fe2894443c301d50c27b4166508d20f9d
parenta5c4c4efbd18809320f49d7ed60c58883140259c
polldaemon: fix missing mirror in-sync info with lvmpolld

CONVERTING status flag is a tricky one. It's not set when converting
a non-mirror LV type to the mirror type, i.e.: linear -> two leg mirror.
Also the conversion itself is instant and doesn't require to be polled.
When mirror reaches sync state there's no final update on VG metadata
for lvmpolld to be made thereby report_progress in fact doesn't report
percentage of mirror being converted but percentage of mirror
being in sync. Perhaps we should reword the lvconvert output here.

On the other hand CONVERTING is set while we upconvert the mirror
from i.e. two leg mirror to four leg mirror. In such case the operation
is required to be polled so that lvmpolld can cleanup temporary
conversion log when the conversion is over.

Ignore CONVERTING lv_type for the moment and match LVs only by uuids
during 'mirror conversion'/'waiting for a sync to finish'.
WHATS_NEW
tools/polldaemon.c
This page took 0.035245 seconds and 5 git commands to generate.