'inode'에 해당되는 글 1건

  1. 2014.05.13 NetAPP Maxfiles(inode) 증가시키기 1
카테고리 없음2014. 5. 13. 11:12


INCREASING MAXIMUM NUMBER OF FILES ON A NETAPP FLEXVOL

Use the “maxfiles” command to both query and increase the number of inodes in a FlexVol:

toaster> maxfiles svault01
Volume svault01: maximum number of files is currently 31876689 (30927298 used).
toaster> maxfiles svault01 40000000

Note that an increased maxfiles value can never be decreased, and increases in maxfiles has capacity and other implications. In ONTAP’s words:

Increasing the maximum number of files consumes disk space, and the number can never be decreased. Configuring a large number of inodes can also result in less available memory after an upgrade, which means you might not be able to run WAFL_check.


inode 수를 증가시킨후 또한 WAFL_check을 실행하지 못할 수 있으며, 업그레이드 후 Low 메모리가 발생할 수 있습니다.


* inode 수 증가 고려사항

Considerations for changing the maximum number of files allowed on a FlexVol volume

FlexVol volumes have a maximum number of files that they can contain. You can change the maximum number of files for a volume, but before doing so you should understand how this change affects the volume.

The number of files a volume can contain is determined by how many inodes it has. An inode is a data structure that contains information about files. Volumes have both private and public inodes. Public inodes are used for files that are visible to the user; private inodes are used for files that are used internally by Data ONTAP. You can change only the maximum number of public inodes for a volume. You cannot affect the number of private inodes.

Data ONTAP automatically sets the maximum number of public inodes for a newly created volume based on the size of the volume: 1 inode per 32 KB of volume size. When the size of a volume is increased, either directly by an administrator or automatically by Data ONTAP through the autosize feature, Data ONTAP also increases (if necessary) the maximum number of public inodes so there is at least 1 inode per 32 KB of volume size, until the volume reaches approximately 1 TB in size. Growing the volume greater than 1 TB in size does not automatically result in more inodes, because Data ONTAP does not automatically create more than 33,554,409 inodes. If you need more files than the default number for any size volume, you can use the volume modify command to increase the maximum number of inodes for the volume.

You can also decrease the maximum number of public inodes. This does not change the amount of space currently allocated to inodes, but it does lower the maximum amount of space the public inode file can consume. However, after space has been allocated for inodes, it is never returned to the volume. Therefore, lowering the maximum number of inodes below the number of inodes currently allocated does not return the space used by the allocated but unused inodes to the volume.


Posted by 영혼도둑