<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/raid.py, branch before-loader-switch</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/'/>
<entry>
<title>log failure to read raid sb</title>
<updated>2002-06-25T05:17:35+00:00</updated>
<author>
<name>Mike Fulbright</name>
<email>msf@redhat.com</email>
</author>
<published>2002-06-25T05:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=5e2e10c0d9fb34877ccae201dcd27813074f44c4'/>
<id>5e2e10c0d9fb34877ccae201dcd27813074f44c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>migrate to using rhpl log function</title>
<updated>2002-05-23T16:34:38+00:00</updated>
<author>
<name>Mike Fulbright</name>
<email>msf@redhat.com</email>
</author>
<published>2002-05-23T16:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=9828fc34cf4402bfad440123477dd5b8334b626d'/>
<id>9828fc34cf4402bfad440123477dd5b8334b626d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1) Fix all copyrights 2) move everything to use rhpl.translate instead of our own translate.py</title>
<updated>2002-05-23T15:21:26+00:00</updated>
<author>
<name>Mike Fulbright</name>
<email>msf@redhat.com</email>
</author>
<published>2002-05-23T15:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=d7505f5e013cfa2b0af3eff08111c846f5930397'/>
<id>d7505f5e013cfa2b0af3eff08111c846f5930397</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move a lot more out of partitioning.py...  a lot of the functions are now</title>
<updated>2002-02-14T00:08:19+00:00</updated>
<author>
<name>Jeremy Katz</name>
<email>katzj@redhat.com</email>
</author>
<published>2002-02-14T00:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=a1c8ed06464d140ce520422d874e2bf9d3943f80'/>
<id>a1c8ed06464d140ce520422d874e2bf9d3943f80</id>
<content type='text'>
methods of request classes or the Partitions class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
methods of request classes or the Partitions class
</pre>
</div>
</content>
</entry>
<entry>
<title>stage2 of the partitioning.py cleanup</title>
<updated>2002-02-07T20:25:30+00:00</updated>
<author>
<name>Jeremy Katz</name>
<email>katzj@redhat.com</email>
</author>
<published>2002-02-07T20:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=5bd2c24d83025448000e8b56f8db8002013a9501'/>
<id>5bd2c24d83025448000e8b56f8db8002013a9501</id>
<content type='text'>
* move the following functions from partitioning.py -&gt; raid.py
  isRaid5, isRaid1, isRaid0, get_raid_min_members, get_raid_max_spares

* update other sources accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move the following functions from partitioning.py -&gt; raid.py
  isRaid5, isRaid1, isRaid0, get_raid_min_members, get_raid_max_spares

* update other sources accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>stage 1 of the partitioning.py cleanup effort --</title>
<updated>2002-02-06T21:49:11+00:00</updated>
<author>
<name>Jeremy Katz</name>
<email>katzj@redhat.com</email>
</author>
<published>2002-02-06T21:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=b79bbf852add9ff1ff09138ea35488b26cc7bdb7'/>
<id>b79bbf852add9ff1ff09138ea35488b26cc7bdb7</id>
<content type='text'>
1) move the following functions from partitioning.py -&gt; partedUtils.py
   get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector,
   end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB,
   get_partition_by_name, get_partition_name, get_partition_file_system_type,
   set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname,
   filter_partitions, get_logical_partitions, get_primary_partitions,
   get_raid_partitions, get_lvm_partitions,
2) move PartitioningError and PartitioningWarning classes from
   partitioning.py -&gt; partErrors.py

Change everything that depends on these functions to use the new location
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) move the following functions from partitioning.py -&gt; partedUtils.py
   get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector,
   end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB,
   get_partition_by_name, get_partition_name, get_partition_file_system_type,
   set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname,
   filter_partitions, get_logical_partitions, get_primary_partitions,
   get_raid_partitions, get_lvm_partitions,
2) move PartitioningError and PartitioningWarning classes from
   partitioning.py -&gt; partErrors.py

Change everything that depends on these functions to use the new location
</pre>
</div>
</content>
</entry>
<entry>
<title>balkan go bye-bye (51888)</title>
<updated>2001-08-16T19:47:42+00:00</updated>
<author>
<name>Jeremy Katz</name>
<email>katzj@redhat.com</email>
</author>
<published>2001-08-16T19:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=025528c72841f1ba093b68cdf162a278f381c63a'/>
<id>025528c72841f1ba093b68cdf162a278f381c63a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>backwards, oops</title>
<updated>2001-08-14T22:16:21+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-08-14T22:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=f6d8302a295d33b992c7140d209aca4b4b3a9be6'/>
<id>f6d8302a295d33b992c7140d209aca4b4b3a9be6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reconstrict an existing RAIDDevice for those devices mentioned in the fstab.  This</title>
<updated>2001-08-09T19:36:32+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-08-09T19:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=1f81ca85e7d164f9006b1a8728a63498a73c7636'/>
<id>1f81ca85e7d164f9006b1a8728a63498a73c7636</id>
<content type='text'>
is so we can get the SW RAID member that is bootable when we go to install GRUB.
(#51213)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is so we can get the SW RAID member that is bootable when we go to install GRUB.
(#51213)
</pre>
</div>
</content>
</entry>
<entry>
<title>make raid inconsistencies non fatal (#36985)</title>
<updated>2001-07-23T23:14:52+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-07-23T23:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=359958c2cc5b6466bc1afd4f61509accb16b7d78'/>
<id>359958c2cc5b6466bc1afd4f61509accb16b7d78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
