https://bugzilla.novell.com/show_bug.cgi?id=365688 User luizluca@tre-sc.gov.br added comment https://bugzilla.novell.com/show_bug.cgi?id=365688#c11 Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|luizluca@tre-sc.gov.br | --- Comment #11 from Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br> 2008-04-22 12:35:11 MST --- I tested both with xvda and hda setups (just changing the xen conf file). That's why the log contained hda instead of xvda. However, the results are similar. These steps can create a new installation and reproduce the problem inside the yast on disk setup. # lvcreate -L 500M system Logical volume "lvol0" created # lvcreate -L 500M system Logical volume "lvol1" created # mkfs.ext3 /dev/system/lvol0 # mkswap /dev/system/lvol1 # cat > /tmp/vm-test <<EOF name="test" ostype="opensuse" uuid="4fd5e057-d519-16ef-e809-87b0f2f9d94b" memory=1024 vcpus=1 on_crash="destroy" on_poweroff="destroy" on_reboot="restart" localtime=0 builder="linux" bootloader="/usr/lib/xen/boot/domUloader.py" bootargs="--entry=:/boot/vmlinuz-xen,/boot/initrd-xen" extra="root=/dev/xvda1" disk=[ 'phy:/dev/system/lvol1,xvda1,w', 'phy:/dev/system/lvol0,xvda2,w', ] vif=[ 'mac=00:16:3e:0d:a3:45', ] vfb=['type=vnc,vncunused=1'] ramdisk = '/tmp/initrd-from-instalation' kernel = '/tmp/kernel-from-instalation' extra = 'install=http://download.opensuse.org/distribution/10.3/repo/oss/' EOF I did a workaround that solved the problem SOMETIMES. I create an empty disk with the same geometry and partition table that a disk would have with xvda1 and xvda2 inside it. And after adding it at the end of disk specs, SOMETIMES yast pass the disk setup correctly. disk=[ 'phy:/dev/system/lvol1,xvda1,w', 'phy:/dev/system/lvol0,xvda2,w', 'file:/tmp/disk_xxx,xvda,w', and fdisk -l /tmp/disk_xxx would show... xvda1 1 # of blocks in lvol1 Linux SWAP xvda2 # of blocks in lvol1 + 1 # of blocks in lvol1+lvol0 Linux -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.