Files
apfstests/tests/overlay
Chandan Rajendra fa50d81aa7 overlay: Test hardlink breakage on non-samefs setup
This commit adds a test to check hardlink breakage when the
overlayfs instance is composed of two different underlying
filesystem instances.

For example,
$ mount -t xfs /dev/loop0 /mnt/test
$ mount -t xfs /dev/loop1 /mnt/scratch
$ mkdir /mnt/scratch/upper
$ mkdir /mnt/scratch/work
$ mount -t overlay overlay -o lowerdir=/mnt/test \
        -o upperdir=/mnt/scratch/upper \
        -o workdir=/mnt/scratch/work /mnt/merge

Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
2017-11-20 15:46:40 +08:00
..
2016-05-09 10:55:44 +10:00
2017-02-04 14:16:43 +08:00
2016-06-23 20:18:29 +08:00
2016-06-23 20:18:32 +08:00
2016-07-31 10:37:08 +08:00
2017-05-01 14:08:03 +08:00
2017-11-20 15:45:47 +08:00
2017-01-17 11:21:54 +08:00
2017-02-23 18:40:57 +08:00
2017-09-04 15:40:52 +08:00
2017-09-17 22:24:28 +08:00
2017-09-17 22:24:28 +08:00
2017-09-17 22:24:28 +08:00