Software Development Kit (SDK) and API Discussions

Ansible playbook error - 'Resource temporarily unavailable'

STORAGESERVICE
4,318 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
tahmad has accepted the solution

STORAGESERVICE
3,997 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
4,171 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
4,012 Views

Hello  STORAGESERVICE,

 

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

 

tahmad has accepted the solution

STORAGESERVICE
3,998 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