summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-03 11:52:37 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2021-03-30 13:08:14 +0200
commit01d5e4d1ca27b5dbf4dce19be3da2ab83cefd40d (patch)
tree9092e959410e673140c79c81a5e37568f9da43b9 /conf
parentd5b0c72f40abc8caa199a0f484a9a0223f4a03dc (diff)
downloadlvm2-01d5e4d1ca27b5dbf4dce19be3da2ab83cefd40d.tar.gz
all: fix typos
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 215a30f86..5275e76c5 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -270,16 +270,16 @@ devices {
# Configuration option devices/md_chunk_alignment.
# Align the start of a PV data area with md device's stripe-width.
# This applies if a PV is placed directly on an md device.
- # default_data_alignment will be overriden if it is not aligned
+ # default_data_alignment will be overridden if it is not aligned
# with the value detected for this setting.
- # This setting is overriden by data_alignment_detection,
+ # This setting is overridden by data_alignment_detection,
# data_alignment, and the --dataalignment option.
md_chunk_alignment = 1
# Configuration option devices/default_data_alignment.
# Align the start of a PV data area with this number of MiB.
# Set to 1 for 1MiB, 2 for 2MiB, etc. Set to 0 to disable.
- # This setting is overriden by data_alignment and the --dataalignment
+ # This setting is overridden by data_alignment and the --dataalignment
# option.
# This configuration option has an automatic default value.
# default_data_alignment = 1
@@ -293,9 +293,9 @@ devices {
# preferred unit of receiving I/O, e.g. MD stripe width.
# minimum_io_size is used if optimal_io_size is undefined (0).
# If md_chunk_alignment is enabled, that detects the optimal_io_size.
- # default_data_alignment and md_chunk_alignment will be overriden
+ # default_data_alignment and md_chunk_alignment will be overridden
# if they are not aligned with the value detected for this setting.
- # This setting is overriden by data_alignment and the --dataalignment
+ # This setting is overridden by data_alignment and the --dataalignment
# option.
data_alignment_detection = 1
@@ -304,7 +304,7 @@ devices {
# When non-zero, this setting overrides default_data_alignment.
# Set to 0 to disable, in which case default_data_alignment
# is used to align the first PE in units of MiB.
- # This setting is overriden by the --dataalignment option.
+ # This setting is overridden by the --dataalignment option.
data_alignment = 0
# Configuration option devices/data_alignment_offset_detection.
@@ -315,7 +315,7 @@ devices {
# partitioning will have an alignment_offset of 3584 bytes (sector 7
# is the lowest aligned logical block, the 4KiB sectors start at
# LBA -1, and consequently sector 63 is aligned on a 4KiB boundary).
- # This setting is overriden by the --dataalignmentoffset option.
+ # This setting is overridden by the --dataalignmentoffset option.
data_alignment_offset_detection = 1
# Configuration option devices/ignore_suspended_devices.