git-annex/doc/bugs/Missing_automounts_block_every_command
Joey Hess a28c541e23
add remote.<name>.annex-checkuuid
Added remote.<name>.annex-checkuuid config, which can be set to false to
disable the default checking of the uuid of remotes that point to
directories. This can be useful to avoid unncessary drive spin-ups and
automounting.

Note that the UUID check is still done before writing to the repository,
to avoid writing to the wrong repository if it got relocated. Check is
also done before checkPresent to avoid getting confused about what is in
which repo. This is effectively the same as the use of git-annex-shell
with a uuid to check that the remote repository is the expected one.
Did not bother with the check for retrieveKeyFile because it doesn't
matter if the wrong repo is used then.

This commit was sponsored by Trenton Cronholm on Patreon.
2018-01-10 14:21:18 -04:00
..
comment_1_3e9ac639a2f15cc3b0d277b5fbf17db7._comment
comment_2_94e118e60c74e6ac44aa6a396d41a939._comment
comment_3_c7d5015db5aea0dd4d2ed67803ee9c92._comment comment 2018-01-09 16:44:10 -04:00
comment_4_c3cfb1c27806c45dfa6ebf275c175d3e._comment add remote.<name>.annex-checkuuid 2018-01-10 14:21:18 -04:00