-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Disk Manager] fix delete image idempotency: do not schedule retire b…
…ase disks if image was not found in database (#2497) * [Disk Manager] fix delete image idempotency: do not schedule retire base disks if image was not found in database * [Disk Manager] add image deletion idempotency check in image service tests * [Disk Manager] return nil imageMeta when delete image if there is no image in database; use ImageIDIsNotAcceptedError when create/delete image * [Disk Manager] fixes * [Disk Manager] fix test on deletion of non-existing image * [Disk Manager] fixes * [Disk Manager] do not use ImageIDIsNotAcceptedError when create/delete image; instead return non cancellable error for snapshot/image creation/deletion * [Disk Manager] fix * [Disk Manager] return imageMeta/snapshotMeta by value in createImage/deleteImage methods of resources storage * [Disk Manager] fix
- Loading branch information
Showing
14 changed files
with
131 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.