Re: [pve-devel] [PATCH v3 pve-storage 2/3] lvmplugin: add qcow2 snapshot

2025-01-10 Thread DERUMIER, Alexandre via pve-devel
--- Begin Message --- >>one downside with this part in particular - we have to always >>allocate full-size LVs (+qcow2 overhead), even if most of them will >>end up storing just a single snapshot delta which might be a tiny >>part of that full-size.. hopefully if discard is working across the >>who

Re: [pve-devel] [PATCH v3 pve-storage 2/3] lvmplugin: add qcow2 snapshot

2025-01-09 Thread Fabian Grünbichler
one downside with this part in particular - we have to always allocate full-size LVs (+qcow2 overhead), even if most of them will end up storing just a single snapshot delta which might be a tiny part of that full-size.. hopefully if discard is working across the whole stack this doesn't actuall