Skip to content

Commit

Permalink
Stop snapshot retry (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Ambika Nair <[email protected]>
  • Loading branch information
ambiknai authored Jun 20, 2023
1 parent 3807ca2 commit 3680a56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions block/provider/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ var skipErrorCodes = map[string]bool{
SnapshotNotFound: true,
"snapshots_not_authorized": true,
SnapshotIDNotFound: true,
"snapshots_source_volume_not_found": true,
"snapshots_source_volume_not_attached": true,

// IKS ms error code for skip re-try
"ST0008": true, //resources not found
Expand Down

0 comments on commit 3680a56

Please sign in to comment.