0

My understanding of the Lustre file system is that every file uses one inode on a metadata target (MDT), and then one inode per stripe on the object storage targets (OSTs). My question is, which of these numbers counts towards my file number (inode) quota? If I have 1000 files, each with (for example) four stripes, what will the output of the files be for lfs quota?

Evan
  • 101
  • 4

1 Answers1

0

This appears not to be the case. I ran a test by creating a striped file and deleting it; my inode count only changed by 1.

Evan
  • 101
  • 4