
http://bugzilla.novell.com/show_bug.cgi?id=598193 http://bugzilla.novell.com/show_bug.cgi?id=598193#c50 --- Comment #50 from Jaroslaw Zachwieja <grok@warwick.ac.uk> 2010-06-15 11:02:29 UTC --- Jun 14 17:34 factory problem still there. Uwe, do you think -3030 can be in any way AutoYast related? I can see some people here are using dm-raid devices, this is happening for regular LVM created during installation with the following autoinst.xml: <partitioning config:type="list"> <drive> <device>/dev/os</device> <partitions config:type="list"> <partition> <create config:type="boolean">true</create> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">xfs</filesystem> <format config:type="boolean">true</format> <fstopt>defaults</fstopt> <loop_fs config:type="boolean">false</loop_fs> <lv_name>tmp</lv_name> <mount>/tmp</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <raid_options/> <resize config:type="boolean">false</resize> <size>max</size> </partition> </partitions> <pesize>4M</pesize> <type config:type="symbol">CT_LVM</type> <use>all</use> </drive> <drive> <device>/dev/sda</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <create config:type="boolean">true</create> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">ext4</filesystem> <format config:type="boolean">true</format> <fstopt>noatime,acl,user_xattr</fstopt> <loop_fs config:type="boolean">false</loop_fs> <mount>/boot</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">1</partition_nr> <raid_options/> <resize config:type="boolean">false</resize> <size>97680896</size> </partition> <partition> <create config:type="boolean">true</create> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">ext4</filesystem> <format config:type="boolean">true</format> <fstopt>noatime,acl,user_xattr</fstopt> <loop_fs config:type="boolean">false</loop_fs> <mount>/</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">2</partition_nr> <raid_options/> <resize config:type="boolean">false</resize> <size>32201932288</size> </partition> <partition> <create config:type="boolean">true</create> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <fstopt>defaults</fstopt> <loop_fs config:type="boolean">false</loop_fs> <mount>swap</mount> <mountby config:type="symbol">id</mountby> <partition_id config:type="integer">130</partition_id> <partition_nr config:type="integer">3</partition_nr> <raid_options/> <resize config:type="boolean">false</resize> <size>2138209792</size> </partition> <partition> <create config:type="boolean">true</create> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">ext4</filesystem> <format config:type="boolean">false</format> <loop_fs config:type="boolean">false</loop_fs> <lvm_group>os</lvm_group> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">142</partition_id> <partition_nr config:type="integer">4</partition_nr> <raid_options/> <resize config:type="boolean">false</resize> <size>max</size> </partition> </partitions> <pesize></pesize> <type config:type="symbol">CT_DISK</type> <use>all</use> </drive> </partitioning> What is _really_ scary that it did work before at time of Comment 39. Current uname says the kernel was built 2010-06-03 18:33:51. The /dev/mapper/os-tmp node disappears during automated partitioning with autoyast. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.