summaryrefslogtreecommitdiffstats
path: root/man/lvremove.8.in
Commit message (Collapse)AuthorAgeFilesLines
* Update man pagesZdenek Kabelac2012-04-111-7/+7
| | | | Use one style for man pages.
* Improve man page styleZdenek Kabelac2011-09-071-9/+15
| | | | Only reformat man pages.
* '--noudevsync' -- update relevant man pagesPeter Rajnoha2009-08-041-0/+8
|
* Fix "lvremove -f vgname" when vgname contains snapshots.Dave Wysochanski2008-11-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | Prior to this patch, "lvremove -f vgname" would fail if vgname contained one or more snapshot LVs. Now this passes, but has a side-effect. If you issue "lvremove vgname" where vgname contains one or more snaps, you will get an extra "y/n" prompt to remove the same snapshot. Example: $ lvs LV VG Attr LSize Origin Snap% Move Log Copy% Convert lvsnap vgtest swi-a- 16.00M lvtest 0.05 lvtest vgtest owi-a- 64.00M $ lvremove vgtest Do you really want to remove active logical volume "lvsnap"? [y/n]: n Logical volume "lvsnap" not removed Do you really want to remove active logical volume "lvsnap"? [y/n]: n Logical volume "lvsnap" not removed Command failed with status code 5. Fixing this will most likely require modification of the iterator function, process_each_lvs_in_vg() to iterate over snaps in some cases (e.g. lvs, vgdisplay -v) but not in others (lvremove).
* Make man pages consistent with either-or options (use "|" everywhere).Dave Wysochanski2008-11-121-4/+4
|
* Generate man pages from templates and include version. (romster)Alasdair Kergon2008-10-081-0/+40