Closed justinsb closed 4 years ago
Actually @zetaab would you mind looking at this ... I think the retry loop might return an error when it times out, which isn't really what we want. The problem is that it isn't always possible to cancel a disk attachment (e.g. on AWS) so our best bet is to just keep waiting. I don't know if OpenStack has a better option that actually works!
Thanks!
This helps the retry logic work correctly.