minio / minio

The Object Store for AI Data Infrastructure

Home Page:https://min.io/download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minio downloads files occasionally waiting for response

stefanxfy opened this issue · comments

Expected Behavior

1、wget waiting response

fc9a99c9022435dfce7393ffe0d5f09d

2、ls -l ,Stuck and unresponsive
7e62fc4f0c4326c70fc5d45296f16674

3、There are a large number of nfs refresh inode events
trace-cmd
企业微信截图_44b163a4-9c95-4de7-8646-93655a768a7f

Guessing a large number of NFS refresh inode events, causing Minio to download files normally and become unresponsive, but why are there a large number of NFS refresh inode events? I don't know yet

Does Minio regularly scan the bucket directory? Is there any change in the bucket, such as file expiration?

Is it related to Minio's object lifecycle management? We use mini, and a bucket can store tens or even hundreds of terabytes of files. If we regularly scan the bucket directory, will the scanning behavior affect the normal download function due to the large number of files stored in the bucket.

Please help analyze the reason and how to solve this problem

NFS is not a recommended backend. Use xfs.

We can't help you debugging nfs issues.

Why is NFS not recommended for use

NFS is not a recommended backend. Use xfs.

We can't help you debugging nfs issues.