On 2024/9/23 11:59, David Disseldorp wrote:
On Sat, 21 Sep 2024 19:13:31 -0400, Kent Overstreet wrote:
I applied this and got some new failures in the CI - it seems something
is broken in remount.
...
00163 bcachefs: bch2_parse_one_mount_opt() Bad mount option rwerrors
00163 Error: Invalid argument
00163 Error 1 at /host//home/testdashboard/ktest/tests/fs/bcachefs/ec.ktest 32
from: mount -o remount,ro /mnt, exiting
00163 Error 1 at /host/home/testdashboard/ktest/tests/prelude.sh 269 from: (
set -e; run_test $i ), exiting
00163
00163 ========= FAILED ec_small in 2s
The test is just doing
mount -o remount,ro /mnt
Thomas, this is likely something you introduced, think you could take a
look?
Thanks for the details. "mount -o remount,ro <mnt>" works fine for me,
and I'm not aware of anything that could be providing the "rwerrors"
It seems rw, errors=xxx which misses a comma.
parameter. Which version of mount / util-linux is used here?