From 88248e14c8cbf1fbd42c1a1a91b709987b4be842 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 17 Jul 2025 11:01:50 +0200 Subject: sys/linux: drop the "debug" mount option for gfs2 This is equivalent to errors=panic. --- sys/linux/filesystem.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index dbb9bc93f..d97f64fa0 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -473,13 +473,13 @@ iso9660_options [ iso9660_blocks = 512, 1024, 2048 +# Note that the "debug" option has been omitted since it's equivalent to "errors=panic". gfs2_options [ spectator stringnoz["spectator"] norecovery stringnoz["norecovery"] ignore_local_fs stringnoz["ignore_local_fs"] localflocks stringnoz["localflocks"] localcaching stringnoz["localcaching"] - debug stringnoz["debug"] nodebug stringnoz["nodebug"] upgrade stringnoz["upgrade"] acl stringnoz["acl"] -- cgit mrf-deployment