diff --git a/doc/bugs/crippled_fs___40__pidlock__41___leads_to_git-annex__58___SQLite3_returned_ErrorIO_while_attempting_to_perform_prepare___34__PRAGMA_journal__95__mode__61__WAL__59____34____58___disk_I__47__O_error/comment_3_b49a3df3b13f564e588824910a07bc43._comment b/doc/bugs/crippled_fs___40__pidlock__41___leads_to_git-annex__58___SQLite3_returned_ErrorIO_while_attempting_to_perform_prepare___34__PRAGMA_journal__95__mode__61__WAL__59____34____58___disk_I__47__O_error/comment_3_b49a3df3b13f564e588824910a07bc43._comment new file mode 100644 index 0000000000..6fe68ca662 --- /dev/null +++ b/doc/bugs/crippled_fs___40__pidlock__41___leads_to_git-annex__58___SQLite3_returned_ErrorIO_while_attempting_to_perform_prepare___34__PRAGMA_journal__95__mode__61__WAL__59____34____58___disk_I__47__O_error/comment_3_b49a3df3b13f564e588824910a07bc43._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="hdclark@be373988ada6dc692f87a8eefdd600432e54f7d4" + nickname="hdclark" + avatar="http://cdn.libravatar.org/avatar/55f92a50f2617099e2dc7509130ce158" + subject="This occurs on 9P filesystem too" + date="2020-08-07T20:41:06Z" + content=""" +Just thought I would chime in that I experienced sqlite errors for about 2 months before realizing it was due to 9P filesystem + virtio in a Qemu VM. Prior to (roughly) 2 months back I did not encounter this error, but it now appears in all recent versions of git-annex (Arch Linux package, most recent standalone version, and git build). + +Is there any way to alter the sqlite config (e.g., through .git/config or a dotfile) to workaround the issue? It renders my current setup, in which several VMs share the same hardware but have exclusive access to storage devices, completely inoperable. +"""]] diff --git a/doc/bugs/export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression.mdwn b/doc/bugs/export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression.mdwn new file mode 100644 index 0000000000..5f7adab99a --- /dev/null +++ b/doc/bugs/export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression.mdwn @@ -0,0 +1,20 @@ +### Please describe the problem. + +Export-tree exports "small" files even if they don't match the wanted expression for the remote + +### What steps will reproduce the problem? + +Create a special remote with export-tree=yes + +Set wanted expression for remote + +Export-tree to it -> all small files in tree end up on the remote + + +### What version of git-annex are you using? On what operating system? + +8.20200330 on linux i386 + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) +I'm very impressed with git-annex overall :P +