modifyコマンドを実行してもデスティネーションボリュームサイズが変わらない
環境
- ONTAP 9.13.1
- SnapMmirrorデスティネーションボリューム
- SnapMirrorタイプはXDPです。
- ボリュームのオートサイズを有効にし、モードをgrow_shrinkにする
問題
cluster2::> vol show -volume vol1_sm -fields size,used,autosize-mode,max-autosize ,min-autosize ,autosize-grow-threshold-percent ,autosize-shrink-threshold-percent, type ,percent-used
vserver volume size used percent-used max-autosize min-autosize autosize-grow-threshold-percent autosize-shrink-threshold-percent autosize-mode type
------- ------- ------ ------- ------------ ------------ ------------ ------------------------------- --------------------------------- ------------- ----
svm4_sm vol1_sm 8.42GB 593.8MB 6% 10.10GB 8.42GB 98% 50% grow_shrink DP
cluster2::> vol modify -volume vol1_sm -size 11.579g
Volume modify successful on volume vol1_sm of Vserver svm4_sm.
Based on the new volume size, the system automatically adjusted the volume autosize settings as follows:
The volume is set to grow to a maximum of 13.89g when the volume-used space is above 98%.
The volume is set to shrink to a minimum of 11.58g when the volume-used space falls below 50%.
cluster2::> vol show -volume vol1_sm -fields size,used,autosize-mode,max-autosize ,min-autosize ,autosize-grow-threshold-percent ,autosize-shrink-threshold-percent, type ,percent-used
vserver volume size used percent-used max-autosize min-autosize autosize-grow-threshold-percent autosize-shrink-threshold-percent autosize-mode type
------- ------- ------ ------- ------------ ------------ ------------ ------------------------------- --------------------------------- ------------- ----
svm4_sm vol1_sm 8.42GB 593.8MB 6% 13.89GB 11.58GB 98% 50% grow_shrink DP