Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75
- In reply to: Mark Millard : "Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Apr 2023 17:43:27 UTC
[Just a resend to fix a typo in the CC.] From: Cy Schubert <Cy.Schubert_at_cschubert.com> wrote on Date: Wed, 12 Apr 2023 16:54:59 UTC : > . . . > > You need to copy from/to the same dataset to reproduce the problem. Copying from a source dataset to a different dataset will avoid block_cloning. https://openzfs.github.io/openzfs-docs/man/7/zpool-features.7.html reports: QUOTE block_cloning . . . . . . Blocks can be cloned across datasets under some conditions (like disabled encryption and equal recordsize). This feature becomes active when first block is cloned. When the last cloned block is freed, it goes back to the enabled state. END QUOTE I've no clue if that is/will--be different for FreeBSD for some reason. === Mark Millard marklmi at yahoo.com