PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fehler bei Softwareraid erstellung über Autoyast



karir
05.07.06, 15:17
Hallo zusammen,

ich hab hier n ziemliches Problem mit der Einrichtung eines Softwareraid über Autoyast. Das ganze soll auf nem 64 Bit SATA System laufen OS ist Suse 10.0.
Ohne Autoyast ist das ganze auch kein Problem allerdings endet Autoyast immer mit der Fehlermeldung :

Der Speicher konnte nicht geändert werden.

Fehlercode des Systems: -6002

bei der folgenden Aktion ist ein Fehler aufgetreten:
Softwareraid /dev/md0 wird erstellt.

Ich habe mehrere Autoyastdateien ausprobiert die auf anderen Systemen laufen sollen bei meinem hier kommt immer nur dieser Fehler.

Leider finde ich im Netzt keine Info zu dem Fehler. Die Partitionen werden noch ordentlich erstellt allerdings nicht zum Raid zusammengefasst.

Ich währe froh wenn jemand einen Hinweis hätte woran das liegt..

anbei noch der Partitioning Teil der autoinst.xml



<partitioning config:type="list">
<drive>
<device>/dev/sda</device>
<initialize config:type="boolean">true</initialize>
<partitions config:type="list">
<partition>
<format config:type="boolean">false</format>
<partition_id config:type="integer">253</partition_id>
<raid_name>/dev/md0</raid_name>
<raid_type>raid</raid_type>
<size>74gb</size>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<loop_fs config:type="boolean">false</loop_fs>
<mount>swap</mount>
<partition_id config:type="integer">130</partition_id>
<partition_type>primary</partition_type>
<size>1024M</size>
</partition>
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<loop_fs config:type="boolean">false</loop_fs>
<mount>/boot</mount>
<partition_id config:type="integer">131</partition_id>
<partition_type>primary</partition_type>
<size>20M</size>
</partition>

</partitions>
<use>all</use>
</drive>
<drive>
<device>/dev/sdb</device>
<initialize config:type="boolean">true</initialize>
<use>all</use>
<partitions config:type="list">
<partition>
<format config:type="boolean">false</format>
<partition_id config:type="integer">253</partition_id>
<raid_name>/dev/md0</raid_name>
<raid_type>raid</raid_type>
<size>74gb</size>
</partition>
</partitions>
</drive>
<drive>
<device>/dev/md</device>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/space</mount>
<partition_id config:type="integer">131</partition_id>
<partition_nr config:type="integer">0</partition_nr>
<raid_options>
<chunk_size>4</chunk_size>
<parity_algorithm>left-asymmetric</parity_algorithm>
<raid_type>raid1</raid_type>
</raid_options>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>