From 1c8e8ec0ff4107c14e05aebf5eb5f60f3f837440 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 20 Mar 2024 15:43:25 +0900 Subject: [PATCH] Revert "test: temporarily adjust the default mount rate limit" This reverts commit 3f4b00a34a425566ca8494846b0e74ca8c7693d3. The issue #30573 seems to be fixed somehow. Let's revert the workaround. --- test/TEST-74-AUX-UTILS/test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/TEST-74-AUX-UTILS/test.sh b/test/TEST-74-AUX-UTILS/test.sh index d870d57dccf..2ee4a7533ab 100755 --- a/test/TEST-74-AUX-UTILS/test.sh +++ b/test/TEST-74-AUX-UTILS/test.sh @@ -8,9 +8,6 @@ NSPAWN_ARGUMENTS="--private-network" # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" -# (Hopefully) a temporary workaround for https://github.com/systemd/systemd/issues/30573 -KERNEL_APPEND="${KERNEL_APPEND:-} SYSTEMD_DEFAULT_MOUNT_RATE_LIMIT_BURST=100" - # Make sure vsock is available in the VM CID=$((RANDOM + 3)) QEMU_OPTIONS+=" -device vhost-vsock-pci,guest-cid=$CID"