Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Disk Manager] fix delete image idempotency: do not schedule retire base disks if image was not found in database #2497

Merged
merged 10 commits into from
Nov 28, 2024

Commits on Nov 26, 2024

  1. [Disk Manager] fix delete image idempotency: do not schedule retire b…

    …ase disks if image was not found in database
    gy2411 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    57ae43b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb64a50 View commit details
    Browse the repository at this point in the history
  3. [Disk Manager] return nil imageMeta when delete image if there is no …

    …image in database; use ImageIDIsNotAcceptedError when create/delete image
    gy2411 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d97528c View commit details
    Browse the repository at this point in the history
  4. [Disk Manager] fixes

    gy2411 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fb1a094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ada3654 View commit details
    Browse the repository at this point in the history
  6. [Disk Manager] fixes

    gy2411 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    be9432f View commit details
    Browse the repository at this point in the history
  7. [Disk Manager] do not use ImageIDIsNotAcceptedError when create/delet…

    …e image; instead return non cancellable error for snapshot/image creation/deletion
    gy2411 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fabc201 View commit details
    Browse the repository at this point in the history
  8. [Disk Manager] fix

    gy2411 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d0acc14 View commit details
    Browse the repository at this point in the history
  9. [Disk Manager] return imageMeta/snapshotMeta by value in createImage/…

    …deleteImage methods of resources storage
    gy2411 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    37a847d View commit details
    Browse the repository at this point in the history
  10. [Disk Manager] fix

    gy2411 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b66e1d7 View commit details
    Browse the repository at this point in the history