mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix mirror log convert validation question.
This commit is contained in:
parent
9bcd5c2ffc
commit
6ce8f8d553
@ -1,5 +1,6 @@
|
||||
Version 2.02.46 -
|
||||
================================
|
||||
Fix mirror log convert validation question.
|
||||
Avoid referencing files from DESTDIR during build process.
|
||||
Avoid creating some static libraries without static_link.
|
||||
Enable use of cached metadata for pvs and pvdisplay commands.
|
||||
|
@ -1219,7 +1219,7 @@ int remove_mirror_log(struct cmd_context *cmd,
|
||||
return 0;
|
||||
} else if (yes_no_prompt("Full resync required to convert "
|
||||
"inactive mirror %s to core log. "
|
||||
"Proceed? [y/n]: "))
|
||||
"Proceed? [y/n]: ") == 'y')
|
||||
sync_percent = 0;
|
||||
else
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user