命令失败:无法在ONTAP 中为卷设置卷属性"files"
适用场景
- ONTAP 9
- 索引节点计数
问题描述
尝试将索引节点编号更改为特定编号时、可能会出现以下错误消息。
示例:
cluster::> df -i
Filesystem iused ifree %iused Mounted on Vserver
/vol/Share01/ 2027 21249099 0% /Share01 svm_01
cluster::> vol show
Vserver Volume Aggregate State Type Size Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
svm_01 Share01 aggr1 online RW 100GB 94.85GB 0%
cluster::> vol modify -volume Share01 -files 42502252
Error: command failed: Unable to set volume attribute "files" for volume "Share01" on Vserver "svm_01". Reason: The value you entered(42502252) is invalid; maximum inode count cannot exceed 24903679.
Cannot support more than one inode per 4 KB of disk space.