summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man8/mkfs.xfs.8
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man8/mkfs.xfs.8')
-rw-r--r--upstream/archlinux/man8/mkfs.xfs.846
1 files changed, 46 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/mkfs.xfs.8 b/upstream/archlinux/man8/mkfs.xfs.8
index 891570d0..e4852572 100644
--- a/upstream/archlinux/man8/mkfs.xfs.8
+++ b/upstream/archlinux/man8/mkfs.xfs.8
@@ -504,6 +504,33 @@ directories.
By default,
.B mkfs.xfs
will not enable DAX mode.
+.TP
+.BI concurrency= value
+Create enough allocation groups to handle the desired level of concurrency.
+The goal of this calculation scheme is to set the number of allocation groups
+to an integer multiple of the number of writer threads desired, to minimize
+contention of AG locks.
+This scheme will neither create fewer AGs than would be created by the default
+configuration, nor will it create AGs smaller than 4GB.
+This option is not compatible with the
+.B agcount
+or
+.B agsize
+options.
+The magic value
+.I nr_cpus
+or
+.I 1
+or no value at all will set this parameter to the number of active processors
+in the system.
+If the kernel advertises that the data device is a non-mechanical storage
+device,
+.B mkfs.xfs
+will use this new geometry calculation scheme.
+The magic value of
+.I 0
+forces use of the older AG geometry calculations that is used for mechanical
+storage.
.RE
.TP
.B \-f
@@ -768,6 +795,25 @@ if you want to disable this feature for older kernels which don't support
it.
.IP
This option is only tunable on the deprecated V4 format.
+.TP
+.BI concurrency= value
+Allocate a log that is estimated to be large enough to handle the desired level
+of concurrency without userspace program threads contending for log space.
+This scheme will neither create a log smaller than the minimum required,
+nor create a log larger than the maximum possible.
+This option is only valid for internal logs and is not compatible with the
+size option.
+This option is not compatible with the
+.B logdev
+or
+.B size
+options.
+The magic value
+.I nr_cpus
+or
+.I 1
+or no value at all will set this parameter to the number of active processors
+in the system.
.RE
.PP
.PD 0