From e73bf4789b48e84acde128f33c44570a15666ebc Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmaB2n9HFclAvyMyDzvTPaifh5OrlF51Co" Date: Thu, 22 May 2014 09:44:33 +0000 Subject: [PATCH] Added a comment --- ..._2ad592d92dda2d1e78235bad5764f5d9._comment | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_4_2ad592d92dda2d1e78235bad5764f5d9._comment diff --git a/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_4_2ad592d92dda2d1e78235bad5764f5d9._comment b/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_4_2ad592d92dda2d1e78235bad5764f5d9._comment new file mode 100644 index 0000000000..ad225a9a89 --- /dev/null +++ b/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_4_2ad592d92dda2d1e78235bad5764f5d9._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmaB2n9HFclAvyMyDzvTPaifh5OrlF51Co" + nickname="VS7" + subject="comment 4" + date="2014-05-22T09:44:33Z" + content=""" +Now i begin to suspect that daemon doesn't work with CIF mounted directories at all. + + mkdir ~/test-container + mkdir ~/test-container/test + mount -t cifs -o user=test_user,uid=502,gid=502 //srv/test ~/test-container/test + cd ~/test-container + git init + git annex init + git annex direct + git annex add + git annex sync + git annex assistant + +Then if i place any file in ~/test-container then git-annex sees changes and processes it almost immediately. But if i do anything inside mounted ~/test-container/test daemon ignores it. +\"git annex status\" says that yes there are changes inside \"~/test-container/test\" and i can commit them via \"git annex add\" & \"git annex sync\", but daemon ignores. +"""]]