- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posting on behalf of a customer..
Per instruction in the document (https://library.netapp.com/ecmdocs/ECMLP2862544/html/index.html#/storage/quota_rule_modify), a `return_timeout` can be specified for asynchronous options where ONTAP waits that length of time to see if the job completes. This seems not to work for us. We always get an immediate response with a job id instead of waiting. Could you please help check and advice if we are doing as expected?
Sample:
Kwargs = {"space": {"hard_limit": '1073741824'}}
Call = http_request('patch', api, kwargs)
We will get response:
{u'job': {u'_links': {u'self': {u'href': u'/api/cluster/jobs/49fcfe2c-7c00-11eb-93cf-00a0989bbd8f'}}, u'uuid': u'49fcfe2c-7c00-11eb-93cf-00a0989bbd8f'}}