Merge branch 'master' into 9998-unsigned_manifest
[arvados.git] / services / keep-balance / collection.go
index f4fc72152f1a68ffbfdb9683f134dbcbcb46f2da..147d6165e31ae13db903a5861384c291c14d28a7 100644 (file)
@@ -43,7 +43,7 @@ func EachCollection(c *arvados.Client, pageSize int, f func(arvados.Collection)
        params := arvados.ResourceListParams{
                Limit:  &limit,
                Order:  "modified_at, uuid",
-               Select: []string{"uuid", "manifest_text", "modified_at", "portable_data_hash", "replication_desired"},
+               Select: []string{"uuid", "unsigned_manifest_text", "modified_at", "portable_data_hash", "replication_desired"},
        }
        var last arvados.Collection
        var filterTime time.Time