summaryrefslogtreecommitdiffstats
path: root/man/lvreduce.8.in
Commit message (Collapse)AuthorAgeFilesLines
* Update man pagesZdenek Kabelac2012-04-111-25/+23
| | | | Use one style for man pages.
* Support rounding of percentage upwardZdenek Kabelac2012-01-051-0/+2
| | | | | | | | | | | | | | | We want to keep this logic - when LV is extend - extend the LV by at least given amount, when LV is reduced - reduce the LV by at most given amount. So for this the rounding needs to be used. Current logic which seems to satisfy give rule is to round up all extent values for LV resize upward except for values with '-' sign that are round downward. This patch also fixes the problem when lvextend --use-polices tried to extend LV the by i.e. 20% - but the resulting 20% were smaller the extent size thus before this patch no extension happened.
* Improve man page styleZdenek Kabelac2011-09-071-31/+41
| | | | Only reformat man pages.
* Various cleanups following recent commits.Alasdair Kergon2010-06-211-4/+4
|
* Update lvresize/extend/reduce manpages with --nofsck, --resizefs optionsZdenek Kabelac2010-06-171-0/+12
|
* 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>
* '--noudevsync' -- update relevant man pagesPeter Rajnoha2009-08-041-0/+8
|
* Continue to make --units and --size consistent (in code and man pages):Mike Snitzer2009-07-071-1/+1
| | | | | | | | | | | | | | Update units_to_bytes() to support (S)ectors: 500 bytes. - 500 byte (S)ectors is of questionable value but it adds to consistency if a user happens to use --units S. This seems better than an error. Updated test/t-covercmd.sh to test --units [hS] Document the units that can be displayed via --units uniformly. - (p)etabytes and (e)xabytes were missing in pvs, vgs and lvs man pages. Made lvreduce man page "... in units of megabytes." consistent (with the lvextend and lvresize man pages).
* Allow commandline sizes to be specified in terms of bytes and sectors.Mike Snitzer2009-07-061-2/+2
| | | | Update the man pages to document size units uniformly.
* Make man pages consistent with either-or options (use "|" everywhere).Dave Wysochanski2008-11-121-6/+6
|
* Generate man pages from templates and include version. (romster)Alasdair Kergon2008-10-081-0/+67