The client company is using chunk set to 0x160000, but since there are many files accumulating in a specific subdirectory,
when write fails, the directory is recreated after renaming with mv.
HNAS-CLI$> max-dir-size max num total chunks: 0x1600000
As below, I can check whether the “IndexFull” error is recorded with the ‘nfs-errors’ command in HNAS, but I do not know the location of the target subdirectory.
HNAS-CLI$> nfs-errors /# indexfull checkCount Command Status FSBStatus
----- -------- -------------- -----------------------2156129 LOOKUP3 nfserr_acces FileSecurityCheckFailed829540 CREATE3 nfserr_acces FileSecurityCheckFailed297279 CREATE3 nfserr_nospc IndexFull
I wonder if there is a way to check the subdirectory when an indexfull event occurs in HNAS5300 or One file, and if so, what is the method?