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

Conversation

stgraber
Copy link
Member

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 #457

@stgraber
Copy link
Member Author

tip tests failing are normal, the fix for that is in #516

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants