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

Filter SDs based on the user permission for snapshot memory disk #494

Merged
merged 1 commit into from
Jun 28, 2022

Commits on Jun 28, 2022

  1. core: permissive memory snapshot disk

    When creating memory disk for live VM snapshot, the engine selects the
    storage domain to use. The engine might select a storage domain that the
    current user doesn't have permission on. This will fail to add the
    memory disk and the snapshot operation will fail.
    With this patch, the storage domains will be also filtered based on the
    user permission.
    
    Change-Id: Id1a1c529dde795628f214c0c9d9a28efac89eec0
    Bug-Url: https://bugzilla.redhat.com/1565183
    Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
    liranr23 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3592650 View commit details
    Browse the repository at this point in the history