尝试增加卷最大自动大小功能时的注意事项
适用场景
- ONTAP 9
- SnapMirror
- 扇出
- 级联
问题描述
- 即使源卷和目标卷的版本相同、现有卷的大小也不能增加到100 TB以上
netapp1-dst::> volume modify -vserver dst_SVM -volume dst_vol_name -max-autosize 120TB
Error: command failed: Volume maximum autosize must be smaller than or equal to the maximum volume size of 100TB.
- 修改卷
-is-large-size-enabled true
会导致出现"不允许"错误
netapp1-dst::> volume modify -vserver dst_SVM -volume dst_vol_name -is-large-size-enabled true
Error:command failed: Modification of the following fields: is-large-size-enabled not allowed for volumes of the type "Flexible volume - DP read-only volume".