Files
apfstests/tests/overlay/047.out
T
Amir Goldstein 77847f3e44 overlay: regression test for hardlink breakage after unlink and mount cycle
- file A and B are hardlinked in lower
- modify A to trigger copy up and index lower
- unlink A and mount cycle
- check that B still contains the modified data

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
2017-12-01 16:51:00 +08:00

17 lines
182 B
Plaintext

QA output created by 047
== Before copy up ==
zero
== After write one ==
zero
one
== After unlink one ==
zero
one
== After mount cycle ==
zero
one
== After write two ==
zero
one
two