summaryrefslogtreecommitdiffstats
path: root/perl-install/raid.pm
Commit message (Collapse)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
| | | | fakeraids (containers defaults to >= 127 and partitions <=126)
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* 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
| | | | | | | we now display "<device> (RAID level)" (eg: 'md0 (RAID1)') (actually we were displaying "mdX" since two previous commits but all released installers were displaying "")
* (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
| | | | | | | | | | | | | | (thus fixing installer not offering to upgrade RAID installs) rationale: udev starts raids early but fails because modules (especially personality ones) are not yet loaded; thus raids remains inactive ("md: personality for level 1 is not loaded!") regression introduced when swtiching to udev and including its rules since it works smoothly with rescue, I suspect the cause is in 60-persistent-storage.rules which is included in installer but not in rescue
* (stop_inactive_mds) split it out of detect_during_install()Thierry Vignaud2012-04-191-0/+3
| | | | (needed for next commit)
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* 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
| | | | - switch to ext4 by default
* 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
| | | | | (after rename raid5&raid6 -> raid456)
* - diskdrake:Pascal Rigaux2007-08-211-0/+2
| | | | | | o write mdadm.conf when it is modified (#32360) (a nicer fix would be to write it when needed, not so soon, but it's harder)
* 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 ↵Pascal Rigaux2005-10-181-1/+1
| | | | | | | 1.12.0), it needs option "-v" to keep previous behaviour
* 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
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* 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 ↵Pascal Rigaux2005-03-241-4/+5
| | | | | | | {isFormatted} flag (no big deal though, it happened because raid::new() was creating a new raid with an already active md name)
* 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 ↵Pascal Rigaux2005-03-241-1/+9
| | | | devices, stopping them
* switch back to auto=yes :Pascal Rigaux2005-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | > > the only problem with auto=yes is that it ignores the minor number > > specified and always uses the first avaliable minor number, so you might > > find /dev/md2 with minor 0, /proc/mdstat will call it based on minor > > number. This is going to get really confusing for users. > > I was planning to fix this in upstream source, but i have not been able > > to find time to do it yet. > > ok, i fixed that in mdadm-1.8.0-2mdk > there is a new option (auto=dev) that will create the device file with > the correct minor number based on the device name. > so please put auto=dev instead of auto=yes in the /etc/mdadm.conf > please hold the auto=dev change, the mdadm author feel this should be the default behaviour for auto=yes, so i will upload a new mdadm-1.9.0-0pre1.1mdk with fully working auto as soon as i return to italy (this weekend i believe)
* 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
| | | | | | - use option "auto=yes" in mdadm.conf to ensure mdadm will create /dev/mdX devices when needed (those are not there when using udev and neither kernel raid autostart nor initrd created the raid)
* - fs::format::part_raw() now takes $wait_message to allow displaying the ↵Pascal Rigaux2005-01-061-1/+1
| | | | | | | | progress of format - create fs::format::wait_message() which creates a $wait_message valid to give to fs::format::part - fs::format::mke2fs() format while parsing the output to display the progress
* 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
|