X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/01c6fe633e9e535dc95b62114744033acaedb4ee..da83807d6bcef1c1f0bb78479c5ec17f150f5eda:/services/keepstore/command.go diff --git a/services/keepstore/command.go b/services/keepstore/command.go index 9761680fb5..db387f494b 100644 --- a/services/keepstore/command.go +++ b/services/keepstore/command.go @@ -211,7 +211,7 @@ func (h *handler) setup(ctx context.Context, cluster *arvados.Cluster, token str if d := h.Cluster.Collections.BlobTrashCheckInterval.Duration(); d > 0 && h.Cluster.Collections.BlobTrash && h.Cluster.Collections.BlobDeleteConcurrency > 0 { - go emptyTrash(h.volmgr.writables, d) + go emptyTrash(h.volmgr.mounts, d) } return nil