summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8 <Hamza@web>2015-09-11 10:17:03 +0000
committerGravatar admin <admin@branchable.com>2015-09-11 10:17:03 +0000
commit8a7d0c2df7a56a159324d766753b116509418cc7 (patch)
tree8bbc5d0082eab9d4c8427baf95e39347906d3ede
parent4e311a0ee37ca395f6eb5f7dced7b67ceb0bf15e (diff)
-rw-r--r--doc/forum/git-annex_does_not_respect_preferred_content_settings.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/git-annex_does_not_respect_preferred_content_settings.mdwn b/doc/forum/git-annex_does_not_respect_preferred_content_settings.mdwn
new file mode 100644
index 000000000..9849f396d
--- /dev/null
+++ b/doc/forum/git-annex_does_not_respect_preferred_content_settings.mdwn
@@ -0,0 +1,18 @@
+I have the following vicfg,
+
+group UUID1 = PodA
+group UUID2 = PodA
+group UUID3 = PodA
+group UUID4 = PodB
+
+wanted UUID1 = groupwanted
+wanted UUID2 = groupwanted
+wanted UUID3 = groupwanted
+wanted UUID4 = groupwanted
+
+groupwanted PodA = present and not copies=PodA:1
+groupwanted PodB = present and not copies=PodB:1
+
+at this point repos 1 2 3 combined has 1 copy of each file and repo 4 has full copy of all files. (used to move files around manually before grouping repos).
+
+What I am trying to achieve is to have a copy of a file in one of the 3 repos (1 2 3) and one copy in 4. running git annex get --auto starts getting all files, files with copies on other disks. testing using git annex find --want-get --not --in . returns all remaining files not in the repo but has enough copies on other repos both PodA and PodB has copies. numofcopies is set to 2.