You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add retries for removing datavol mountpoint if busy
There are some corner cases, like [1], when unmounting our (encrypted or not)
data volume succeeds but the subsequent mount remove task fails;
presumably this is a strange race condition due to the speed of
execution between the two tasks.
Make mount remove task more resilient but adding retries if it fails.
Closeselastic#47
Relates elastic#48
[1] https://groups.google.com/a/elastic.co/d/msg/build-elasticsearch/nK8N3QQlpxI/1eE3WZBcAQAJ
0 commit comments