<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx, branch 14.8</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>14.8</title>
<updated>2012-04-20T18:35:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-20T18:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c47b94b9f0723f7c6c4a7b62dd74fbf91ec7f4fe'/>
<id>c47b94b9f0723f7c6c4a7b62dd74fbf91ec7f4fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(raid2real_kind) fix displaying empty info about RAID devices</title>
<updated>2012-04-20T18:22:19+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-20T18:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bc79948732556dfd73a422adbaf5f9290aeec4cf'/>
<id>bc79948732556dfd73a422adbaf5f9290aeec4cf</id>
<content type='text'>
we now display "&lt;device&gt; (RAID level)" (eg: 'md0 (RAID1)')

(actually we were displaying "mdX" since two previous commits but all
released installers were displaying "")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we now display "&lt;device&gt; (RAID level)" (eg: 'md0 (RAID1)')

(actually we were displaying "mdX" since two previous commits but all
released installers were displaying "")
</pre>
</div>
</content>
</entry>
<entry>
<title>(create_display_box) fix crashing on calling a method on a non blessed reference</title>
<updated>2012-04-20T18:22:16+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-20T18:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5116d0330c6a1bf0546fecd468ff13029f78aaf5'/>
<id>5116d0330c6a1bf0546fecd468ff13029f78aaf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(fs::partitioning_wizard::main) use newly introduced raid2real_kind() in</title>
<updated>2012-04-20T18:22:13+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-20T18:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=529f69b1360246c116dc62e729bc768e28d1cfaf'/>
<id>529f69b1360246c116dc62e729bc768e28d1cfaf</id>
<content type='text'>
order to get data about RAID devices, thus fixing:
- crashing on selecting a RAID device (calling first_usable_sector on
  undefined value in partition_table::get_normal_parts_and_holes())
- listing RAID devices

(bug introduced in commit r265764 pterjan by on Feb 4 2010:
"partitioning wizard: offer to install on dmraid and existing lvm")

sadly we trade "calling method on undefined value" for  "calling method
on unblessed reference" (see next commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
order to get data about RAID devices, thus fixing:
- crashing on selecting a RAID device (calling first_usable_sector on
  undefined value in partition_table::get_normal_parts_and_holes())
- listing RAID devices

(bug introduced in commit r265764 pterjan by on Feb 4 2010:
"partitioning wizard: offer to install on dmraid and existing lvm")

sadly we trade "calling method on undefined value" for  "calling method
on unblessed reference" (see next commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>(raid2real_kind) introduces it</title>
<updated>2012-04-20T18:22:10+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-20T18:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=448690f02ee29a5d633e890e09920a0adee386b2'/>
<id>448690f02ee29a5d633e890e09920a0adee386b2</id>
<content type='text'>
like lvm2kind(), it processes one raid device at a time instead
of returning { type =&gt; 'raid, name =&gt; 'raid', val =&gt; undef }
(which later causes crashes in partioning wizard)
(this obviously was never tested when introducing the later)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like lvm2kind(), it processes one raid device at a time instead
of returning { type =&gt; 'raid, name =&gt; 'raid', val =&gt; undef }
(which later causes crashes in partioning wizard)
(this obviously was never tested when introducing the later)
</pre>
</div>
</content>
</entry>
<entry>
<title>14.7</title>
<updated>2012-04-19T18:31:54+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-19T18:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=1617cd977f4bd64e0252eab04b6aa87b267dbdfe'/>
<id>1617cd977f4bd64e0252eab04b6aa87b267dbdfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(check_prog) add perl_checker hints</title>
<updated>2012-04-19T18:31:51+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-19T18:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fd57fe00841476a21e524b1af2a8b0cd5c66299d'/>
<id>fd57fe00841476a21e524b1af2a8b0cd5c66299d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(detect_during_install) stop all inactive raids before initializing RAIDs</title>
<updated>2012-04-19T18:31:48+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-19T18:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ca5c66da34ab81f01d93fa91db1431da71a34991'/>
<id>ca5c66da34ab81f01d93fa91db1431da71a34991</id>
<content type='text'>
(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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(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
</pre>
</div>
</content>
</entry>
<entry>
<title>(stop_inactive_mds) split it out of detect_during_install()</title>
<updated>2012-04-19T18:31:46+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-19T18:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=853ec3243a697032ef5fa22613897b68877c2973'/>
<id>853ec3243a697032ef5fa22613897b68877c2973</id>
<content type='text'>
(needed for next commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(needed for next commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>(_resolve_requested_and_check) explain</title>
<updated>2012-04-19T18:31:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-19T18:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8563da1a3ac0b1f0d47266add76bebed62e4887b'/>
<id>8563da1a3ac0b1f0d47266add76bebed62e4887b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
