From 5c67c45b98e8471596d5fb08da76956581ab135d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 22 Nov 2021 15:09:41 +0000 Subject: [PATCH] xfs: Document lazy-counters setting cannot be changed in XFS version 5 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2024022 (cherry picked from commit e7f72ab146b9c2aaee92a600a1fcbefb0202d41c) --- generator/actions_core.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/generator/actions_core.ml b/generator/actions_core.ml index 91dce1db5..155d739fe 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -7600,7 +7600,10 @@ can modify parameters. Some of the parameters of a mounted filesystem can be examined and modified using the C and -C calls." }; +C calls. + +Beginning with XFS version 5, it is no longer possible to modify +the lazy-counters setting (ie. C parameter has no effect)." }; { defaults with name = "xfs_repair"; added = (1, 19, 36); -- 2.31.1