]> sourceware.org Git - lvm2.git/commit
Currently if clvmd is running and user issues vgscan,
authorMilan Broz <mbroz@redhat.com>
Thu, 13 May 2010 13:04:03 +0000 (13:04 +0000)
committerMilan Broz <mbroz@redhat.com>
Thu, 13 May 2010 13:04:03 +0000 (13:04 +0000)
commit5ee39f1a1dbf106f3f0f853628c6b70fd407f059
tree8198a48b9e06cc26ce1f58368c758a5d7cdd146e
parent8c998ebbede26b4a6ae7c792f28f712ece7722ea
Currently if clvmd is running and user issues vgscan,
the device cache file is dumped both in vgscan and clvmd process.

Unfortunately, clvmd calls lvmcache_label_scan,
it properly destroys persistent filter, but during
persistent_filter_dump it merges old cache content back!

This causes that change in filters is not properly propagated
into device cache after vgscan on cluster.
(Only new devices are added.)

https://bugzilla.redhat.com/show_bug.cgi?id=591861
WHATS_NEW
lib/cache/lvmcache.c
lib/commands/toolcontext.c
lib/filters/filter-persistent.c
lib/filters/filter-persistent.h
This page took 0.032936 seconds and 5 git commands to generate.