I was working with ansible to create tree quotas on ONTAP 9.10. The quota rule is created as expected, but additionally I get a rule for target "". This never happend with ZAPI or via CLI. Is this a bug or intended behaviour?
curl -X POST https://clustername/api/storage/quota/rules -d '{"svm.name": "svm1", "volume.name": "vol1", "type": "tree", "qtree.name": "qtree4", "space.hard_limit": "1073741824"}'
`quota policy rule show
Soft Soft
User Disk Disk Files Files
Type Target Qtree Mapping Limit Limit Limit Limit Threshold
tree "" "" - - - - - -
tree qtree1
"" - 1GB - - - -`