From: Amir Goldstein Date: Thu, 26 Apr 2018 05:53:26 +0000 (-0600) Subject: overlay/043: require and enable redirect_dir X-Git-Tag: v2022.05.01~1590 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e97ef0145ce0322854ce932bc00cfb1376cdb3e2;p=xfstests-dev.git overlay/043: require and enable redirect_dir This test renames a merge directory so it needs to enable redirect_dir feature, which is not enabled by default. Signed-off-by: Amir Goldstein Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/overlay/043 b/tests/overlay/043 index 46df6866..f70ee7f6 100755 --- a/tests/overlay/043 +++ b/tests/overlay/043 @@ -62,6 +62,8 @@ _require_scratch_nocheck _require_test _require_test_program "af_unix" _require_test_program "t_dir_type" +# Require redirect_dir for renaming a merge directory +_require_scratch_feature redirect_dir rm -f $seqres.full @@ -83,7 +85,8 @@ _scratch_mkfs >>$seqres.full 2>&1 upperdir=$OVL_BASE_SCRATCH_MNT/$OVL_UPPER workdir=$OVL_BASE_SCRATCH_MNT/$OVL_WORK -_overlay_scratch_mount_dirs $lowerdir $upperdir $workdir +# Enable redirect_dir for renaming a merge directory +_overlay_scratch_mount_dirs $lowerdir $upperdir $workdir -o redirect_dir=on FILES="dir file symlink chrdev blkdev fifo socket" @@ -150,13 +153,13 @@ check_inode_numbers $testdir $tmp.after_copyup $tmp.after_move # Verify that the inode numbers survive a mount cycle $UMOUNT_PROG $SCRATCH_MNT -_overlay_scratch_mount_dirs $lowerdir $upperdir $workdir +_overlay_scratch_mount_dirs $lowerdir $upperdir $workdir -o redirect_dir=on # Compare inode numbers before/after mount cycle check_inode_numbers $testdir $tmp.after_move $tmp.after_cycle # check overlayfs -_overlay_check_scratch_dirs $lowerdir $upperdir $workdir +_overlay_check_scratch_dirs $lowerdir $upperdir $workdir -o redirect_dir=on echo "Silence is golden" status=0