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
I'm copying (using syncoid) a zfs dataset from a laptop (running debian sid with zfs-2.1.1) to my proxmox box. Syncoid parameters:
$ /usr/sbin/syncoid --sendoptions=w zpool/home target:rpool/backups
this dataset is encrypted with a passphrase, using aes-256-gcm.
Unlocking the dataset on the target works: 1 / 1 key(s) successfully loaded
1 / 1 key(s) successfully loaded
but mounting the dataset returns 'I/O error'.
# zfs mount rpool/backup cannot mount 'rpool/backup': Input/output error
Uncertain
None?
The text was updated successfully, but these errors were encountered:
This seems to align with #12594 .
errors: Permanent errors have been detected in the following files: rpool/backups:<0x0> rpool/backups2:<0x0>
Sorry, something went wrong.
Since this is actually issue #13067 , i'm closing this duplicate. PR: #13074
No branches or pull requests
System information
Describe the problem you're observing
I'm copying (using syncoid) a zfs dataset from a laptop (running debian sid with zfs-2.1.1) to my proxmox box.
Syncoid parameters:
this dataset is encrypted with a passphrase, using aes-256-gcm.
Unlocking the dataset on the target works:
1 / 1 key(s) successfully loaded
but mounting the dataset returns 'I/O error'.
Describe how to reproduce the problem
Uncertain
Include any warning/errors/backtraces from the system logs
None?
The text was updated successfully, but these errors were encountered: