使用配额报告确定哪些配额将限制对特定文件的写入
可使用 volume quota report 命令和特定文件路径确定哪些配额限制将影响文件的写操作。这可帮助您了解哪个配额在阻止写操作。
可将 volume quota report 命令与 -path 参数配合使用。
有关显示影响特定文件的配额的示例
以下示例显示用于确定哪些配额影响对 FlexVol 卷 vol2 中 Qtree q1 内的文件 file1 的写入的命令和输出:
cluster1:> volume quota report -vserver vs0 -volume vol2 -path /vol/vol2/q1/file1
Virtual Server: vs0
----Disk---- ----Files----- Quota
Volume Tree Type ID Used Limit Used Limit Specifier
------- -------- ------ ------- ----- ----- ------ ------ ---------
vol2 q1 tree jsmith 1MB 100MB 2 10000 q1
vol2 q1 group eng 1MB 700MB 2 70000
vol2 group eng 1MB 700MB 6 70000 *
vol2 user corp\jsmith
1MB 50MB 1 - *
vol2 q1 user corp\jsmith
1MB 50MB 1 -
5 entries were displayed.
提供反馈