Hi,
from the below output if you see i have created the vol called vol_test with size of 20MB.. After that i have increased to +2028M which is total vol size is 2048M. After i increased to 2048M could see the difference in total capacity & available capacity as total capacity showing 2GB where available capacity showing 1GB.
I wanted to know why the available capacity is not taken with full amount of 2GB.?
netapptest> vol create vol_test -s volume aggr_test 20m
Creation of volume 'vol_test' with size 20m on containing aggregate
'aggr_test' has completed.
netapptest> vol status
Volume State Status Options
vol0 online raid_dp, flex root
64-bit
vol_test online raid4, flex
64-bit
netapptest> snap reserve vol_test 0
netapptest> df -h
Filesystem total used avail capacity Mounted on
/vol/vol0/ 851MB 274MB 577MB 32% /vol/vol0/
/vol/vol0/.snapshot 0MB 76MB 0MB ---% /vol/vol0/.snapshot
/vol/vol_test/ 20MB 104KB 19MB 1% /vol/vol_test/
/vol/vol_test/.snapshot 0TB 0TB 0TB ---% /vol/vol_test/.snapshot
netapptest>
netapptest>
netapptest> vol size vol_test +2028m
vol size: Flexible volume 'vol_test' size set to 2048m.
netapptest> df -g
Filesystem total used avail capacity Mounted on
/vol/vol0/ 0GB 0GB 0GB 32% /vol/vol0/
/vol/vol0/.snapshot 0GB 0GB 0GB ---% /vol/vol0/.snapshot
/vol/vol_test/ 2GB 0GB 1GB 0% /vol/vol_test/
/vol/vol_test/.snapshot 0GB 0GB 0GB ---% /vol/vol_test/.snapshot
netapptest>
Regards,
SEENIKANNAN