Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix block cloning between unencrypted and encrypted datasets
When copying data to or from an encrypted dataset, block cloning should be used only when it is the same dataset. The current code checked only if the source was encrypted and the check should happen more early to avoid unnecessary operations. We may relax this condition in the future by supporting block cloning between encrypted datasets using the same key. Fixes #15464 Signed-off-by: Martin Matuska <[email protected]>
- Loading branch information