由于一个成分卷禁用了空间保证、FlexGroup调整大小失败
适用场景
- ONTAP 9
- FlexGroup 卷
问题描述
- 尝试调整FlexGroup卷大小时、调整大小操作会失败、并显示
Cannot grow volume whose space guarantee is disabled
错误。
- 在volume show输出中
"space-guarantee-enabled"
标志设置为false:
Cluster::> volume show -vserver <VSERVER> -is-constituent true -fields space-guarantee,space-guarantee-enabled
vserver volume space-guarantee-enabled space-guarantee
--------- --------------- ----------------------- ---------------
VSERVER Constituent__0001 true volume
VSERVER Constituent__0002 true volume
VSERVER Constituent__0003 true volume
VSERVER Constituent__0004 true volume
VSERVER Constituent__0005 true volume
VSERVER Constituent__0006 false volume
VSERVER Constituent__0007 true volume
VSERVER Constituent__0008 true volume
VSERVER Constituent__0009 true volume
VSERVER Constituent__0010 true volume
VSERVER Constituent__0011 true volume
VSERVER Constituent__0012 true volume
VSERVER Constituent__0013 true volume
VSERVER Constituent__0014 true volume
VSERVER Constituent__0015 true volume
VSERVER Constituent__0016 true volume
16 entries were displayed.