Merge branch 'master' into 9998-unsigned_manifest
[arvados.git] / services / keep-balance / collection.go
index f12522fb6cd15350d4baf971498b06fb5c992c9d..b3a631e979a77a78f6c7a8b60fd012e77b360368 100644 (file)
@@ -45,7 +45,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"},
                IncludeTrash: true,
        }
        var last arvados.Collection