summaryrefslogtreecommitdiffstats
path: root/tools/lvrename.c
Commit message (Collapse)AuthorAgeFilesLines
...
* o Similar changes for lv_list.Joe Thornber2002-01-211-1/+1
|
* o Changed find_pv_in_vg, and find_lv_in_vg to return a struct pv_list * andJoe Thornber2002-01-211-4/+4
| | | | struct lv_list * respectively.
* Allow compilation against a device-mapper that was installed into $DESTDIRAlasdair Kergon2002-01-181-1/+4
| | | | Always check for negative (error) return code from lv_active()
* o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon2002-01-101-11/+13
| | | | | | | | | | 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.
* 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-2/+2
| | | | | | 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-1/+4
| | | | | o lvdisplay fields from kernel o update lv->size on resize
* lvrename (without reactivation)Alasdair Kergon2001-11-151-0/+131