1
0
mirror of https://github.com/systemd/systemd synced 2024-07-03 08:29:25 +00:00

Revert "test: temporarily adjust the default mount rate limit"

This reverts commit 3f4b00a34a.

The issue #30573 seems to be fixed somehow. Let's revert the workaround.
This commit is contained in:
Yu Watanabe 2024-03-20 15:43:25 +09:00 committed by Frantisek Sumsal
parent cc59d1014f
commit 1c8e8ec0ff

View File

@ -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"