This commit is contained in:
Joey Hess 2024-05-01 12:14:59 -04:00
parent 901e02ccc3
commit 4cd2c980d2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
[[!toc ]]
Say we have 2 drives and want to fill them both evenly with files, Say we have 2 drives and want to fill them both evenly with files,
different files in each drive. Currently, preferred content cannot express different files in each drive. Currently, preferred content cannot express
that entirely: that entirely:

View file

@ -1,3 +1,5 @@
[[!toc ]]
When [[balanced_preferred_content]] is used, there may be many repositories When [[balanced_preferred_content]] is used, there may be many repositories
in a location -- either a server or a cluster -- and getting any given file in a location -- either a server or a cluster -- and getting any given file
may need to access any of them. Configuring remotes for each repository may need to access any of them. Configuring remotes for each repository

View file

@ -1,3 +1,5 @@
[[!toc ]]
Preferred content expressions can be complicated to write and reason about. Preferred content expressions can be complicated to write and reason about.
A complex expression can involve lots of repositories that can get into A complex expression can involve lots of repositories that can get into
different states, and needs to be written to avoid unwanted behavior. different states, and needs to be written to avoid unwanted behavior.

View file

@ -1,3 +1,5 @@
[[!toc ]]
If the total space available in a repository for annex objects is recorded If the total space available in a repository for annex objects is recorded
on the git-annex branch (by the user running a command probably, or perhaps on the git-annex branch (by the user running a command probably, or perhaps
automatically), then it is possible to examine the git-annex branch and automatically), then it is possible to examine the git-annex branch and