[pve-devel] applied-series: [PATCH rrd-migration-tool/manager v2 0/2] RRD migration: only skip '.old' extension to better handle storage IDs containing a dot
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Aug 4 18:45:39 CEST 2025
Am 04.08.25 um 14:55 schrieb Fiona Ebner:
> Storage IDs may contain a dot, which would make the tool ignore data
> for them. This does not fix the issue completely, the final corner
> case with storages being called called 'something.old' remains.
>
> A warning for storages called '.old' is added to the pve8to9 checker
> script. If enough people really run into this issue with such
> storages, the migration script will be improved further after the
> release of PVE 9. For now, use a straight-forward stop-gap measure to
> avoid the fallout from not handling any storage ID with a dot.
>
> Changes in v2:
> * Less complicated stop-gap measure for now.
>
> rrd-migration-tool:
>
> Fiona Ebner (1):
> collect rrd files: only skip '.old' extension to better handle storage
> IDs containing a dot
>
> src/main.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> pve-manager:
>
> Fiona Ebner (1):
> pve8to9: rrd migration: mention storage RRD files for which automatic
> migration doesn't work
>
> PVE/CLI/pve8to9.pm | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
>
> Summary over all repositories:
> 2 files changed, 10 insertions(+), 2 deletions(-)
>
applied, thanks!
More information about the pve-devel
mailing list