メインコンテンツまでスキップ

許容されるinodeの最大数が指定した値よりも少し低くなっています

Views:
19
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core<a>2009194210</a>
Last Updated:

環境

ONTAP 9

問題

ボリュームの最大許容inode数は、指定した値(maxfiles)と同じか、または少し遅くなります。 
  • inodeの最大許容数は、指定した値(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

 

注:

  • iノードの許容最大数 df -i は、と iusedifreeの合計に等しい値です。
  • この場合 volume showdf -ivolume modify、との両方から許可されるinodeの最大数は、で指定した80000の値と同じです。 

 

  • inodeの最大許容数が指定した値よりも少し小さくなっています

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

 

注:

  • この場合、maxfilesは110,000に設定されます。
  • に示すinodeの最大許容数は volume show 109991で、これは指定した値よりも9少なくなっています。
  • に示すinodeの最大許容数 df -iは、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.

 

  • この記事は役に立ちましたか?