How to get block cloning to work between datasets? #18270
Unanswered
scaredmushroom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm now fiddling quite a while to get block cloning to work between datasets.
I consulted many similar issues and discussions, but I still can't get it to work.
This is an an encrypted pool. I derive multiple datasets from it.
My data pool:
Kernel module conf:
Dataset config diff (omitted personal or sensitive information):
If I do a
cp --reflink=auto …on the same dataset it works (shows in bclone statistics), but when I do it between them (I tested with freshly written data from /dev/random), it doesn't.When running
cp --debugI get:copy offload: yes, reflink: unsupported, sparse detection: noDoes anyone have a clue? :/
Versions:
zfs-2.3.5-1
zfs-kmod-2.3.5-1
kernel 6.12.74
Beta Was this translation helpful? Give feedback.
All reactions