We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zroot
Trying to replicate zroot gives error about pbkdf iteration requirements not being met on FreeBSD 13.0-RELEASE-p5.
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
The text was updated successfully, but these errors were encountered:
Hi! Please, try -I keylocation,keyformat,pbkdf2iters. In linux with the last openzfs its work.
-I keylocation,keyformat,pbkdf2iters
Sorry, something went wrong.
Thanks @ndruba, I can confirm this works on
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: