If a "dangerous" repair (repair of a readonly mounted fs) has been done, suggest an immediate reboot upon completion. Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> --- TBH, I don't know how "dangerous" dangerous is. Is this still required? diff --git a/repair/xfs_repair.c b/repair/xfs_repair.c index 820e7a2..9e1a774 100644 --- a/repair/xfs_repair.c +++ b/repair/xfs_repair.c @@ -884,6 +884,11 @@ _("Note - stripe unit (%d) and width (%d) fields have been reset.\n" if (verbose) summary_report(); do_log(_("done\n")); + + if (dangerously && !no_modify) + do_warn( +_("Repair of readonly mount complete. Immediate reboot encouraged.\n")); + pftrace_done(); return (0); _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs