]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "test: temporarily adjust the default mount rate limit"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Mar 2024 06:43:25 +0000 (15:43 +0900)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 20 Mar 2024 14:36:05 +0000 (15:36 +0100)
This reverts commit 3f4b00a34a425566ca8494846b0e74ca8c7693d3.

The issue #30573 seems to be fixed somehow. Let's revert the workaround.

test/TEST-74-AUX-UTILS/test.sh

index d870d57dccf104f123db7f92302fa75c6b624f7a..2ee4a7533abff7a512fcec4845619f54f397f28f 100755 (executable)
@@ -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"