Bug #15295
Updated by Peter Amstutz almost 6 years ago
This keep reference is invalid, but a-c-r validation doesn't catch it: <pre> keep:/ffffffffffffffffffffffffffffffff+999/ABC123.fastq.gz </pre> In addition, this is an invalid mount request, and the API server doesn't catch it either: <pre> "mounts": { "keep:/ffffffffffffffffffffffffffffffff+999": { ... } } </pre> As a result, the container gets stuck in a start-fail loop. Issue #11561 (included in Arvados 1.4) limits the number of retries, but earlier versions would loop forever.