The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

Ansible playbook error - 'Resource temporarily unavailable'

STORAGESERVICE
5,516 Views

Hi,

 

I am trying out some of the examples on netapp.io site, namely creating a NetApp Volume, and I get the following error message:

...

"msg": "Error fetching volume AnsibleTestVolume : NetApp API failed. Reason - URL error:URLError(error(11, 'Resource temporarily unavailable')

 

Any ideas on what I am doing wrong?

 

1 ACCEPTED SOLUTION

STORAGESERVICE
5,195 Views

Hi Team,

Thank you for the feed-back. In the meantime we were able to solve the problem. We had for this particular case no ssh connection to the target. After the connect problem was fixed, the playbook ran without problem.

 

BR

 

View solution in original post

3 REPLIES 3

ttran
5,369 Views

Hi Storageservice,

 

Unfortunately the "Resource temporarily unavailable" is a generic error message, but it is commonly caused by a connection issue. You can modify the ansible.cfg file to the following to output more context around the "resource temporarily unavailable" error.

 

[DEFAULTS]

stdout_callback = debug

 

 

Regards,

 

Team NetApp

Team NetApp

Mjizzini
5,210 Views

Hello  STORAGESERVICE,

 

Are you still having issues with creating volumes? Were you able to check what @ttran have recommended you to check?

 

STORAGESERVICE
5,196 Views

Hi Team,

Thank you for the feed-back. In the meantime we were able to solve the problem. We had for this particular case no ssh connection to the target. After the connect problem was fixed, the playbook ran without problem.

 

BR

 

Public