summaryrefslogtreecommitdiffstats
path: root/tools/vgextend.c
Commit message (Collapse)AuthorAgeFilesLines
...
* o Lock mechanism for LV activationAlasdair Kergon2002-02-271-7/+7
| | | | | | o #defines for common lock flag combinations o Try out hyphens instead of colons in device-mapper names - does this make messages containing filenames easier to read?
* Begin conversion so LV id is passed to activation unit instead ofAlasdair Kergon2002-02-251-7/+7
| | | | struct logical_volume.
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-10/+10
|
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-4/+4
| | | | link some globals that the tools need into that structure.
* o Support locking with local lock filesAlasdair Kergon2002-02-111-7/+26
| | | | o Disable control-c during updates (except if blocked waiting for a lock)
* quotes around names in outputHeinz Mauelshagen2002-01-301-7/+7
|
* o Basic support for exporting (but importing not completed yet).Alasdair Kergon2002-01-291-0/+10
| | | | | o When volume group does not have write flag set, prevent changes to it. o Preparation for partial activation (not completed yet).
* o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon2002-01-101-5/+0
| | | | | | | | | | 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.
* Clarify terminology:Alasdair Kergon2002-01-101-2/+2
| | | | | VG is resizeable - PVs can be added or removed PV is allocatable - free extents on it may be allocated to LVs
* Add archiving.Alasdair Kergon2002-01-091-0/+3
|
* o sync tool changes for backup stuff.Joe Thornber2002-01-071-1/+1
|
* o Add autobackup support to tools (follows most vg_write calls).Alasdair Kergon2001-12-311-6/+3
| | | | | | o Skip autobackup when in test mode. o Set test mode from config file. o Create system/backup dirs if not present (unless LVM_SYSTEM_DIR holds "").
* o activation & active status testsAlasdair Kergon2001-11-211-3/+3
| | | | | o lvdisplay fields from kernel o update lv->size on resize
* iospace restructuredAlasdair Kergon2001-11-121-3/+3
|
* vgextendAlasdair Kergon2001-10-151-0/+86