CIFS 共享未提供数据,因为审核日志目标已满
适用场景
- ONTAP 9
- CIFS
- 审核
问题描述
- 可以访问CIFS共享、但不能打开/创建文件。
- EMS消息:
adtconsolidation: adt.dest.directory.full:EMERGENCY Audit destination directory "path" of Vserver "SVM" is full
adt.service.block:EMERGENCY
- 当审核目标目录客户端尝试创建文件/文件夹时、系统会报告类似以下内容的消息:
There is not enough space on "" The network path was not found
使用以下过程验证目标是否已满:
- 确定审核日志目标:
::> vserver audit show -vserver <vserver name> -fields destination
::> vserver object-store-server audit show -vserver <vserver_name> -fields destination
- 确定上述目标路径的卷和聚合:
::> vol show -fields junction-path,aggregate
- 检查卷和聚合上的空间使用量:
- 确定审核日志目标:
::> df -h <volume name>
::> aggr show-space -aggregate-name <aggregate name>