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

incusd/storage/zfs: Fix refresh of VM volumes #517

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Commits on Feb 22, 2024

  1. incusd/storage/zfs: Fix refresh of VM volumes

    The ZFS logic has most of its functions call themselves with the
    filesystem datset after processing the block volume for virtual
    machines.
    
    This is usually correct, but in the case of receiving a refresh stream,
    we specifically want to handle the snapshot rollback separately for both
    volumes.
    
    Closes lxc#457
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2fc95eb View commit details
    Browse the repository at this point in the history