Merge pull request #3821 from fuweid/cherry-pick-3819-1.2

[release/1.2] snapshots: return error if readSnapshot fails
This commit is contained in:
Michael Crosby
2019-11-12 11:24:04 -05:00
committed by GitHub

View File

@@ -297,7 +297,7 @@ func Remove(ctx context.Context, key string) (string, snapshots.Kind, error) {
}
if err := readSnapshot(sbkt, &id, &si); err != nil {
errors.Wrapf(err, "failed to read snapshot %s", key)
return errors.Wrapf(err, "failed to read snapshot %s", key)
}
if pbkt != nil {