summaryrefslogtreecommitdiffstats
path: root/tools/lvdisplay.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-1/+1
| | | | | | | | | Sun May 3 12:32:30 CEST 2009 Petr Rockai <me@mornfall.net> * Rework the toollib interface (process_each_*) on top of new vg_read. Rebased 6/26/09 by Dave W. - Add skipping message to process_each_lv - Remove inconsistent_t.
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-1/+1
| | | | | | | Displayable and visible is the same thing. volumes_count(vg) is now vg_visible_lvs() and always returns number of LVs from user perspective.
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-041-1/+1
| | | | | the counts of visible LVs from user's perspective consistently throughout the code.
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
|
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
|
* lv_is_visible()Alasdair Kergon2006-04-071-2/+1
|
* Fix lvdisplay cmdline to accept snapshots.Alasdair Kergon2005-11-231-1/+2
|
* Always insert an intermediate layer for mirrors.Alasdair Kergon2005-06-031-0/+3
| | | | | | Suppress hidden LVs from reports unless --all is given. Use square brackets for hidden LVs in reports. Centralise restrictions on LV names.
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
|
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
|
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-3/+3
| | | | | | Clear many compiler warnings (i386) & associated bugs - hopefully without introducing too many new bugs:-) (Same exercise required for other archs.) Default compilation has optimisation - or else use ./configure --enable-debug
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-121-1/+14
|
* Some new features.Alasdair Kergon2002-11-181-6/+5
|
* agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon2002-10-271-0/+3
| | | | | | | | | | | to back this out so you can do that commit, let me know. Also, if there's an issue with the error message that's displayed, just change it in tools.h. This causes a "device-mapper driver/module not loaded?" error message to be displayed for the commands that require dm-mod, if the tools can't get the driver version. It's not done for commands that don't require dm-mod. This should clear up some problems people have had attempting to use lvm2 without rtfm'ing.
* Missing VG lock when iterating through all LVs.Alasdair Kergon2002-04-151-1/+1
|
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-4/+3
|
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-15/+16
| | | | link some globals that the tools need into that structure.
* o lvdisplay now gives a segment map for the -m option.Joe Thornber2002-01-211-1/+1
|
* Tweaks for make install. -m args replaces verbose to display maps.Alasdair Kergon2001-12-031-1/+1
|
* vgdisplayAlasdair Kergon2001-11-191-3/+1
|
* More LV-related tidying. lvdisplay without args now shows all LVs.Alasdair Kergon2001-11-141-43/+5
|
* iospace restructuredAlasdair Kergon2001-11-121-2/+2
|
* lvdisplay & lvreduceAlasdair Kergon2001-11-081-0/+86