Comment 7 for bug 1371677

Revision history for this message
Matt Riedemann (mriedem) wrote :

So the volume is deleted within milliseconds of when the update_available_resource periodic task runs. We run that task every minute. We hit the failure and dump a stack trace in the logs.

As a partial bug fix we could catch the ProcessExecutionError and check the stderr for "No such device or address" and just log that as an info message. That would reduce the thousands of traces in the normal gate runs for an expected teardown issue.