From: Joey Hess Date: Fri, 13 Nov 2015 20:13:38 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~324^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9d52d653f68140e50f25c0030e372e54affa7a51;p=git-annex.git comment --- diff --git a/doc/bugs/huge_multiple_copies_of___39__.nfs__42____39___and___39__.panfs__42____39___being_created/comment_3_bea29c2596ddcc7f8cd7f02ff7bfd9ef._comment b/doc/bugs/huge_multiple_copies_of___39__.nfs__42____39___and___39__.panfs__42____39___being_created/comment_3_bea29c2596ddcc7f8cd7f02ff7bfd9ef._comment new file mode 100644 index 0000000000..9822058c5a --- /dev/null +++ b/doc/bugs/huge_multiple_copies_of___39__.nfs__42____39___and___39__.panfs__42____39___being_created/comment_3_bea29c2596ddcc7f8cd7f02ff7bfd9ef._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2015-11-13T19:56:12Z" + content=""" +I've just added annex.pidlock to git-annex. Configure that to true, and it +will use one top-level pid lock file, rather than these posix locks. Might +work better on NFS. + +annex.pidlock is enabled automatically if probing detects that posix locks +cannot be made at all. However, if the NFS lets posix locks be made, just +with the poor behavior described here, the probing can't detect that and so +you'd need to enable it manually. +"""]]