[pve-devel] [PATCH pve-storage 08/10] qcow2: add external snapshot support
DERUMIER, Alexandre
alexandre.derumier at groupe-cyllene.com
Wed Jul 9 14:52:44 CEST 2025
> +sub get_snap_name {
>>should this be public?
I'll make it private
> +sub get_snap_volname {
>>should this be public?
> +
> +sub parse_snapname {
>>should this be public?
This two methods are used in volume_snapshot_info(), defined in plugin,
and use by lvmplugin too. (but the parsing is different in lvm plugin,
so the parse_snapname && get_snap_volname need to be public)
More information about the pve-devel
mailing list