Minio bucket failed to copy, Please reduce your request

6/10/2020

I'm trying to mirror a minio bucket(70gb of images) to a local machine. while mirroring some images are skipped saying mc: <ERROR> Failed to copy {url}. Please reduce your request. Then that particular file is skipped. How can I mirror without skipping any file in the bucket ?

Minio is deployed in kubernetes as a statefulset of 4 nodes.

Minio version : RELEASE.2020-05-08T02-40-49Z

mirror command : ./mc mirror host/bucket backup/

-- Yasiru Dinuksha
gcloud
kubernetes
minio
storage

1 Answer

4/23/2021

I think this is because heavy copying to and from cluster and it was solved by resetting MinIO service.

-- Ali
Source: StackOverflow