Add a warning about possible corruption when exporting a dirty log, as the log content does not agree with obfuscated metadata. Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> --- db/metadump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/metadump.c b/db/metadump.c index 66952f6..74e24b2 100644 --- a/db/metadump.c +++ b/db/metadump.c @@ -2726,7 +2726,8 @@ copy_log(void) /* keep the dirty log */ if (obfuscate) print_warning( -_("Filesystem log is dirty; image will contain unobfuscated metadata in log.")); +_("Filesystem log is dirty; image will contain unobfuscated metadata in log " + "and a log replay can cause a corruption.")); break; case -1: /* log detection error */ -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html