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

lvm2 pool: Export immutable snapshot of volume #461

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 24, 2022

  1. lvm2 pool: Export immutable snapshot of volume

    Volumes returned by `export()` must be immutable, since otherwise the
    backup will be inconsistent.  Ensure this by exporting a snapshot of the
    volume, no the volume itself.
    
    Fixes QubesOS/qubes-issues#7198.
    DemiMarie committed May 24, 2022
    Configuration menu
    Copy the full SHA
    b5dd800 View commit details
    Browse the repository at this point in the history
  2. Remove a redundant cache invalidation

    There is no need to invalidate a cache if nothing will access it before
    it is invalidated again.
    DemiMarie committed May 24, 2022
    Configuration menu
    Copy the full SHA
    3f327c6 View commit details
    Browse the repository at this point in the history
  3. Remove the 'activate' command

    It isn't used anymore.
    DemiMarie committed May 24, 2022
    Configuration menu
    Copy the full SHA
    5eb6240 View commit details
    Browse the repository at this point in the history