Merge pull request #3198 from briandowns/backport_3197_1.19

[Backport 1.19] - Resolve local retention issue when S3 in use.
pull/3208/head
Brian Downs 2021-04-14 13:42:19 -07:00 committed by GitHub
commit f761529953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -827,8 +827,6 @@ func (e *ETCD) Snapshot(ctx context.Context, config *config.Control) error {
return errors.Wrap(err, "failed to apply s3 snapshot retention")
}
}
return nil
}
// check if we need to perform a retention check