summaryrefslogtreecommitdiffstats
path: root/man/lvchange.8.in
Commit message (Collapse)AuthorAgeFilesLines
* thin: use discards as plural rather than singularAlasdair G Kergon2012-08-071-5/+5
| | | | Global change from --discard to --discards, as that feels more natural.
* man: expand lvchange --discard entryAlasdair G Kergon2012-08-071-1/+6
|
* thin: add lvchange for discard and zero changeZdenek Kabelac2012-07-181-1/+13
| | | | | | | Update lvchange to allow change of 'zero' flag for thinpool. Add support for changing discard handling. N.B. from/to ignore could be only changed for inactive pool.
* activate: skip manual activation for --sysinit -aayPeter Rajnoha2012-07-101-0/+5
| | | | | | | | | | | | | When --sysinit -a ay is used with vg/lvchange and lvmetad is up and running, we should skip manual activation as that would be a useless step - all volumes are autoactivated once all the PVs for a VG are present. If lvmetad is not active at the time of the vgchange --sysinit -a ay call, the activation proceeds in standard 'manual' way. This way, we can still have vg/lvchange --sysinit -a ay called unconditionally in system initialization scripts no matter if lvmetad is used or not.
* man: --activate ay and auto_activation_volume_listPeter Rajnoha2012-06-291-3/+7
|
* args: add --activate synonym for --available argPeter Rajnoha2012-06-281-2/+2
| | | | | | | | We're refererring to 'activation' all over the code and we're talking about 'LVs being activated' all the time so let's use 'activation/activate' everywhere for clarity and consistency (still providing the old 'available' keyword as a synonym for backward compatibility with existing environments).
* Update man pagesZdenek Kabelac2012-04-111-49/+70
| | | | Use one style for man pages.
* Add new --sysinit option for vgchange and lvchange.Peter Rajnoha2010-05-061-0/+10
| | | | | | A shortcut for --ignorelockingfailure, --ignoremonitoring, --poll n options and LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES environment variable used all at once in initialisation scripts (e.g. rc.sysinit or initrd).
* Improve activation monitoring option processingMike Snitzer2010-03-231-1/+1
| | | | | | | | | | | | | . Add "monitoring" option to "activation" section of lvm.conf . Have clvmd consult the lvm.conf "activation/monitoring" too. . Introduce toollib.c:get_activation_monitoring_mode(). . Error out when both --monitor and --ignoremonitoring are provided. . Add --monitor and --ignoremonitoring support to lvcreate. Update lvcreate man page accordingly. . Clarify that '--monitor' controls the start and stop of monitoring in the {vg,lv}change man pages. Signed-off-by: Mike Snitzer <snitzer@redhat.com>
* . update documentation for --poll in the vgchange and lvchange man pagesMike Snitzer2010-01-061-6/+6
| | | | . add high-level --poll FIXMEs to vgchange.c and lvchange.c
* Add a [--poll {y|n}] flag to vgchange and lvchange to control whetherMike Snitzer2010-01-051-0/+9
| | | | | | | | | | | | | | | | | | | | | | the background polldaemon is allowed to start. It can be used standalone or in conjunction with --refresh or --available y. Control over when the background polldaemon starts will be particularly important for snapshot-merge of a root filesystem. Dracut will be updated to activate all LVs with: --poll n The lvm2-monitor initscript will start polling with: --poll y NOTE: Because we currently have no way of knowing if a background polldaemon is active for a given LV the following limitations exist and have been deemed acceptable: 1) it is not possible to stop an active polldaemon; so the lvm2-monitor initscript doesn't stop running polldaemon(s) 2) redundant polldaemon instances will be started for all specified LVs if vgchange or lvchange are repeatedly used with '--poll y' Signed-off-by: Mike Snitzer <snitzer@redhat.com>
* lvchange --noudevsyncAlasdair Kergon2009-08-031-0/+8
|
* Make man pages consistent with either-or options (use "|" everywhere).Dave Wysochanski2008-11-121-12/+12
|
* Fix lvhange and lvcreate man pages to properly describe permissions option.Dave Wysochanski2008-11-071-2/+2
| | | | James Youngman <jay@gnu.org>
* Generate man pages from templates and include version. (romster)Alasdair Kergon2008-10-081-0/+95