[opensuse-autoinstall] Partitioning error openSuSE 10.2
Hi! That's my second attempt with this issue. In short: re-installing a Proliant box I get the following error: ---------------------------------------------- INFO POPUP:The partitioning on disk /dev/cciss/c0d0 is not readable by the partitioning tool parted, which is used to change the partition table. You can use the partitions on disk /dev/cciss/c0d0 as they are. You can format them and assign mount points to them, but you cannot add, edit, resize, or remove partitions from that disk with this tool. ------------------------------------------------ This is the partitioning part: <?xml version="1.0"?> <partitioning config:type="list" xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns" xmlns:xinclude=" http://www.w3.org/2001/XInclude"> <drive> <device>/dev/cciss/c0d0</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <partition_id config:type="integer">242</partition_id> <partition_nr config:type="integer">1</partition_nr> <partition_type>primary</partition_type> <format config:type="boolean">false</format> <size>6mb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <label>boot</label> <mount>/boot</mount> <size>128mb</size> </partition> <partition> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <size>512mb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <label>root</label> <mount>/</mount> <size>8GB</size> </partition> <partition> <lvm_group>vg00</lvm_group> <size>max</size> </partition> </partitions> <use>all</use> </drive> <drive> <device>/dev/vg00</device> <initialize config:type="boolean">true</initialize> <is_lvm_vg config:type="boolean">true</is_lvm_vg> <partitions config:type="list"> <partition> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <lv_name>home</lv_name> <mount>/home</mount> <fstopt>nodev,nosuid</fstopt> <size>10GB</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <lv_name>tmp</lv_name> <mount>/tmp</mount> <fstopt>nodev,nosuid,noexec</fstopt> <size>1GB</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <lv_name>usr</lv_name> <mount>/usr</mount> <fstopt>nodev</fstopt> <size>5GB</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <lv_name>var</lv_name> <mount>/var</mount> <fstopt>nodev,nosuid</fstopt> <size>2GB</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <lv_name>amacore</lv_name> <mount>/www</mount> <fstopt>nodev,nosuid</fstopt> <size>max</size> </partition> </partitions> <use>all</use> </drive> </partitioning> This seems to be bug. Can somebody confirm it at least? Thanks! Valentin IMPORTANT - CONFIDENTIALITY NOTICE - This e-mail is intended only for the use of the individual or entity shown above as addressees. It may contain information which is privileged, confidential or otherwise protected from disclosure under applicable laws. If the reader of this transmission is not the intended recipient, you are hereby notified that any dissemination, printing, distribution, copying, disclosure or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this transmission in error, please immediately notify us by reply e-mail or using the address below and delete the message and any attachments from your system. Amadeus Data Processing GmbH Geschäftsführer: Eberhard Haag Sitz der Gesellschaft: Erding HR München 48 199 Berghamer Strasse 6 85435 Erding Germany -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Wednesday 11 July 2007 17:33, Valentin Eberhardt wrote:
---------------------------------------------- INFO POPUP:The partitioning on disk /dev/cciss/c0d0 is not readable by the partitioning tool parted, which is used to change the partition table.
You can use the partitions on disk /dev/cciss/c0d0 as they are. You can format them and assign mount points to them, but you cannot add, edit, resize, or remove partitions from that disk with this tool. ------------------------------------------------
This is the partitioning part:
this has nothing to do with your partitioning section in the autoyast profile. This warning raises up when the partition information in /proc/ differs from what parted has readed. Please send me the /var/log/YaST2/y2log file when the popup raises up. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Uwe Gansert
-
Valentin Eberhardt