mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
fix s/then/than/ typos in 'pv_min_size' section and fold floppy example
into documentation preamble.
This commit is contained in:
parent
96077265c4
commit
e6f24a5225
@ -147,11 +147,10 @@ devices {
|
|||||||
|
|
||||||
# Minimal size (in KB) of the block device which can be used as a PV.
|
# Minimal size (in KB) of the block device which can be used as a PV.
|
||||||
# In clustered environment all nodes have to use the same value.
|
# In clustered environment all nodes have to use the same value.
|
||||||
# Any value smaller then 512KB is ignored.
|
# Any value smaller than 512KB is ignored.
|
||||||
pv_min_size = 512
|
# Example: Ignore devices smaller than 2MB (i.e. floppy drives).
|
||||||
|
|
||||||
# Example: Ignore devices smaller then 2MB (i.e. floppy drives).
|
|
||||||
# pv_min_size = 2048
|
# pv_min_size = 2048
|
||||||
|
pv_min_size = 512
|
||||||
}
|
}
|
||||||
|
|
||||||
# This section allows you to configure the way in which LVM selects
|
# This section allows you to configure the way in which LVM selects
|
||||||
|
Loading…
Reference in New Issue
Block a user