Merge branch 'github-3408-production-datamanager' refs #3408
[arvados.git] / services / datamanager / datamanager.go
index 3e843085809766605d79d4a2342ec9d74cf33b80..91612668b538b8a045277a72eabe18c5be09f733 100644 (file)
@@ -102,7 +102,7 @@ func singlerun() {
 
        log.Printf("Blocks In Collections: %d, "+
                "\nBlocks In Keep: %d.",
-               len(readCollections.BlockToReplication),
+               len(readCollections.BlockToDesiredReplication),
                len(keepServerInfo.BlockToServers))
        log.Println(replicationCounts.PrettyPrint())
 
@@ -121,7 +121,7 @@ func singlerun() {
 
        pullServers := summary.ComputePullServers(kc,
                &keepServerInfo,
-               readCollections.BlockToReplication,
+               readCollections.BlockToDesiredReplication,
                replicationSummary.UnderReplicatedBlocks)
 
        pullLists := summary.BuildPullLists(pullServers)