Skip to content
Snippets Groups Projects
Unverified Commit 205ea33b authored by Sascha Marcel Schmidt's avatar Sascha Marcel Schmidt
Browse files

"fix" race condition

parent c42397d7
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
- "heketi_storage_state.stdout|from_json|json_query(service_query)|length == 0"
- "heketi_storage_state.stdout|from_json|json_query(job_query)|length == 0"
register: "heketi_storage_result"
- debug: { var: "heketi_storage_result" }
- command: "kubectl get secrets,endpoints,services,jobs --output=json"
register: "heketi_storage_state"
- name: "Get state of heketi storage service, endpoint, secret and job."
......@@ -35,3 +34,5 @@
- "heketi_storage_state.stdout|from_json|json_query(job_query)|length == 1"
retries: 60
delay: 5
# looks like there is some race condition that leads to "Database file did not appear, exiting.", can't figure out where
- command: "sleep 10"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment