mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs: test that send can issue clone operations within the same file
Verify that both full and incremental send operations can issue clone operations when a file has extents that are shared with itself (at different offsets of course). This currently fails on btrfs but is addressed by a patch for the kernel titled: "Btrfs: send, allow clone operations within the same file" Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
QA output created by 200
|
||||
wrote 65536/65536 bytes at offset 0
|
||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
linked 65536/65536 bytes at offset 65536
|
||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
wrote 65536/65536 bytes at offset 0
|
||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
Create a readonly snapshot of 'SCRATCH_MNT' in 'SCRATCH_MNT/base'
|
||||
At subvol SCRATCH_MNT/base
|
||||
linked 65536/65536 bytes at offset 65536
|
||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
Create a readonly snapshot of 'SCRATCH_MNT' in 'SCRATCH_MNT/incr'
|
||||
At subvol SCRATCH_MNT/incr
|
||||
At subvol base
|
||||
At snapshot incr
|
||||
OK
|
||||
OK
|
||||
Reference in New Issue
Block a user