mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Uncomment allocation section to match style of rest of file.
This commit is contained in:
parent
ec808a033b
commit
59f8c1767d
@ -190,40 +190,38 @@ devices {
|
|||||||
|
|
||||||
# This section allows you to configure the way in which LVM selects
|
# This section allows you to configure the way in which LVM selects
|
||||||
# free space for its Logical Volumes.
|
# free space for its Logical Volumes.
|
||||||
#allocation {
|
allocation {
|
||||||
# When searching for free space to extend an LV, the "cling"
|
|
||||||
# allocation policy will choose space on the same PVs as the last
|
# When searching for free space to extend an LV, the "cling"
|
||||||
# segment of the existing LV. If there is insufficient space and a
|
# allocation policy will choose space on the same PVs as the last
|
||||||
# list of tags is defined here, it will check whether any of them are
|
# segment of the existing LV. If there is insufficient space and a
|
||||||
# attached to the PVs concerned and then seek to match those PV tags
|
# list of tags is defined here, it will check whether any of them are
|
||||||
# between existing extents and new extents.
|
# attached to the PVs concerned and then seek to match those PV tags
|
||||||
# Use the special tag "@*" as a wildcard to match any PV tag.
|
# between existing extents and new extents.
|
||||||
#
|
# Use the special tag "@*" as a wildcard to match any PV tag.
|
||||||
# Example: LVs are mirrored between two sites within a single VG.
|
|
||||||
# PVs are tagged with either @site1 or @site2 to indicate where
|
# Example: LVs are mirrored between two sites within a single VG.
|
||||||
# they are situated.
|
# PVs are tagged with either @site1 or @site2 to indicate where
|
||||||
#
|
# they are situated.
|
||||||
# cling_tag_list = [ "@site1", "@site2" ]
|
|
||||||
# cling_tag_list = [ "@*" ]
|
# cling_tag_list = [ "@site1", "@site2" ]
|
||||||
#
|
# cling_tag_list = [ "@*" ]
|
||||||
# Changes made in version 2.02.85 extended the reach of the 'cling'
|
|
||||||
# policies to detect more situations where data can be grouped
|
# Changes made in version 2.02.85 extended the reach of the 'cling'
|
||||||
# onto the same disks. Set this to 0 to revert to the previous
|
# policies to detect more situations where data can be grouped
|
||||||
# algorithm.
|
# onto the same disks. Set this to 0 to revert to the previous
|
||||||
#
|
# algorithm.
|
||||||
# maximise_cling = 1
|
maximise_cling = 1
|
||||||
#
|
|
||||||
# Set to 1 to guarantee that mirror logs will always be placed on
|
# Set to 1 to guarantee that mirror logs will always be placed on
|
||||||
# different PVs from the mirror images. This was the default
|
# different PVs from the mirror images. This was the default
|
||||||
# until version 2.02.85.
|
# until version 2.02.85.
|
||||||
#
|
mirror_logs_require_separate_pvs = 0
|
||||||
# mirror_logs_require_separate_pvs = 0
|
|
||||||
#
|
# Set to 1 to guarantee that thin pool metadata will always
|
||||||
# Set to 1 to guarantee that thin pool metadata will always
|
# be placed on different PVs from the pool data.
|
||||||
# be placed on different PVs from the pool data.
|
thin_pool_metadata_require_separate_pvs = 0
|
||||||
#
|
}
|
||||||
# thin_pool_metadata_require_separate_pvs = 0
|
|
||||||
#}
|
|
||||||
|
|
||||||
# This section that allows you to configure the nature of the
|
# This section that allows you to configure the nature of the
|
||||||
# information that LVM2 reports.
|
# information that LVM2 reports.
|
||||||
|
Loading…
Reference in New Issue
Block a user