mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
cache: reload only when switched to cleaner policy
Reload cache target only when lvm2 reload table with cache with clearer policy.
This commit is contained in:
parent
ddaf2002c9
commit
36944e1009
@ -1,5 +1,6 @@
|
|||||||
Version 2.03.06 -
|
Version 2.03.06 -
|
||||||
================================
|
================================
|
||||||
|
Reload cleanered cache DM only with cleaner policy.
|
||||||
Fix cmd return when zering of cachevol fails.
|
Fix cmd return when zering of cachevol fails.
|
||||||
Extend lvs to show all VDO properties.
|
Extend lvs to show all VDO properties.
|
||||||
Preserve VDO write policy with vdopool.
|
Preserve VDO write policy with vdopool.
|
||||||
|
@ -545,7 +545,7 @@ int lv_cache_wait_for_clean(struct logical_volume *cache_lv, int *is_clean)
|
|||||||
* TODO: add check if extra suspend resume is necessary
|
* TODO: add check if extra suspend resume is necessary
|
||||||
* ATM this is workaround for missing cache sync when cache gets clean
|
* ATM this is workaround for missing cache sync when cache gets clean
|
||||||
*/
|
*/
|
||||||
if (1) {
|
if (cleaner_policy) {
|
||||||
if (!lv_refresh_suspend_resume(lock_lv))
|
if (!lv_refresh_suspend_resume(lock_lv))
|
||||||
return_0;
|
return_0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user