使用Ansv可 脚本创建CVO SVM导出策略失败
- Views:
- Visibility:
- Public
- Votes:
- 0
- Category:
- cloud-volumes-ontap-cvo
- Specialty:
- cloud<a>2009962711.</a>
- Last Updated:
适用场景
- BlueXP
- Cloud Volumes ONTAP (CVO)
- 可执行脚本
- ONTAP 9
问题描述
尝试使用Ansv可 脚本在Cloud Volumes ONTAP (CVO)上创建SVM策略时、出现错误、指出网络掩码屏蔽的地址字节不为零。
{ "name": "export-svm_XXXX", "svm": { "name": "svm_XXXX" }, "_cluster": "10.xx.xx.xx,10.xx.xx.xx", "rules": [ { "protocols": [ "any" ], "clients": [ { "match": "10.xx.xx.0/24" }, { "match": "10.xx.xx.0/21" } ], "ro_rule": [ "any" ], "rw_rule": [ "any" ], "superuser": [ "any" ], "index": 1 } ], "_failure": "Map(error -> {"code":"1704040","message":"Invalid clientmatch \"10.xx.xx.0/21\": address bytes masked out by netmask are non-zero"})" }