summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar parhuzamos@8b0fed579d8438e6f461a885888326a53287dcd1 <parhuzamos@web>2015-07-28 18:06:23 +0000
committerGravatar admin <admin@branchable.com>2015-07-28 18:06:23 +0000
commit8bddd8efc6bdc862023e417920830d79d1df243b (patch)
tree27c67bc9982cde2f4b76c96d2fbaab4e014ccab4
parent51be7fdea0d11241e627bab9aa9fae8aaf2e112a (diff)
-rw-r--r--doc/bugs/incremental___40__continued__41___fsck_start_froms_beginning__44___rechecks_files_already_checked_.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/incremental___40__continued__41___fsck_start_froms_beginning__44___rechecks_files_already_checked_.mdwn b/doc/bugs/incremental___40__continued__41___fsck_start_froms_beginning__44___rechecks_files_already_checked_.mdwn
new file mode 100644
index 000000000..001284821
--- /dev/null
+++ b/doc/bugs/incremental___40__continued__41___fsck_start_froms_beginning__44___rechecks_files_already_checked_.mdwn
@@ -0,0 +1,23 @@
+### Please describe the problem.
+Using the incremental fsck starts from the beginning over and over again. Currently, it's not possible to check a repo in smaller steps.
+
+### What steps will reproduce the problem?
+Start an incremental fsck: `git-annex fsck -S`
+
+Abort the operation either by `Ctrl+C` or `--time-limit=1s`
+
+Continue the incremental fsck: `git-annex fsck -m`
+
+or try this test script: https://gist.github.com/parhuzamos/a72236e24a83bdee5830
+
+The check starts with same file as the first time and takes the same files again.
+
+### What version of git-annex are you using? On what operating system?
+git-annex: 5.20150727-g06082d8
+Linux: 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
+
+Also tried with `docker/ubuntu:latest` using a clean install from https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
+
+git-annex: 5.20150522-gb199d65
+Linux: 3.16.0-43-generic #58-Ubuntu SMP Fri Jun 19 11:04:02 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
+