summaryrefslogtreecommitdiffstats
path: root/perl-install/raid.pm
Commit message (Expand)AuthorAgeFilesLines
* raid10: use layout f2 with 2 disks for performanceThomas Backlund2018-08-221-0/+1
* raid: get_existing(): detect raid10Thomas Backlund2018-08-221-1/+1
* raid10 can be created with just 2 disks as a high-performance raid1Thomas Backlund2018-08-221-1/+1
* raid6 can be used with 3 disks and upThomas Backlund2018-08-221-1/+1
* - bump max_nb() to 131 to cover mdadm managed imsm and ddf1 biosThomas Backlund2015-03-221-1/+1
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* add missing headersThierry.Vignaud2014-05-261-0/+2
* partially podify some modulesThierry Vignaud2014-05-201-0/+87
* (detect_during_install) simplifyThierry Vignaud2012-05-231-3/+1
* (write_conf) explainThierry Vignaud2012-05-231-0/+1
* (allmodules) there's no reason to have a reference hereThierry Vignaud2012-05-231-2/+2
* (raid2real_kind) fix displaying empty info about RAID devicesThierry Vignaud2012-04-201-0/+2
* (check_prog) add perl_checker hintsThierry Vignaud2012-04-191-1/+2
* (detect_during_install) stop all inactive raids before initializing RAIDsThierry Vignaud2012-04-191-0/+5
* (stop_inactive_mds) split it out of detect_during_install()Thierry Vignaud2012-04-191-0/+3
* perl_checker cleanupsThierry Vignaud2012-03-231-1/+1
* - string changes: perl -pi -e 's!Can not!Cannot!'Ahmad Samir2011-04-041-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* load raid metadata versionPascal Terjan2010-05-241-1/+6
* allow forcing raid metadata versionPascal Terjan2010-05-241-0/+1
* add mdadm raid10 supportThomas Backlund2010-03-041-1/+4
* fix raid detection during install (#54706)Pascal Terjan2009-10-191-4/+3
* - factorize default FS definitionPascal Terjan2009-10-071-2/+2
* fix existing raid detection during install (#53159)Pascal Terjan2009-09-031-1/+5
* handle md devices not called md\d+, like md_d127Pascal Terjan2009-04-141-2/+2
* Only write raid config into $::prefix if we are in install mode (#49632)Pascal Terjan2009-04-091-1/+1
* make things more clearPascal Rigaux2008-09-151-1/+1
* fix check for mdadm in live install (#43785)Olivier Blin2008-09-151-1/+1
* - fix insmoding raid0 (#33172)Pascal Rigaux2007-09-051-2/+2
* - fix loading linux software raid (mdadm) kernel modulesPascal Rigaux2007-08-271-5/+11
* - diskdrake:Pascal Rigaux2007-08-211-0/+2
* re-sync after the big svn lossPascal Rigaux2007-04-251-5/+7
* use --force when creating a md with only one device (bugzilla #21214)Pascal Rigaux2006-02-201-1/+3
* we shouldn't rely on callers to load missing modules...Thierry Vignaud2005-12-221-0/+1
* "mdadm --detail --brief" doesn't contain "devices=..." anymore (since mdadm 1...Pascal Rigaux2005-10-181-1/+1
* write /etc/mdadm.conf when creating a new md (bugzilla #15502)Pascal Rigaux2005-08-081-1/+2
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+0
* don't need prefixing with current packagePascal Rigaux2005-06-091-1/+1
* remove unused codePascal Rigaux2005-06-031-4/+0
* calling inactivate_and_dirty() on a new structure is bad, we loose the {isFor...Pascal Rigaux2005-03-241-4/+5
* ensure we use/propose a free md when creating a new onePascal Rigaux2005-03-241-1/+6
* after "mdadm --assemble" there can be some mds in inactivate state busying de...Pascal Rigaux2005-03-241-1/+9
* switch back to auto=yes :Pascal Rigaux2005-01-271-1/+1
* fix "mdadm package not installed" during install (bugzilla #13259)Pascal Rigaux2005-01-271-1/+1
* put the new option auto=dev instead of auto=yes (see mdadm-1.8.0-2mdk)Pascal Rigaux2005-01-231-1/+1
* - don't write /etc/mdadm.conf when no raidPascal Rigaux2005-01-211-1/+3
* - fs::format::part_raw() now takes $wait_message to allow displaying the prog...Pascal Rigaux2005-01-061-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* since we need mdadm, ensure we have it (bugzilla #12146)Pascal Rigaux2004-10-271-0/+5