iplaybit
  • 首页
  • 系统运维
  • IT新闻
  • 科技新闻
  • 关于我们
  1. 首页
  2. 系统运维
  3. 正文

NetApp Filer: maxdirsize

2020年02月17日 1678点热度 2人点赞 0条评论

系统中有一个目录写不进去新的文件,遇到的错误信息如下:

touch spimetricsData_qa-sobeuser-a01_2010090205.txt
touch: cannot touch `spimetricsData_qa-sobeuser-a01_2010090205.txt': File too large

 

查了一下,磁盘空间还很充裕,inode也没有被消耗完。
整个目录有18万多个文件,而整个目录占用空间21M。

ls | wc -l
186721
ls -lh
total 23M
drwxrwxrwx 2 opscoder ops 2.0M Sep 2 19:10 itm/
drwxrwxrwx 2 opscoder ops 21M Sep 2 19:24 was/

 

这个目录是从netapp filer 上通过NFS mount 上来的。
通过查看netapp filer 上的设置,发现有一个告警

[filer01b: wafl.dir.size.max:warning]: Directory /vol /tooldata01/qt01/queue/was/ reached the maxdirsize limit. Reduce the number of files or use the vol options command to increase this limit.

 

通过重设置下面的参数解决:

vol options /vol/tooldata01                                           #check the current value

vol options /vol/tooldata01 maxdirsize 167608            #set the maxdirsize

vol options /vol/tooldata01                                           #check the set have successful

 

标签: inode netapp 存储
最后更新:2020年02月21日

iplaybit

点赞
< 上一篇
下一篇 >

文章评论

取消回复

最新 热点 随机
最新 热点 随机
GlusterFS Self-Heal是如何工作的? linux文件系统中的“锁” NFS锁相关的问题 nfs服务固定端口和常见问题处理 Steam内存测试工具 SPDK详解
Linux统计某文件夹下文件、文件夹的个数 AMD CTO谈Zen4/Zen5:12-18个月升级一代 IPC性能至少提升7% 直接使用块设备安装Oracle 11gR2 RAC Docker的基本命令 NETAPP存储开关机顺序与log收集方法 oracle 绑定变量
一起来了解为双屏设备而生的Windows 10X系统
标签聚合
netapp 存储 数据库 3par intel redo windows linux hp AMD 文件系统 oracle 操作系统 san cpu docker

COPYRIGHT © 2020 iplaybit. ALL RIGHTS RESERVED.

京ICP备18020432号-1