From 16d6ab71124876f7cffb79778cf8de1b23b5c1ba Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Oct 2013 14:22:56 -0400 Subject: add post-repair actions --- doc/design/assistant/disaster_recovery.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/design') diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn index 4f72d96c3..40e48650e 100644 --- a/doc/design/assistant/disaster_recovery.mdwn +++ b/doc/design/assistant/disaster_recovery.mdwn @@ -62,7 +62,10 @@ Add git fsck to scheduled self fsck **done** TODO: git fsck on ssh remotes? Probably not worth the complexity.. TODO: If committing to the repository fails, after resolving any dangling -lock files (see above), it should git fsck. +lock files (see above), it should git fsck. This is difficult, because +git commit will also fail if the commit turns out to be empty, or due to +other transient problems.. So commit failures are currently ignored by the +assistant. If git fsck finds problems, launch git repository repair. **done** -- cgit v1.2.3