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

User Interface: Which option is for LVM thin volume snapshots? #65

Open
averyfreeman opened this issue Jun 2, 2024 · 0 comments
Open

Comments

@averyfreeman
Copy link

Hi,

appologies if you're not maintaining this software anymore -

Questions:

  1. I was just wondering if you meant "LVM" instead of "KVM" in the interface, for
    the drop-down menu to select which kind of drive,

    or if "EXT4" is the "LVM" option

    It's not really clear which one is for LVM, since none of the 3 listed
    in the dropdown are named 'LVM'

  2. Also, I saw in another one of your github issues where someone mentioned "EXT4"
    functionality has been removed. Is that true that "EXT4" no longer works,
    does that mean your GUI no longer tracks snapper's thin-LVM snapshots?

  3. Lastly, LVM thin snapshots work a little "backwards". When a snapshot is taken,
    the volume where the main filesystem resides - let's call it:
    /dev/mapper/vgroup-lvol
    The thin-lv identified by VG/LV = vgroup/lvol is what gets frozen from the
    snapshot, and becomes read-only.
    When we made the snapshot, let's say we called it vgroup/lvol-may31st-20h04m
    That dev (the mountable one) would be at /dev/mapper/vgroup-lvol-may31st-20h04m,
    but the mount point where /dev/mapper/vgroup-lvol will have been replaced by it.

    What I'm trying to say is, vgroup/lvol will stop changing and be read-only.
    IT is the "snapshot". vgroup/lvol-may31st-20h04m (which looks like a "snapshot")
    keeps growing after a snapshot is taken.

    I have tested this myself by creating snapshots and immediately making disk images
    from the vgroup/lvol mount point, because since it's read only, it doesn't change,
    and can be done while the system is live without problems.

    Anyway, I know that can be a little confusing, so I just wanted to let you know.

    Thanks for any info you'd like to give me, hope you're having a nice day
    -Avery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant