gc.sh: maintain .gc_in_progress file flag
commit2292bd2e07fad901d3c0e9a96964a17dfab5ec5a
authorKyle J. McKay <mackyle@gmail.com>
Tue, 18 Aug 2015 22:51:37 +0000 (18 15:51 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 18 Aug 2015 22:51:37 +0000 (18 15:51 -0700)
tree517eeca5c6122006a497d5e9c3481b1aa6cc83a8
parent938a9ebe273bb2bc69e2507ae5fbb619c90c7968
gc.sh: maintain .gc_in_progress file flag

Similar to .clone_in_progress.  The .gc_in_progress file
exists only during the actual gc operation.  The file is
removed afterwards whether the gc succeeds or fails.

For consistency, rename the .gcfailed file to .gc_failed.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/gc.sh