#Create Cluster Fails 9.16.1 with job reported error: Timeout error: Process still running

1 messages · Page 1 of 1 (latest)

golden vapor
#

increasing the time out does not fix the issue. Checking the API on the cluster shows the cluster create completed in around 3 minutes, well below the timeout value set. The hardware is an AFF30

<localhost> ESTABLISH LOCAL CONNECTION FOR USER: 1000
<localhost> EXEC /bin/sh -c 'echo ~1000 && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "echo /runner/.ansible/tmp"&& mkdir "echo /runner/.ansible/tmp/ansible-tmp-1743594680.267461-114-244816697920844" && echo ansible-tmp-1743594680.267461-114-244816697920844="echo /runner/.ansible/tmp/ansible-tmp-1743594680.267461-114-244816697920844" ) && sleep 0'
Using module file /runner/requirements_collections/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cluster.py
<localhost> PUT /runner/.ansible/tmp/ansible-local-168uuu1n0_/tmpjb3p90mn TO /runner/.ansible/tmp/ansible-tmp-1743594680.267461-114-244816697920844/AnsiballZ_na_ontap_cluster.py
<localhost> EXEC /bin/sh -c 'chmod u+x /runner/.ansible/tmp/ansible-tmp-1743594680.267461-114-244816697920844/ /runner/.ansible/tmp/ansible-tmp-1743594680.267461-114-244816697920844/AnsiballZ_na_ontap_cluster.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/bin/python3.11 /runner/.ansible/tmp/ansible-tmp-1743594680.267461-114-244816697920844/AnsiballZ_na_ontap_cluster.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /runner/.ansible/tmp/ansible-tmp-1743594680.267461-114-244816697920844/ > /dev/null 2>&1 && sleep 0'

character limit

#

{
"exception": "NoneType: None\n",
"msg": "Error creating cluster REMOVED: job reported error: Timeout error: Process still running, received {'job': {'uuid': 'cedbb237-0fb8-11f0-bcfd-d039ea5cfb2d', '_links': {'self': {'href': '/api/cluster/jobs/cedbb237-0fb8-11f0-bcfd-d039ea5cfb2d'}}}}.",
"invocation": {
"module_args": {
"username": "admin",
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"https": true,
"validate_certs": false,
"state": "present",
"cluster_name": "REMOVED",
"hostname": "REMOVED",
"time_out": 960,
"use_rest": "auto",
"force": false,
"http_port": null,
"ontapi": null,
"feature_flags": null,
"cert_filepath": null,
"key_filepath": null,
"force_ontap_version": null,
"cluster_ip_address": null,
"cluster_location": null,
"cluster_contact": null,
"certificate": null,
"single_node_cluster": null,
"node_name": null,
"timezone": null
}
},
"_ansible_no_log": null,
"changed": false
}