<div dir="ltr">Reviewed-by: Robin Dong <<a href="mailto:sanbai@taobao.com">sanbai@taobao.com</a>></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/10 Liu Yuan <span dir="ltr"><<a href="mailto:namei.unix@gmail.com" target="_blank">namei.unix@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We don't set copies in struct sd_rsp any more so update the tests.<br>
<br>
Signed-off-by: Liu Yuan <<a href="mailto:namei.unix@gmail.com">namei.unix@gmail.com</a>><br>
---<br>
dog/vdi.c | 9 +--<br>
tests/functional/028.out | 154 +++++++++++++++++++++++-----------------------<br>
tests/functional/029.out | 140 ++++++++++++++++++++---------------------<br>
tests/functional/035.out | 140 ++++++++++++++++++++---------------------<br>
4 files changed, 222 insertions(+), 221 deletions(-)<br>
<br>
diff --git a/dog/vdi.c b/dog/vdi.c<br>
index 399b17c..a6344af 100644<br>
--- a/dog/vdi.c<br>
+++ b/dog/vdi.c<br>
@@ -323,8 +323,7 @@ static int do_print_obj(const char *sheep, uint64_t oid, struct sd_rsp *rsp,<br>
{<br>
switch (rsp->result) {<br>
case SD_RES_SUCCESS:<br>
- printf("%s has the object (should be %d copies)\n",<br>
- sheep, rsp->obj.copies);<br>
+ printf("%s has the object\n", sheep);<br>
break;<br>
case SD_RES_NO_OBJ:<br>
printf("%s doesn't have the object\n", sheep);<br>
@@ -991,8 +990,10 @@ static int vdi_object(int argc, char **argv)<br>
if (oid_info.success) {<br>
if (oid_info.data_oid) {<br>
printf("Looking for the object 0x%" PRIx64<br>
- " (the inode vid 0x%" PRIx32 " idx %u) with %d nodes\n\n",<br>
- oid_info.data_oid, vid, idx, sd_nodes_nr);<br>
+ " (vid 0x%" PRIx32 " idx %u, %u copies) "<br>
+ "with %d nodes\n\n",<br>
+ oid_info.data_oid, vid, idx,<br>
+ info.nr_copies, sd_nodes_nr);<br>
<br>
parse_objs(oid_info.data_oid, do_print_obj,<br>
NULL, size);<br>
diff --git a/tests/functional/028.out b/tests/functional/028.out<br>
index 59641bf..ae78e8f 100644<br>
--- a/tests/functional/028.out<br>
+++ b/tests/functional/028.out<br>
@@ -6,105 +6,105 @@ a6c5d562057d0b8e7c90df17e5ea9450 -<br>
a6c5d562057d0b8e7c90df17e5ea9450 -<br>
Looking for the inode object 0x7c2b25 with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000000 (the inode vid 0x7c2b25 idx 0) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000000 (vid 0x7c2b25 idx 0, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000001 (the inode vid 0x7c2b25 idx 1) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000001 (vid 0x7c2b25 idx 1, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000002 (the inode vid 0x7c2b25 idx 2) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000002 (vid 0x7c2b25 idx 2, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000003 (the inode vid 0x7c2b25 idx 3) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000003 (vid 0x7c2b25 idx 3, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000004 (the inode vid 0x7c2b25 idx 4) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000004 (vid 0x7c2b25 idx 4, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000005 (the inode vid 0x7c2b25 idx 5) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000005 (vid 0x7c2b25 idx 5, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000006 (the inode vid 0x7c2b25 idx 6) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000006 (vid 0x7c2b25 idx 6, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000007 (the inode vid 0x7c2b25 idx 7) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000007 (vid 0x7c2b25 idx 7, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000008 (the inode vid 0x7c2b25 idx 8) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000008 (vid 0x7c2b25 idx 8, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000009 (the inode vid 0x7c2b25 idx 9) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000009 (vid 0x7c2b25 idx 9, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b250000000a (the inode vid 0x7c2b25 idx 10) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b250000000a (vid 0x7c2b25 idx 10, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b250000000b (the inode vid 0x7c2b25 idx 11) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b250000000b (vid 0x7c2b25 idx 11, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b250000000c (the inode vid 0x7c2b25 idx 12) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b250000000c (vid 0x7c2b25 idx 12, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b250000000d (the inode vid 0x7c2b25 idx 13) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b250000000d (vid 0x7c2b25 idx 13, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b250000000e (the inode vid 0x7c2b25 idx 14) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b250000000e (vid 0x7c2b25 idx 14, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b250000000f (the inode vid 0x7c2b25 idx 15) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b250000000f (vid 0x7c2b25 idx 15, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000010 (the inode vid 0x7c2b25 idx 16) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000010 (vid 0x7c2b25 idx 16, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000011 (the inode vid 0x7c2b25 idx 17) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000011 (vid 0x7c2b25 idx 17, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000012 (the inode vid 0x7c2b25 idx 18) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000012 (vid 0x7c2b25 idx 18, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000013 (the inode vid 0x7c2b25 idx 19) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000013 (vid 0x7c2b25 idx 19, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000014 (the inode vid 0x7c2b25 idx 20) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000014 (vid 0x7c2b25 idx 20, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000015 (the inode vid 0x7c2b25 idx 21) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000015 (vid 0x7c2b25 idx 21, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000016 (the inode vid 0x7c2b25 idx 22) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000016 (vid 0x7c2b25 idx 22, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000017 (the inode vid 0x7c2b25 idx 23) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000017 (vid 0x7c2b25 idx 23, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
-Looking for the object 0x7c2b2500000018 (the inode vid 0x7c2b25 idx 24) with 2 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+Looking for the object 0x7c2b2500000018 (vid 0x7c2b25 idx 24, 2 copies) with 2 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 2 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 2 copies)<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
diff --git a/tests/functional/029.out b/tests/functional/029.out<br>
index af50642..76dc253 100644<br>
--- a/tests/functional/029.out<br>
+++ b/tests/functional/029.out<br>
@@ -15,7 +15,7 @@ To create erasure coded vdi, set -c x:y<br>
test2 0 20 MB 0.0 MB 20 MB DATE fd3816 2<br>
test9 0 20 MB 20 MB 0.0 MB DATE fd4094 23<br>
test8 0 20 MB 20 MB 0.0 MB DATE fd4247 9<br>
-Looking for the object 0xfd381500000001 (the inode vid 0xfd3816 idx 1) with 23 nodes<br>
+Looking for the object 0xfd381500000001 (vid 0xfd3816 idx 1, 2 copies) with 23 nodes<br>
<br>
<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> doesn't have the object<br>
<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> doesn't have the object<br>
@@ -31,28 +31,28 @@ Looking for the object 0xfd381500000001 (the inode vid 0xfd3816 idx 1) with 23 n<br>
<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> doesn't have the object<br>
<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> doesn't have the object<br>
<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7016" target="_blank">127.0.0.1:7016</a> has the object (should be 2 copies)<br>
+<a href="http://127.0.0.1:7016" target="_blank">127.0.0.1:7016</a> has the object<br>
<a href="http://127.0.0.1:7017" target="_blank">127.0.0.1:7017</a> doesn't have the object<br>
<a href="http://127.0.0.1:7018" target="_blank">127.0.0.1:7018</a> doesn't have the object<br>
<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> doesn't have the object<br>
<a href="http://127.0.0.1:7020" target="_blank">127.0.0.1:7020</a> doesn't have the object<br>
<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> has the object (should be 2 copies)<br>
+<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> has the object<br>
<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> doesn't have the object<br>
<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> doesn't have the object<br>
-Looking for the object 0xfd366200000001 (the inode vid 0xfd3662 idx 1) with 23 nodes<br>
+Looking for the object 0xfd366200000001 (vid 0xfd3662 idx 1, 3 copies) with 23 nodes<br>
<br>
<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 3 copies)<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> doesn't have the object<br>
<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> doesn't have the object<br>
<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 3 copies)<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> doesn't have the object<br>
<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> doesn't have the object<br>
<a href="http://127.0.0.1:7010" target="_blank">127.0.0.1:7010</a> doesn't have the object<br>
<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> has the object (should be 3 copies)<br>
+<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> has the object<br>
<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> doesn't have the object<br>
<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> doesn't have the object<br>
<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> doesn't have the object<br>
@@ -65,12 +65,12 @@ Looking for the object 0xfd366200000001 (the inode vid 0xfd3662 idx 1) with 23 n<br>
<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> doesn't have the object<br>
<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> doesn't have the object<br>
<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> doesn't have the object<br>
-Looking for the object 0xfd2de300000001 (the inode vid 0xfd2de3 idx 1) with 23 nodes<br>
+Looking for the object 0xfd2de300000001 (vid 0xfd2de3 idx 1, 4 copies) with 23 nodes<br>
<br>
<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 4 copies)<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 4 copies)<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> doesn't have the object<br>
<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> doesn't have the object<br>
<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> doesn't have the object<br>
@@ -79,29 +79,29 @@ Looking for the object 0xfd2de300000001 (the inode vid 0xfd2de3 idx 1) with 23 n<br>
<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> doesn't have the object<br>
<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> doesn't have the object<br>
<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> has the object (should be 4 copies)<br>
+<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> has the object<br>
<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> doesn't have the object<br>
<a href="http://127.0.0.1:7016" target="_blank">127.0.0.1:7016</a> doesn't have the object<br>
<a href="http://127.0.0.1:7017" target="_blank">127.0.0.1:7017</a> doesn't have the object<br>
<a href="http://127.0.0.1:7018" target="_blank">127.0.0.1:7018</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> has the object (should be 4 copies)<br>
+<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> has the object<br>
<a href="http://127.0.0.1:7020" target="_blank">127.0.0.1:7020</a> doesn't have the object<br>
<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> doesn't have the object<br>
<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> doesn't have the object<br>
<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> doesn't have the object<br>
<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> doesn't have the object<br>
-Looking for the object 0xfd2c3000000001 (the inode vid 0xfd2c30 idx 1) with 23 nodes<br>
+Looking for the object 0xfd2c3000000001 (vid 0xfd2c30 idx 1, 6 copies) with 23 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 6 copies)<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> doesn't have the object<br>
<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> doesn't have the object<br>
<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> doesn't have the object<br>
<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> doesn't have the object<br>
<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
<a href="http://127.0.0.1:7010" target="_blank">127.0.0.1:7010</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> has the object (should be 6 copies)<br>
+<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> has the object<br>
<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> doesn't have the object<br>
<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> doesn't have the object<br>
<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> doesn't have the object<br>
@@ -111,107 +111,107 @@ Looking for the object 0xfd2c3000000001 (the inode vid 0xfd2c30 idx 1) with 23 n<br>
<a href="http://127.0.0.1:7018" target="_blank">127.0.0.1:7018</a> doesn't have the object<br>
<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> doesn't have the object<br>
<a href="http://127.0.0.1:7020" target="_blank">127.0.0.1:7020</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> has the object (should be 6 copies)<br>
+<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> has the object<br>
<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> has the object (should be 6 copies)<br>
+<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> has the object<br>
<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> doesn't have the object<br>
-Looking for the object 0xfd314900000001 (the inode vid 0xfd3149 idx 1) with 23 nodes<br>
+Looking for the object 0xfd314900000001 (vid 0xfd3149 idx 1, 7 copies) with 23 nodes<br>
<br>
<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 7 copies)<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> doesn't have the object<br>
<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> doesn't have the object<br>
<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> doesn't have the object<br>
<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 7 copies)<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> doesn't have the object<br>
<a href="http://127.0.0.1:7010" target="_blank">127.0.0.1:7010</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> has the object (should be 7 copies)<br>
-<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> has the object (should be 7 copies)<br>
+<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> has the object<br>
+<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> has the object<br>
<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> doesn't have the object<br>
<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> doesn't have the object<br>
<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> doesn't have the object<br>
<a href="http://127.0.0.1:7016" target="_blank">127.0.0.1:7016</a> doesn't have the object<br>
<a href="http://127.0.0.1:7017" target="_blank">127.0.0.1:7017</a> doesn't have the object<br>
<a href="http://127.0.0.1:7018" target="_blank">127.0.0.1:7018</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> has the object (should be 7 copies)<br>
+<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> has the object<br>
<a href="http://127.0.0.1:7020" target="_blank">127.0.0.1:7020</a> doesn't have the object<br>
<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> has the object (should be 7 copies)<br>
+<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> has the object<br>
<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> has the object (should be 7 copies)<br>
-Looking for the object 0xfd2f9600000001 (the inode vid 0xfd2f96 idx 1) with 23 nodes<br>
+<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> has the object<br>
+Looking for the object 0xfd2f9600000001 (vid 0xfd2f96 idx 1, 8 copies) with 23 nodes<br>
<br>
<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 8 copies)<br>
-<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> has the object (should be 8 copies)<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> has the object<br>
<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 8 copies)<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 8 copies)<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> doesn't have the object<br>
<a href="http://127.0.0.1:7010" target="_blank">127.0.0.1:7010</a> doesn't have the object<br>
<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> has the object (should be 8 copies)<br>
-<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> has the object (should be 8 copies)<br>
-<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> has the object (should be 8 copies)<br>
+<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> has the object<br>
+<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> has the object<br>
+<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> has the object<br>
<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> doesn't have the object<br>
<a href="http://127.0.0.1:7016" target="_blank">127.0.0.1:7016</a> doesn't have the object<br>
<a href="http://127.0.0.1:7017" target="_blank">127.0.0.1:7017</a> doesn't have the object<br>
<a href="http://127.0.0.1:7018" target="_blank">127.0.0.1:7018</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> has the object (should be 8 copies)<br>
+<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> has the object<br>
<a href="http://127.0.0.1:7020" target="_blank">127.0.0.1:7020</a> doesn't have the object<br>
<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> doesn't have the object<br>
<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> doesn't have the object<br>
<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> doesn't have the object<br>
<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> doesn't have the object<br>
-Looking for the object 0xfd424700000001 (the inode vid 0xfd4247 idx 1) with 23 nodes<br>
+Looking for the object 0xfd424700000001 (vid 0xfd4247 idx 1, 9 copies) with 23 nodes<br>
<br>
<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> doesn't have the object<br>
<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> has the object (should be 9 copies)<br>
+<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> has the object<br>
<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 9 copies)<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> doesn't have the object<br>
<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> doesn't have the object<br>
<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7010" target="_blank">127.0.0.1:7010</a> has the object (should be 9 copies)<br>
-<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> has the object (should be 9 copies)<br>
+<a href="http://127.0.0.1:7010" target="_blank">127.0.0.1:7010</a> has the object<br>
+<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> has the object<br>
<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> doesn't have the object<br>
<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> has the object (should be 9 copies)<br>
-<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> has the object (should be 9 copies)<br>
+<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> has the object<br>
+<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> has the object<br>
<a href="http://127.0.0.1:7016" target="_blank">127.0.0.1:7016</a> doesn't have the object<br>
<a href="http://127.0.0.1:7017" target="_blank">127.0.0.1:7017</a> doesn't have the object<br>
<a href="http://127.0.0.1:7018" target="_blank">127.0.0.1:7018</a> doesn't have the object<br>
<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> doesn't have the object<br>
<a href="http://127.0.0.1:7020" target="_blank">127.0.0.1:7020</a> doesn't have the object<br>
<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> doesn't have the object<br>
-<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> has the object (should be 9 copies)<br>
-<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> has the object (should be 9 copies)<br>
-<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> has the object (should be 9 copies)<br>
-Looking for the object 0xfd409400000001 (the inode vid 0xfd4094 idx 1) with 23 nodes<br>
+<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> has the object<br>
+<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> has the object<br>
+<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> has the object<br>
+Looking for the object 0xfd409400000001 (vid 0xfd4094 idx 1, 23 copies) with 23 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7010" target="_blank">127.0.0.1:7010</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7016" target="_blank">127.0.0.1:7016</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7017" target="_blank">127.0.0.1:7017</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7018" target="_blank">127.0.0.1:7018</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7020" target="_blank">127.0.0.1:7020</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> has the object (should be 23 copies)<br>
-<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> has the object (should be 23 copies)<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7001" target="_blank">127.0.0.1:7001</a> has the object<br>
+<a href="http://127.0.0.1:7004" target="_blank">127.0.0.1:7004</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+<a href="http://127.0.0.1:7010" target="_blank">127.0.0.1:7010</a> has the object<br>
+<a href="http://127.0.0.1:7011" target="_blank">127.0.0.1:7011</a> has the object<br>
+<a href="http://127.0.0.1:7012" target="_blank">127.0.0.1:7012</a> has the object<br>
+<a href="http://127.0.0.1:7013" target="_blank">127.0.0.1:7013</a> has the object<br>
+<a href="http://127.0.0.1:7014" target="_blank">127.0.0.1:7014</a> has the object<br>
+<a href="http://127.0.0.1:7015" target="_blank">127.0.0.1:7015</a> has the object<br>
+<a href="http://127.0.0.1:7016" target="_blank">127.0.0.1:7016</a> has the object<br>
+<a href="http://127.0.0.1:7017" target="_blank">127.0.0.1:7017</a> has the object<br>
+<a href="http://127.0.0.1:7018" target="_blank">127.0.0.1:7018</a> has the object<br>
+<a href="http://127.0.0.1:7019" target="_blank">127.0.0.1:7019</a> has the object<br>
+<a href="http://127.0.0.1:7020" target="_blank">127.0.0.1:7020</a> has the object<br>
+<a href="http://127.0.0.1:7021" target="_blank">127.0.0.1:7021</a> has the object<br>
+<a href="http://127.0.0.1:7022" target="_blank">127.0.0.1:7022</a> has the object<br>
+<a href="http://127.0.0.1:7023" target="_blank">127.0.0.1:7023</a> has the object<br>
+<a href="http://127.0.0.1:7024" target="_blank">127.0.0.1:7024</a> has the object<br>
diff --git a/tests/functional/035.out b/tests/functional/035.out<br>
index e26d3a6..f43de72 100644<br>
--- a/tests/functional/035.out<br>
+++ b/tests/functional/035.out<br>
@@ -1,82 +1,82 @@<br>
QA output created by 035<br>
using backend plain store<br>
-Looking for the object 0x7c2b2500000000 (the inode vid 0x7c2b25 idx 0) with 6 nodes<br>
+Looking for the object 0x7c2b2500000000 (vid 0x7c2b25 idx 0, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000001 (the inode vid 0x7c2b25 idx 1) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000001 (vid 0x7c2b25 idx 1, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000002 (the inode vid 0x7c2b25 idx 2) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000002 (vid 0x7c2b25 idx 2, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000003 (the inode vid 0x7c2b25 idx 3) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000003 (vid 0x7c2b25 idx 3, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000004 (the inode vid 0x7c2b25 idx 4) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000004 (vid 0x7c2b25 idx 4, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000005 (the inode vid 0x7c2b25 idx 5) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000005 (vid 0x7c2b25 idx 5, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000006 (the inode vid 0x7c2b25 idx 6) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000006 (vid 0x7c2b25 idx 6, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000007 (the inode vid 0x7c2b25 idx 7) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000007 (vid 0x7c2b25 idx 7, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000008 (the inode vid 0x7c2b25 idx 8) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000008 (vid 0x7c2b25 idx 8, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
-Looking for the object 0x7c2b2500000009 (the inode vid 0x7c2b25 idx 9) with 6 nodes<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
+Looking for the object 0x7c2b2500000009 (vid 0x7c2b25 idx 9, 6 copies) with 6 nodes<br>
<br>
-<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object (should be 6 copies)<br>
-<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object (should be 6 copies)<br>
+<a href="http://127.0.0.1:7000" target="_blank">127.0.0.1:7000</a> has the object<br>
+<a href="http://127.0.0.1:7005" target="_blank">127.0.0.1:7005</a> has the object<br>
+<a href="http://127.0.0.1:7006" target="_blank">127.0.0.1:7006</a> has the object<br>
+<a href="http://127.0.0.1:7007" target="_blank">127.0.0.1:7007</a> has the object<br>
+<a href="http://127.0.0.1:7008" target="_blank">127.0.0.1:7008</a> has the object<br>
+<a href="http://127.0.0.1:7009" target="_blank">127.0.0.1:7009</a> has the object<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.9.5<br>
<br>
--<br>
sheepdog mailing list<br>
<a href="mailto:sheepdog@lists.wpkg.org">sheepdog@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/sheepdog" target="_blank">http://lists.wpkg.org/mailman/listinfo/sheepdog</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>--<br>Best Regard<br>Robin Dong
</div>