ONTAP のスパースファイルを含むボリュームの使用済みサイズが の df コマンドで正しく報告されません
環境
- ONTAP 9
- スペース計算
- Windowsスパースファイル
問題
Microsoft SQLデータベースなどのスパースファイルをホストするボリュームでは
volume show-space
、 volume show-footprint
df
コマンドとコマンドでは物理使用サイズが正しく報告されますが、コマンドでは報告されません。volume show-footprint
出力:
Volume : VOl1_HyV_SQL
Feature Used Used%
-------------------------------- ---------------- -----
Volume Data Footprint 4.25TB 7%
Flexible Volume Metadata 27.0GB 0%
Delayed Frees 359GB 1%
Total 4.63TB 8%
volume show-space
出力:
Volume : VOl1_HyV_SQL
Feature Used Used%
-------------------------------- ---------------- -----
User Data 56.5TB 94%
Filesystem Metadata 4.01GB 0%
Inodes 6.84MB 0%
Deduplication 4.00KB 0%
Quota Metafiles 20.0KB 0%
Total >>> 56.6TB <<< 94%
Total Physical Used 4.25TB 7%
Logical Used 61.9TB 103%
Logical Available 3.39TB 6%
df -h
出力:
Filesystem Total Size used avail capacity
/vol/VOl1_HyV_SQL/ 60.00t 56.61t 3.39t 94%