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

core: fail unmonitored backups #615

Merged
merged 2 commits into from
Aug 28, 2022
Merged

Commits on Aug 26, 2022

  1. core: fail unomonitored backups

    If the command monitoring a VM backup is no longer present in the
    command_entities table, it will be impossible to finalize the backup and
    it will be stuck in the finalizing phase.
    
    This patch checks periodically for backups that are active but are no
    longer monitored and fails them, notifying the user a cleanup may be
    required.
    
    Bug-Url: https://bugzilla.redhat.com/2107590
    Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
    bennyz committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    84d49ac View commit details
    Browse the repository at this point in the history
  2. Update backend/manager/modules/dal/src/main/resources/bundles/AuditLo…

    …gMessages.properties
    ahadas authored and bennyz committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d6f56b9 View commit details
    Browse the repository at this point in the history