summaryrefslogtreecommitdiffstats
path: root/perl-install/raid.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* newly created raids must have a fs_type (this was dropped in rev 1.45, it was...Pascal Rigaux2004-10-261-0/+1
* put UUID instead of devices in mdadm.conf to be more device naming independantPascal Rigaux2004-10-141-13/+22
* saferPascal Rigaux2004-09-061-2/+3
* fix typoPascal Rigaux2004-09-061-3/+4
* handle pt_type, not only fs_typePascal Rigaux2004-09-061-2/+5
* be more failsafe with half broken existing raidsPascal Rigaux2004-09-061-0/+1
* remove dead codePascal Rigaux2004-08-101-4/+0
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-081-76/+128
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-5/+5
* - move format related functions out of fs.pm to new module fs/format.pmPascal Rigaux2004-07-231-1/+1
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-1/+1
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-2/+2
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-2/+2
* mkraid wants all the md devices written in raidtab to exist, even if asking toPascal Rigaux2003-02-191-2/+2
* cleanupPascal Rigaux2003-02-191-2/+6
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
* software raid (mdX) can go up to md31Pascal Rigaux2003-01-291-1/+3
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-1/+1
* use output()Pascal Rigaux2002-12-031-14/+13
* testing awareGuillaume Cottenceau2002-11-281-0/+1
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-4/+4
* use each_index instead of map_index when the return value is not usedPascal Rigaux2002-11-051-1/+1
* also create a raidtab if it doesn't exist (occurs when / has been formatted)Pascal Rigaux2002-09-241-0/+2