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

The file was deleted after reaching its lifecycle expiration, but the inode still remains.

adababys opened this issue · comments

NOTE

delete-file-but-not-inode
I have 40 buckets, each with a lifecycle set to expire in 1 day. Each bucket uploads 1.6 million 150K files every day. After a while, the inodes are exhausted. I have observed that the files have been successfully deleted due to the lifecycle policy, but the inodes have not been reclaimed.

Expected Behavior

I believe that when a file is deleted, all inodes associated with the file should be removed and reclaimed.

Current Behavior

inodes are exhausted.

  • Version used (minio --version): 2022-08-22
  • Server setup and configuration: 3 nodes with 8 disks each
  • Operating System and version (uname -a):

MinIO does not manage inodes; your filesystem does. For performance related questions look into our subscriptions.

No need to open an issue. You already [https://github.com//discussions/19630](opened a discussion).