Searched refs:failed_log (Results 1 – 2 of 2) sorted by relevance
458 int failed_log, int failed_mirrors, in _lvconvert_mirrors_repair_ask() argument488 if (failed_log && in _lvconvert_mirrors_repair_ask()536 int failed_mirrors = 0, failed_log = 0; in _lvconvert_mirrors() local594 failed_log = corelog = 1; in _lvconvert_mirrors()651 _lvconvert_mirrors_repair_ask(cmd, failed_log, failed_mirrors, in _lvconvert_mirrors()806 if (failed_log || failed_mirrors) { in _lvconvert_mirrors()808 if (failed_log && replace_log) in _lvconvert_mirrors()809 failed_log = corelog = 0; in _lvconvert_mirrors()
738 with open(failed_log_path, "r") as failed_log:739 shutil.copyfileobj(failed_log, LOCAL.stdout)