コマンドが失敗しました:ONTAP でボリュームのボリューム属性「files」を設定できません
環境
- ONTAP 9
- inodeの数
問題
inode番号を特定の番号に変更しようとすると、次のエラーメッセージが表示されます。
例:
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.