#na_ontap_svm

1 messages · Page 1 of 1 (latest)

tired pivot
#

I cannot figure out what the error is here. It worked when I was running 9.7 if the simulator, but it's not after upgrading to 9.11. Here's the error:

river flicker
#

The error is ```NetApp API failed. Reason - URL error:URLError(gaierror(-2, 'Name or service not known')

#

The issue may be that you have hostname: "{{ netapp_hostname }}" when you may have inyended hostname: "{{ item.netapp_hostname }}"

#

the name or service error indicates the hostname cannot be resolved. I'm curious to see what "{{ netapp_hostname }}" resolves to.