[pve-devel] [PATCH manager stabe-8+master v4 15/15] pve8to9: add checkfs for RRD migration

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Jul 29 11:16:54 CEST 2025


Am 29.07.25 um 10:16 schrieb Lukas Wagner:
>> +            run_command(
>> +                ['find /var/lib/rrdcached/db -type f ! -name "*.foo"'],
> Shouldn't this be "*.old"?

I'd also think so, and it really should use a safer calling style, i.e.
actually pass the different arguments as separate arguments here already:

['find', '/var/lib/rrdcached/db', '-type', 'f', '!', '-name', '*.old'],






More information about the pve-devel mailing list