summaryrefslogtreecommitdiff
path: root/doc/bugs/Numcopies_not_checked_when_running_with_--all.mdwn
diff options
context:
space:
mode:
authorGravatar stp <stp@web>2014-02-17 23:27:05 +0000
committerGravatar admin <admin@branchable.com>2014-02-17 23:27:05 +0000
commit2887b5b2e8aac40eaea82302adfc7de735909b4e (patch)
treed0d9a8b377495d262d89715279cf5461a2087a4b /doc/bugs/Numcopies_not_checked_when_running_with_--all.mdwn
parent3bbb55a23d7ee5d64f9c254f487bdd6c2d4d2997 (diff)
Diffstat (limited to 'doc/bugs/Numcopies_not_checked_when_running_with_--all.mdwn')
-rw-r--r--doc/bugs/Numcopies_not_checked_when_running_with_--all.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/Numcopies_not_checked_when_running_with_--all.mdwn b/doc/bugs/Numcopies_not_checked_when_running_with_--all.mdwn
new file mode 100644
index 000000000..87063c2dd
--- /dev/null
+++ b/doc/bugs/Numcopies_not_checked_when_running_with_--all.mdwn
@@ -0,0 +1,24 @@
+### Please describe the problem.
+There are a lot of differences in the behaviour of usual commands and commans using --all.
+The specific problem I found was that "git annex fsck --all" will only checksum it seems and not report back numcopies failures.
+Checking if objects/old versions have propagated is not possible without it or do I miss something.
+
+(As additional note not sure if related. It seems that git annex fsck --all is running much faster in my tests 1/3 faster. Any reason for that? Bug related?)
+
+
+### What steps will reproduce the problem?
+compare "git annex fsck" vs "git annex fsck" (no numcopies check)
+
+### What version of git-annex are you using? On what operating system?
+git-annex version: 5.20140210-gd99db49
+Linux (Ubuntu 13.10)
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]