summaryrefslogtreecommitdiffstats
path: root/man/vgextend.8.in
Commit message (Collapse)AuthorAgeFilesLines
* Update man pagesZdenek Kabelac2012-04-111-33/+38
| | | | Use one style for man pages.
* Implement vgextend --restoremissing (BZ 537913), which makes it possible toPetr Rockai2010-10-131-1/+5
| | | | | | | | re-add a physical volume that has gone missing previously, due to a transient device failure, without re-initialising it. Signed-off-by: Petr Rockai <prockai@redhat.com> Reviewed-by: Alasdair Kergon <agk@redhat.com>
* Add --force to pvchange, and allow override of prompt involving metadataignore.Dave Wysochanski2010-07-071-0/+1
| | | | Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
* Add --metadataignore to vgextend and man pages.Dave Wysochanski2010-06-301-0/+2
|
* Remove old, and now incorrect, vgextend man page description of pvcreate ↵Dave Wysochanski2009-11-031-4/+0
| | | | options.
* Minor fix to vgcreate/vgextend man pages for PHYSICAL DEVICE OPTIONS.Dave Wysochanski2009-10-261-1/+1
|
* Add --pvmetadatacopies as a synonym for --metadatacopies in various commands.Dave Wysochanski2009-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Going forward, we would like to allow users to specify the total number of metadatacopies in a VG rather than on a per-PV basis. In order to facilitate that, introduce --pvmetadatacopes to replace --metadatacopies everywhere. We still allow --metadatacopies for pv commands, but require --pvmetadatacopies for vg commands. Eventually we will introduce --vgmetadatacopies. Once we do that, we should either deprecate --metadatacopies or make it a synonym based on the command (pvmetadatacopies for pv commands, and vgmetadatacopies for vg commands). The latter option would likely just require a simple 'strncpy' check against cmd->command->name to qualify the merge_synonym call. Update nightly tests to cover the pvmetadatacopies synonym. Note that this patch is the result of an eariler review comment for the implicit pvcreate patches. Should apply cleanly on top of the implicit pvcreate patches (I applied after patch 10/10 in that series). NOTE: This patch will require --pvmetadatacopies for vgconvert as --metadatacopies is no longer accepted.
* Update vgcreate and vgextend man pages to clarify implicit pvcreate.Dave Wysochanski2009-10-051-0/+34
| | | | | | vgcreate and vgextend now implicitly call pvcreate on devices not currently initialized for LVM use. Previously these commands would fail with an error, so clarify the new behavior in the man page.
* Make man pages consistent with either-or options (use "|" everywhere).Dave Wysochanski2008-11-121-3/+3
|
* Generate man pages from templates and include version. (romster)Alasdair Kergon2008-10-081-0/+25