Windows OSに反映されるクォータディスク制限サイズが正しくない
環境
問題
- 変更前(クォータディスクの制限サイズがボリュームサイズより小さい):
lccls9111001::> vol show -volume vol1
Vserver Volume Aggregate State Type Size Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
svm9111001
vol1 aggr1 online RW 200MB 164.8MB 13%
lccls9111001::> quota report
Vserver: svm9111001
----Disk---- ----Files----- Quota
Volume Tree Type ID Used Limit Used Limit Specifier
------- -------- ------ ------- ----- ----- ------ ------ ---------
vol1 q1 tree 1
20.12MB 100MB 10 420 q1
- 変更後 (クォータディスクの制限サイズがボリュームサイズよりも大きくなるように変更されます) :
lccls9111001::> quota policy rule show
Vserver: svm9111001 Policy: default Volume: vol1
Soft Soft
User Disk Disk Files Files
Type Target Qtree Mapping Limit Limit Limit Limit Threshold
----- -------- ------- ------- -------- ------- ------ ------- ---------
tree q1 "" - 100MB - - - -
lccls9111001::> quota policy rule modify -vserver svm9111001 -policy-name default -volume vol1 -type tree -target q1 -qtree ""-disk-limit 400M
lccls9111001::> quota resize -volume vol1
[Job 1537] Job is queued: "quota resize" performed for quota policy "default" on volume "vol1" in Vserver "svm9111001".
lccls9111001::> quota report
Vserver: svm9111001
----Disk---- ----Files----- Quota
Volume Tree Type ID Used Limit Used Limit Specifier
------- -------- ------ ------- ----- ----- ------ ------ ---------
vol1 q1 tree 1
20.12MB 400MB 10 420 q1