Merge pull request #631 from mmichal10/dont-stop-cleaner
Don't stop cleaner in activate rollback
This commit is contained in:
commit
e73cbad2c7
@ -2300,9 +2300,6 @@ static void _ocf_mngt_activate_handle_error(
|
|||||||
{
|
{
|
||||||
ocf_cache_t cache = context->cache;
|
ocf_cache_t cache = context->cache;
|
||||||
|
|
||||||
if (context->flags.cleaner_started)
|
|
||||||
ocf_stop_cleaner(cache);
|
|
||||||
|
|
||||||
if (context->flags.promotion_initialized)
|
if (context->flags.promotion_initialized)
|
||||||
__deinit_promotion_policy(cache);
|
__deinit_promotion_policy(cache);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user