Closed vcmirko closed 10 months ago
This looks like a bug. ndmp.allowed
is a 9.10+ feature so we should be giving a warning that about that before hitting create.
I have DEVOPS-6486 open for this.
It looks like this was fixed in 22.8.0 https://github.com/ansible-collections/netapp.ontap#2280
na_ontap_svm - fix REST version warning for ndmp under services.
Yep this was fixed in 22.8.0
Summary
When I try to make a new svm in LOD RT11032278, it fails with:
Error in create: calling: svm/svms: got {''message'': ''Unexpected argument "ndmp".'', ''code'': ''262179'', ''target'': ''ndmp.allowed''}.'
The lab is a customer lab, built for demo's with ansible. However, creating an svm on the cluster at hand fails with this error
Component Name
na_ontap_svm
Ansible Version
ONTAP Collection Version
ONTAP Version
Playbook
Steps to Reproduce
Expected Results
I expected my svm to be created
Actual Results