summaryrefslogtreecommitdiffstats
path: root/perl-install/lvm.pm
Commit message (Expand)AuthorAgeFilesLines
* - fix handling LVM VGs with "-" in the name (#37267)Pascal Rigaux2008-01-281-1/+1
* - bootloader-config:Pascal Rigaux2008-01-221-4/+8
* simplifyPascal Rigaux2007-09-241-2/+2
* create partition_table_initialize() and partition_table_clear_and_initialize()Pascal Rigaux2007-09-191-0/+12
* - create lvm::add_to_VG() out of diskdrake::interactive::Add2LVM()Pascal Rigaux2007-09-191-2/+14
* - diskdrake:Pascal Rigaux2007-08-081-0/+1
* fix typos (thanks to Arpad Biro)Pascal Rigaux2005-09-221-1/+1
* reduce the overall perl_checker warningsThierry Vignaud2005-07-081-1/+1
* handle pvmovePascal Rigaux2005-07-011-0/+6
* - we can keep vg available when using vgreducePascal Rigaux2005-07-011-1/+1
* fix messagePascal Rigaux2005-07-011-1/+1
* create lvm::pv_physical_extents() and use itPascal Rigaux2005-07-011-1/+4
* remove debug code from previous commitPascal Rigaux2005-07-011-3/+1
* create generic function get_pv_field()Pascal Rigaux2005-07-011-3/+10
* better namePascal Rigaux2005-07-011-1/+1
* replace lv_nb_segments() with lv_nb_pvs()Pascal Rigaux2005-07-011-3/+7
* handle vgreducePascal Rigaux2005-07-011-0/+10
* better error message, and translate itPascal Rigaux2005-07-011-1/+1
* lilo only accept /boot (or /) on a LV if it uses only one PV, so correctly wa...Pascal Rigaux2005-07-011-0/+11
* ensure we have a {lv_name} (esp. for auto_installs)Pascal Rigaux2005-03-291-0/+1
* ensure {lv_name} is set when calling check_mntpoint() from Create() (via chec...Pascal Rigaux2005-03-221-1/+6
* rootDevice must be properly set, esp. for newt diskdrake (bugzilla #14254)Pascal Rigaux2005-03-181-0/+1
* ensure {lv_name} is set for LVM partitionsPascal Rigaux2005-02-011-0/+1
* move device mapper initialisation out of lvm.pm into devices.pm (since it wil...Pascal Rigaux2004-12-291-9/+1
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* no need to run vgscan and vgchange in standalonePascal Rigaux2004-10-141-2/+4
* don't die when device-mapper is missing (occurs on 2.4 kernel) (bugzilla #11834)Pascal Rigaux2004-09-301-3/+4
* call pvremove on every PVs when destroying a VG (to clear the LVM2 magic) (bu...Pascal Rigaux2004-09-221-0/+1
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-1/+0
* introduce ->ensure_binary_is_installed and use itPascal Rigaux2004-08-021-1/+1
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-6/+5
* a {type} didn't get moved to {pt_type}, fixingPascal Rigaux2004-07-271-1/+1
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-2/+2
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-1/+1
* create /dev/mapper/control (needed when you don't have devfs)Pascal Rigaux2004-02-041-0/+7
* - replace PE_size with extent_size and get it (fix illegal division by 0)Pascal Rigaux2004-02-041-9/+11
* adaptation/simplification for new lvm2 (thanks to Luca Berra)Pascal Rigaux2004-01-151-5/+3
* lvm2 uses urandomPascal Rigaux2004-01-131-0/+1
* - install lvm2 rpm instead of lvm (and using ->ensure_is_installed)Pascal Rigaux2004-01-131-4/+2
* basic lvm2 support (not tested yet!)Pascal Rigaux2004-01-061-22/+22
* fix typo (fix bug #4239)Pascal Rigaux2003-08-111-1/+1
* allow choosing lv name (thanks to Brian Murrell)Pascal Rigaux2003-06-041-3/+3
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-1/+1
* add "new" to lvm.pm, and use itPascal Rigaux2002-12-181-0/+6
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
* fix using given size for created LVs whereas lvcreate allocates a little lessPascal Rigaux2002-09-051-2/+9
* - vg_add: do not vgremove the old_name anymore, this is dangerous and should ...Pascal Rigaux2002-08-111-24/+34
* ensure lvm tools don't need to be all installed at the same timePascal Rigaux2002-02-211-1/+6
* - LVs "device" field were containing "/dev/vg/number" whereas it must be "vg/...Pascal Rigaux2002-02-161-5/+11