summaryrefslogtreecommitdiffstats
path: root/perl-install/lvm.pm
Commit message (Expand)AuthorAgeFilesLines
* explicitly probe LVMs in live installThierry Vignaud2017-02-251-1/+1
* handle case where mntpnt has spacesThierry Vignaud2016-01-021-0/+1
* suggest "lv_foo" instead of just "foo" for LVnameThierry Vignaud2016-01-021-2/+2
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* typo fixesThierry.Vignaud2014-05-271-1/+1
* add missing headersThierry.Vignaud2014-05-261-0/+2
* partially podify some modulesThierry Vignaud2014-05-201-0/+44
* retrieve minor/major for LVs tooThierry Vignaud2013-04-051-0/+3
* Fix a warning by defining init before using itPascal Terjan2012-04-071-2/+2
* (lvm_cmd_or_die) report back error from lvm2Thierry Vignaud2012-01-201-1/+6
* (lvm_cmd) log forcing rescanThierry Vignaud2012-01-201-0/+1
* (suggest_lv_name_from_mnt_point, suggest_lv_name) suggest better LVThierry Vignaud2012-01-201-0/+10
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* default to defaultFS in LVM, not ext2Pascal Terjan2010-05-131-1/+1
* Add back and fix lvm in patitioning wizardPascal Terjan2010-02-081-1/+1
* avoid error messages when using lvm in draklive-install (#36415)Pascal Terjan2009-10-191-1/+1
* extract detect_during_installOlivier Blin2009-10-161-4/+6
* - 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