Open MacLemon opened 2 years ago
Trying to replicate zroot gives error about pbkdf iteration requirements not being met on FreeBSD 13.0-RELEASE-p5.
zroot
Invoke like this:
/usr/local/sbin/zxfer -dFkPv -g 375 -R zroot backups/zroot
Should start replicating existing snapshots.
Errors out:
Creating destination filesystem "backups/zroot" with specified properties. cannot create 'backups/zroot': minimum pbkdf2 iterations is 100000 Error when creating destination filesystem.
This has worked at some time on 12.1 if I recall correctly. Hasn't been working on 12.2 and 13.0.
Neither of the datasets are encrypted.
FreeBSD 12.2-RELEASE-p* FreeBSD 13.0-RELEASE-p5 zxfer 1.1.7 with the readonly properties patched as described in Bug 253418 - sysutils/zxfer: 'objsetid' is readonly
Hi! Please, try -I keylocation,keyformat,pbkdf2iters. In linux with the last openzfs its work.
-I keylocation,keyformat,pbkdf2iters
Thanks @ndruba, I can confirm this works on
Summary:
Trying to replicate
zroot
gives error about pbkdf iteration requirements not being met on FreeBSD 13.0-RELEASE-p5.Steps to Reproduce:
Invoke like this:
Expected Results:
Should start replicating existing snapshots.
Actual Results:
Errors out:
Regression:
This has worked at some time on 12.1 if I recall correctly. Hasn't been working on 12.2 and 13.0.
Notes:
Neither of the datasets are encrypted.
Version Information:
FreeBSD 12.2-RELEASE-p* FreeBSD 13.0-RELEASE-p5 zxfer 1.1.7 with the readonly properties patched as described in Bug 253418 - sysutils/zxfer: 'objsetid' is readonly