Description of problem: Anolis8.6 ck-4.19 aarch64环境kernel-nightly测试, ext4-2-overlay:generic/051执行测试后导致环境命令无法使用 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: -------------------- 1 安装kernel-4.19.91-623.git.27d80acb0.an8.aarch64.rpm kernel-devel-4.19.91-623.git.27d80acb0.an8.aarch64.rpm kernel-headers-4.19.91-623.git.27d80acb0.an8.aarch64.rpm kernel-core-4.19.91-623.git.27d80acb0.an8.aarch64.rpm kernel-modules-4.19.91-623.git.27d80acb0.an8.aarch64.rpm kernel-modules-extra-4.19.91-623.git.27d80acb0.an8.aarch64.rpm kernel-modules-internal-4.19.91-623.git.27d80acb0.an8.aarch64.rpm kernel-debuginfo-common-aarch64-4.19.91-623.git.27d80acb0.an8.aarch64.rpm kernel-debuginfo-4.19.91-623.git.27d80acb0.an8.aarch64.rpm 2 安装部署xfstest与测试环境 # ext4-2 overlay git clone https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git yum install -y xfsprogs-devel libuuid-devel libattr-devel libacl-devel libaio-devel libtool cd xfstests-dev make && make install dmsetup remove_all wipefs -a --force /dev/nvme0n1p1 wipefs -a --force /dev/nvme0n1p2 mkfs -t ext4 -q -F /dev/nvme0n1p1 mkfs -t ext4 -q -F /dev/nvme0n1p2 mkdir -p /fs/nvme0n1p1 mount -t ext4 /dev/nvme0n1p1 /fs/nvme0n1p1 mkdir -p /fs/nvme0n1p2 mount -t ext4 /dev/nvme0n1p2 /fs/nvme0n1p2 umount -f -l /fs/nvme0n1p1 /fs/nvme0n1p2 export TEST_DIR=/fs/nvme0n1p1 export TEST_DEV=/dev/nvme0n1p1 export FSTYP=ext4 export SCRATCH_MNT=/fs/scratch ./check -overlay generic/051 Actual results: [root@l57h15216 xfstests]# ./check -overlay generic/051 mount: /fs/nvme0n1p1: can't find in /etc/fstab. FSTYP -- overlay PLATFORM -- Linux/aarch64 l57h15216 4.19.91-623.git.27d80acb0.an8.aarch64 #1 SMP Mon Feb 6 13:56:23 UTC 2023 MKFS_OPTIONS -- /fs/scratch MOUNT_OPTIONS -- /fs/scratch /fs/scratch/ovl-mnt umount: /fs/scratch: not mounted. mount: /fs/nvme0n1p1: can't find in /etc/fstab. umount: /fs/nvme0n1p1: not mounted. generic/051 99s ... [failed, exit status 1]./check: line 952: /usr/bin/rm: Input/output error ./check: line 953: /usr/bin/rm: Input/output error ./common/rc: line 4236: /usr/bin/rm: Input/output error ./common/rc: line 4243: /var/lib/xfstests/results//generic/051.dmesg: Input/output error ./common/rc: line 4192: /usr/bin/dmesg: Input/output error ./common/rc: line 4192: /usr/bin/tac: Input/output error ./common/rc: line 4192: /usr/bin/sed: Input/output error ./common/rc: line 4193: /usr/bin/tac: Input/output error ./common/rc: line 4244: /usr/bin/grep: Input/output error ./common/rc: line 4261: /usr/bin/rm: Input/output error ./check: line 207: /usr/bin/date: Input/output error ./check: line 1005: /usr/bin/sed: Input/output error - output mismatch (see /var/lib/xfstests/results//generic/051.out.bad) ./check: line 1014: /usr/bin/mv: Input/output error ./check: line 1015: /usr/bin/diff: Input/output error ./check: line 1023: /usr/bin/sed: Input/output error ./check: line 1019: /usr/bin/head: Input/output error ./check: line 207: /usr/bin/date: Input/output error ./check: line 426: /var/lib/xfstests/results//check.log: Input/output error ./check: line 464: /usr/bin/date: Input/output error ./check: line 426: /var/lib/xfstests/results//check.log: Input/output error ./check: line 466: /tmp/69530.summary: Input/output error ./check: line 467: /tmp/69530.summary: Input/output error Ran: generic/051 ./check: line 471: /tmp/69530.summary: Input/output error ./check: line 426: /var/lib/xfstests/results//check.log: Input/output error Failures: generic/051 Failed 1 of 1 tests Expected results: 测试无异常 Additional info:
当exit退出系统环境后,重新ssh无法登陆,提示Authentication failed.但是可以ping通