1
0
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:
Milan Broz 2009-04-10 09:53:42 +00:00
parent 9bcd5c2ffc
commit 6ce8f8d553
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.46 - Version 2.02.46 -
================================ ================================
Fix mirror log convert validation question.
Avoid referencing files from DESTDIR during build process. Avoid referencing files from DESTDIR during build process.
Avoid creating some static libraries without static_link. Avoid creating some static libraries without static_link.
Enable use of cached metadata for pvs and pvdisplay commands. Enable use of cached metadata for pvs and pvdisplay commands.

View File

@ -1219,7 +1219,7 @@ int remove_mirror_log(struct cmd_context *cmd,
return 0; return 0;
} else if (yes_no_prompt("Full resync required to convert " } else if (yes_no_prompt("Full resync required to convert "
"inactive mirror %s to core log. " "inactive mirror %s to core log. "
"Proceed? [y/n]: ")) "Proceed? [y/n]: ") == 'y')
sync_percent = 0; sync_percent = 0;
else else
return 0; return 0;