summaryrefslogtreecommitdiffstats
path: root/tools/pvscan.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-14/+14
| | | | link some globals that the tools need into that structure.
* quotes around names in outputHeinz Mauelshagen2002-01-301-1/+2
|
* o Basic support for exporting (but importing not completed yet).Alasdair Kergon2002-01-291-4/+5
| | | | | o When volume group does not have write flag set, prevent changes to it. o Preparation for partial activation (not completed yet).
* Avoid using VG metadata on PVs that are not in VGs.Alasdair Kergon2002-01-231-3/+3
|
* o ChangedJoe Thornber2002-01-211-3/+3
| | | | | | | | | | | | | | | | | | | | struct pv_list { struct list list; struct physical_volume pv; }; to struct pv_list { struct list list; struct physical_volume *pv; }; o New function in toollib 'create_pv_list', which creates a list of pv's from a given command line array of pv's. o Changed lvcreate/extend to use this (fixes lvextend [pv list] bug).
* o removed display_uuidJoe Thornber2002-01-211-5/+8
| | | | o use id_write_format from lib/uuid/uuid.h instead
* o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon2002-01-101-7/+4
| | | | | | | | | | is active in the device-mapper. o Many operations can be carried out regardless of whether the VG is active or not. o vgscan does not activate anything - use vgchange. o Change lvrename to support renaming of active LVs. o Remove '//' appearing in some pathnames. o Dummy lv_check_segments() for compilation.
* iospace restructuredAlasdair Kergon2001-11-121-2/+2
|
* o LGPL list implementationJoe Thornber2001-10-311-11/+11
|
* o use dev_name(dev) to get the name of a device, this operation is cheapJoe Thornber2001-10-251-4/+4
| | | | since it just get's the first alias.
* persistent cache fully incorporated. Goodbye to scanning /dev/cdrom :-)Alasdair Kergon2001-10-241-1/+3
|
* pvscanAlasdair Kergon2001-10-161-46/+38
|
* o vgremove.Alasdair Kergon2001-10-091-3/+0
| | | | o filter devices by major.
* Sync include file changes.Alasdair Kergon2001-10-051-5/+3
|
* metadata status flags regrouping & comments; misc tool changesAlasdair Kergon2001-10-041-5/+5
|
* pvscan frameworkAlasdair Kergon2001-10-021-0/+222