summaryrefslogtreecommitdiffstats
path: root/man/lvm.conf.5.in
Commit message (Collapse)AuthorAgeFilesLines
* config: add silent modeAlasdair G Kergon2012-08-251-0/+6
| | | | | | | | | | | | | | | | Accept -q as the short form of --quiet. Suppress non-essential standard output if -q is given twice. Treat log/silent in lvm.conf as equivalent to -qq. Review all log_print messages and change some to log_print_unless_silent. When silent, the following commands still produce output: dumpconfig, lvdisplay, lvmdiskscan, lvs, pvck, pvdisplay, pvs, version, vgcfgrestore -l, vgdisplay, vgs. [Needs checking.] Non-essential messages are shifted from log level 4 to log level 5 for syslog and lvm2_log_fn purposes.
* man: --activate ay and auto_activation_volume_listPeter Rajnoha2012-06-291-0/+11
|
* Update man pagesZdenek Kabelac2012-04-111-66/+70
| | | | Use one style for man pages.
* Add activation/read_only_volume_list to override LV permission in metadata.Alasdair Kergon2012-01-121-0/+12
|
* Clarify multi-name device filter pattern matching explanation in lvm.conf.5.Alasdair Kergon2011-10-041-4/+4
|
* pre-release clean-upsAlasdair Kergon2011-04-291-4/+3
|
* Improve the discard documentation. Also improve discard code inMike Snitzer2011-04-131-5/+8
| | | | | | pv_manip.c to properly account for case when pe_start=0 and the first physical extent is to be released (currently skip the first extent to avoid discarding the PV label).
* Add "devices/issue_discards" to lvm.conf.Mike Snitzer2011-04-121-0/+7
| | | | Issue discards on lvremove if enabled and both storage and kernel have support.
* fix s/then/than/ typo in lvm.conf.5.inMike Snitzer2011-04-121-2/+2
|
* Document pv_min_size in lvm.conf manpageZdenek Kabelac2011-03-101-0/+9
|
* Extend cling allocation policy to recognise PV tags (cling_by_tags).Alasdair Kergon2010-11-091-0/+22
| | | | Add allocation/cling_tag_list to lvm.conf.
* Fixes for the devices/disable_after_error_count documentation.Petr Rockai2010-10-151-4/+5
|
* Limit repeated accesses to broken devices.Petr Rockai2010-10-131-0/+5
| | | | | Signed-off-by: Takahiro Yasui <takahiro.yasui@hds.com> Reviewed-by: Petr Rockai <prockai@redhat.com>
* Minor man page updates related to metadataignore and vgmetadatacopies.Dave Wysochanski2010-07-131-10/+13
| | | | | | | pvchange: Add --metadataignore description vgchange: Fix minor formatting pvcreate: Update metadataignore description to refer to pvchange lvm.conf: Refer to pvcreate and pvchange for metadata options.
* Minor changes to man pages for --metadataignore.Dave Wysochanski2010-07-021-1/+1
| | | | | Move the definition from pvchange to pvcreate - the location of other metadata options.
* Add --metadataignore to vgextend and man pages.Dave Wysochanski2010-06-301-1/+1
|
* Add pvmetadatacopies to lvm.conf and pvcreate man pages.Dave Wysochanski2010-06-301-0/+12
|
* Add --vgmetadatacopies to vgcreate man page, command, and lvm.conf.Dave Wysochanski2010-06-281-1/+21
| | | | | | | Allow parsing of --vgmetadatacopies for vgcreate. Accept --metadatacopies as a synonym for --vgmetadatacopies. Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
* Add install_system_dirs makefile target.Alasdair Kergon2010-05-201-9/+9
| | | | Add configure options for system and locking directories.
* pre-release cleanupAlasdair Kergon2009-09-151-0/+2
|
* Add devices/data_alignment_detection to lvm.conf.Mike Snitzer2009-08-011-2/+14
| | | | | | | | | | | | | | Adds 'data_alignment_detection' config option to the devices section of lvm.conf. If your kernel provides topology information in sysfs (linux >= 2.6.31) for the Physical Volume, the start of data area will be aligned on a multiple of the ’minimum_io_size’ or ’optimal_io_size’ exposed in sysfs. minimum_io_size is used if optimal_io_size is undefined (0). If both md_chunk_alignment and data_alignment_detection are enabled the result of data_alignment_detection is used. Signed-off-by: Mike Snitzer <snitzer@redhat.com>
* Add devices/data_alignment_offset_detection to lvm.conf.Mike Snitzer2009-08-011-1/+8
| | | | | | | | | If the pvcreate --dataalignmentoffset option is not specified the start of a PV's aligned data area will be shifted by the associated 'alignment_offset' exposed in sysfs (unless devices/data_alignment_offset_detection is disabled in lvm.conf). Signed-off-by: Mike Snitzer <snitzer@redhat.com>
* Add global/wait_for_locks to lvm.conf so blocking on locks can be disabled.Alasdair Kergon2009-07-241-0/+4
|
* Use the MD device's stripe-width, instead of chunk_size, to align theMike Snitzer2009-07-061-2/+2
| | | | | data blocks of a Physical Volume that is placed directly upon an MD device.
* Add --dataalignment to pvcreate to specify alignment of data area. (mbroz)Alasdair Kergon2009-02-221-2/+16
| | | | | | | | | | | | | | | | | | This patch is not fully tested and leaves some related bugs unfixed. Intended behaviour of the code now: pe_start in the lvm2 format PV label header is set only by pvcreate (or vgconvert -M2) and then preserved in *all* operations thereafter. In some specialist cases, after the PV is added to a VG, the pe_start field in the VG metadata may hold a different value and if so, it overrides the other one for as long as the PV is in such a VG. Currently, the field storing the size of the data area in the PV label header always holds 0. As it only has meaning in the context of a volume group, it is calculated whenever the PV is added to a VG (and can be derived from extent_size and pe_count in the VG metadata).
* Generate man pages from templates and include version. (romster)Alasdair Kergon2008-10-081-0/+395