无法将卷大小增加到100TB以上
适用场景
- ONTAP 9.12.1P2及更高版本
- 支持大型卷的平台
问题描述
- 现有卷的总大小不能增加到100 TB以上:
::> volume size -vserver vserver1 -volume volume1 -new-size 150TB
vol size: Error setting size of volume "vserver1:volume1". Volume maximum autosize must be greater than or equal to the current volume size 150TB.
- 卷
autosize
选项不能增加到100 TB以上:
::> volume modify -vserver vserver1 -volume volume1 -max-autosize 150TB
Error: command failed: Volume maximum autosize must be smaller than or equal to the maximum volume size of 100TB.