/[smeserver]/rpms/anaconda/sme9/0021-RaidN-v2.patch
ViewVC logotype

Contents of /rpms/anaconda/sme9/0021-RaidN-v2.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Apr 17 00:43:15 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-13_21_229-1_el6_sme_3, anaconda-13_21_239-1_el6_sme_1, anaconda-13_21_215-1_el6_sme_11, anaconda-13_21_215-1_el6_sme_12, anaconda-13_21_263-1_el6_sme_1, anaconda-13_21_229-1_el6_sme_2, anaconda-13_21_229-1_el6_sme_1, anaconda-13_21_239-1_el6_sme, anaconda-13_21_239_1-1_el6_sme, anaconda-13_21_254-1_el6_sme_2, anaconda-13_21_254-1_el6_sme_1, anaconda-13_21_239-1_el6_sme_2, HEAD
* Wed Apr 16 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.11
- Add more support for "raid=N" [SME: 7529]

1 diff -ruN anaconda-13.21.215.p20/storage/partitioning.py anaconda-13.21.215/storage/partitioning.py
2 --- anaconda-13.21.215.p20/storage/partitioning.py 2014-03-29 21:24:12.000000000 -0700
3 +++ anaconda-13.21.215/storage/partitioning.py 2014-04-16 17:37:06.000000000 -0700
4 @@ -92,7 +92,7 @@
5 raid_devs.append(dev)
6
7 # use minor="1" so that /dev/md1 is the PV, and /dev/md0 is /boot
8 - part = anaconda.id.storage.newMDArray(fmt_type="lvmpv", minor="1", level="raid1", parents=raid_devs, memberDevices=len(raid_devs))
9 + part = anaconda.id.storage.newMDArray(fmt_type="lvmpv", minor="1", level="raid" + request.raidLevel, parents=raid_devs, memberDevices=len(raid_devs))
10 anaconda.id.storage.createDevice(part)
11 devs.append(part)
12

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed