From 27e8b63f55650c14260174c0443feebd865f57f0 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 11 Jul 2022 21:49:58 -0400 Subject: tests/bcachefs/replication: pass -t bcachefs to mount This is needed or we get random mount failures when running a kernel with all the filesystems enabled. Signed-off-by: Kent Overstreet --- tests/bcachefs/replication.ktest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bcachefs/replication.ktest b/tests/bcachefs/replication.ktest index eaab3a3..0bd6503 100755 --- a/tests/bcachefs/replication.ktest +++ b/tests/bcachefs/replication.ktest @@ -237,7 +237,7 @@ test_device_add() --no_initialize \ /dev/sdb - mount /dev/sdb /mnt + mount -t bcachefs /dev/sdb /mnt run_fio_randrw >"$ktest_out/fio-out" 2>&1 & local fiopid=$! -- cgit v1.2.3