mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
a2bfff4d6c
Test that sending and receiving snapshots across different filesystems
works for full and incremental send operations.
This used to fail before the linux kernel release 4.2. The linux kernel
commit that fixed this issue was the following:
37b8d27de5d0 ("Btrfs: use received_uuid of parent during send")
Cc: Josef Bacik <jbacik@fb.com>
Cc: Robin Ruede <rruede+git@gmail.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
15 lines
696 B
Plaintext
15 lines
696 B
Plaintext
QA output created by 110
|
|
wrote 32768/32768 bytes at offset 0
|
|
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
File digest in the first filesystem, first snapshot:
|
|
c28418534a020122aca59fd3ff9581b5 SCRATCH_MNT/snap1/foo
|
|
File digest in the second filesystem, first snapshot:
|
|
c28418534a020122aca59fd3ff9581b5 SCRATCH_MNT/snap1/foo
|
|
wrote 4096/4096 bytes at offset 4096
|
|
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
File digest in the second filesystem, second snapshot:
|
|
b93cf657bd4e3fa6f6a7f3d1142fd691 SCRATCH_MNT/snap2/foo
|
|
File digests in the third filesystem:
|
|
c28418534a020122aca59fd3ff9581b5 SCRATCH_MNT/snap1/foo
|
|
b93cf657bd4e3fa6f6a7f3d1142fd691 SCRATCH_MNT/snap2/foo
|