summaryrefslogtreecommitdiffstats
path: root/man/lvcreate.8.in
Commit message (Collapse)AuthorAgeFilesLines
* thin: use discards as plural rather than singularAlasdair G Kergon2012-08-071-3/+3
| | | | Global change from --discard to --discards, as that feels more natural.
* thin: add discard support for thin poolZdenek Kabelac2012-07-181-0/+6
| | | | | | | | Add arg support for discard. Add discard ignore, nopassdown, passdown (=default) support. Flags could be set per pool. lvcreate [--discard {ignore|no_passdown|passdown}] vg/thinlv
* man: --activate ay and auto_activation_volume_listPeter Rajnoha2012-06-291-5/+9
|
* 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-57/+58
| | | | Use one style for man pages.
* Fix warn message and update man pageZdenek Kabelac2012-03-061-5/+8
| | | | | | | | | | Fix regression in man page. The chunk size is in kilobyte units on command line input though in the source code we work with sector size unit so make it clear in the man page. Update chunksize for thin pool in man page - it's max value is 1024M == 1G. Fix warning range message to show proper max value.
* Thin extend lvcreate man page about snapshot supportZdenek Kabelac2012-01-201-8/+9
|
* Thin man page updateZdenek Kabelac2011-12-211-2/+1
|
* Thin lvcreate manpageZdenek Kabelac2011-11-101-29/+16
| | | | | Merge thin creation into standard 1st. lvcreate. Update snapshot for thin support.
* More lvcreate man updatesZdenek Kabelac2011-11-081-22/+23
| | | | | Use { Name | Path } consistently like elsewhere. Move --thin alphabetically before --type.
* Thin lvcreate poolmetadatasize units docZdenek Kabelac2011-11-071-1/+2
|
* Thin lvcreate man updateZdenek Kabelac2011-11-041-18/+38
| | | | | Added poolmetadatasize options Add an example.
* More updates for lvcreate manpageZdenek Kabelac2011-10-301-8/+7
|
* Continue with lvcreate man page updateZdenek Kabelac2011-10-281-24/+26
| | | | Already in WHATS_NEW.
* Thin option documentationZdenek Kabelac2011-10-281-6/+20
|
* Update lvconvert man page to describe '--type <segtype>' argumentJonathan Earl Brassow2011-10-251-1/+1
| | | | | Man page changes were not included when the ability to convert from "mirror" -> "raid1" or "linear" -> "raid1" were made.
* Thin pool now support chunk size as wellZdenek Kabelac2011-10-211-0/+2
| | | | | Use chunksize option to specify data_block_size for thin pool target. Drop low_water_mark to zero.
* Make units for chunksize more obviousZdenek Kabelac2011-10-211-1/+3
|
* Improve lvcreate man pageZdenek Kabelac2011-10-191-72/+130
| | | | | | | Split syntax for thin-pool since it cannot be fully matched with snapshot. So to avoid more confusion - take thin support into separate line. Though still significant updates are needed for thin provisioning.
* lvcreate parsing for thin provisioning.Alasdair Kergon2011-09-061-2/+4
| | | | The rest is incomplete so this isn't usable yet.
* Add -V as short form of --virtualsize in lvcreate.Alasdair Kergon2011-08-171-2/+2
|
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-4/+9
| | | | | | | | | | | | | Implementation described in doc/lvm2-raid.txt. Basic support includes: - ability to create RAID 1/4/5/6 arrays - ability to delete RAID arrays - ability to display RAID arrays Notable missing features (not included in this patch): - ability to clean-up/repair failures - ability to convert RAID segment types - ability to monitor RAID segment types
* Permit --available with lvcreate so non-snapshot LVs need not be activated.Alasdair Kergon2011-06-011-0/+13
|
* Add --type parameter description to the lvcreate man page.Mike Snitzer2010-05-281-0/+9
|
* Add ability to create mirrored logs for mirror LVs.Jonathan Earl Brassow2010-03-261-3/+4
| | | | | | | | | | This check-in enables the 'mirrored' log type. It can be specified by using the '--mirrorlog' option as follows: #> lvcreate -m1 --mirrorlog mirrored -L 5G -n lv vg I've also included a couple updates to the testsuite. These updates include tests for the new log type, and some fixes to some of the *lvconvert* tests.
* Improve activation monitoring option processingMike Snitzer2010-03-231-0/+16
| | | | | | | | | | | | | . 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>
* Add %ORIGIN support to lv{create,extend,reduce,resize} --extents optionMike Snitzer2010-02-031-7/+9
| | | | | | | | | | | Allow the number of logical extents to be expressed (for a snapshot) as a percentage of the total space in the Origin Logical Volume with the suffix %ORIGIN. Update the relevant man pages accordingly. Eliminate inconsistencies between the man pages and tools/commands.h Signed-off-by: Mike Snitzer <snitzer@redhat.com>
* Revert so-called "redundant" log until after next release.Alasdair Kergon2010-01-121-4/+3
|
* Add the new mirror log type "redundant". The options are now:Jonathan Earl Brassow2010-01-081-3/+4
| | | | | | | | --mirrorlog core: in-memory log --mirrorlog disk: persistent log --mirrorlog redundant: redundant persistent log Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
* Update lvcreate/lvconvert man pages to explain PhysicalVolume parameter.Dave Wysochanski2009-10-261-1/+3
| | | | Addresses rhbz 500177.
* Trivial cleanup to lvcreate man page - use virtualsize in example.Dave Wysochanski2009-09-291-1/+1
| | | | virtualsize replaced virtualoriginsize but the example was never updated.
* Update man pages to clarify usage of PE ranges.Dave Wysochanski2009-08-101-1/+8
| | | | Author: Dave Wysochanski <dwysocha@redhat.com>
* '--noudevsync' -- update relevant man pagesPeter Rajnoha2009-08-041-1/+9
|
* Allow commandline sizes to be specified in terms of bytes and sectors.Mike Snitzer2009-07-061-3/+3
| | | | Update the man pages to document size units uniformly.
* Make --snapshot optional with lvcreate --virtualsize.Alasdair Kergon2009-05-271-7/+9
| | | | Generalise --virtualoriginsize to --virtualsize.
* Fixup whitespace.Dave Wysochanski2009-04-291-1/+1
|
* Fixup whitespace.Dave Wysochanski2009-04-291-1/+1
|
* Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin).Alasdair Kergon2009-04-251-1/+21
| | | | | | | | Add lvs origin_size field. Fix linux configure --enable-debug to exclude -O2. Still a few rough edges, but hopefully usable now: lvcreate -s vg1 -L 100M --virtualoriginsize 1T
* Make man pages consistent with either-or options (use "|" everywhere).Dave Wysochanski2008-11-121-19/+19
|
* 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/+191