Skip to main content
NetApp Knowledge Base

Maximum allowable inodes slightly lower than the specified value

Views:
691
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
CORE
Last Updated:

Applies to

ONTAP 9

Issue

The maximum allowable inodes on a volume could be equal to, or slightly slower than the specified value (maxfiles). 
  • Maximum allowable inodes equals to the specified value (maxfiles). 

cluster1::> volume modify -vserver svm1_cluster1 -volume vol_inode -files 80000
Volume modify successful on volume vol_inode of Vserver svm1_cluster1.

cluster1::> volume show -volume vol_inode -fields files
vserver       volume    files
------------- --------- -----
svm1_cluster1 vol_inode 80000

cluster1::> df -i vol_inode
Filesystem               iused      ifree  %iused  Mounted on                 Vserver
/vol/vol_inode/             96      79904      0%  ---                        svm1_cluster1

 

Notes:

  • Maximum allowable inodes from df -i equals to the sum of iused and ifree.
  • In this case, the maximum allowable inodes from both volume show and df -i are equal to the value of 80000 specified in volume modify

 

  • Maximum allowable inodes is slightly smaller than the specified value

cluster1::> volume modify -vserver svm1_cluster1 -volume vol_inode -files 110000
Volume modify successful on volume vol_inode of Vserver svm1_cluster1.

cluster1::> volume show -volume vol_inode -fields files
vserver       volume    files
------------- --------- ------
svm1_cluster1 vol_inode 109991

cluster1::> df -i vol_inode
Filesystem               iused      ifree  %iused  Mounted on                 Vserver
/vol/vol_inode/             96     109895      0%  ---                        svm1_cluster1

 

Notes:

  • Maxfiles is set to 110,000 in this case.
  • Maximum allowable inodes shown in volume show is 109991, which is 9 less than the specified value.
  • Maximum allowable inodes shown in df -i is also 96 + 109895 = 109991. 

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.