etcd-cluster-operator icon indicating copy to clipboard operation
etcd-cluster-operator copied to clipboard

Investigate behaviour on partial backup upload

Open adamhosier opened this issue 6 years ago • 0 comments

The behaviour of failed backup uploading is currently undefined - some backends may leave partial backups around, which the operator will detect as a complete backup and will not retry.

We could checksum the file in the destination rather than simply checking for its existence, but that would involve downloading the entire backup whenever we check if it exists.

We'd like to have defined behaviour for this corner case which is consistent between all storage destinations.

adamhosier avatar Nov 28 '19 09:11 adamhosier