WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] CentOS 5.5 x86_64 - XEN DomU LVM ext4 partition support

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] CentOS 5.5 x86_64 - XEN DomU LVM ext4 partition support
From: Aidan Wong <awong@xxxxxxx>
Date: Thu, 13 Jan 2011 11:46:26 -0800
Delivery-date: Thu, 13 Jan 2011 11:54:29 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xen.com; s=google; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=VvlVQITq1+CVVCg8FMOLnZKWBkTUlU4sw0VMg+8sATY=; b=t0xGxvZs3yXeKn+HiWuy7m77WQAa1coEYzUbLE0YIebdPgrAxptDR08MFv2xTcDpx9 QRg7ZRPpGev1d+BtLPtamWySrW6udq8cAT1IH90Us2Rl7k28vv2eXshKfUEFxBSOUe7Z 844twECy8jmW0xI2PoU32BkrFlK73+2XmMrqY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=xen.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; b=SMrmKBljV4Qin6ocYZ/wj/1SLTNHCg0ai4oOyo4xf5OoxIuqzqkB/jU7Af1758tilo kMMnAdvlXZxNfGH4t8cofcAZBOXE7qZ6AbjSbly3dM4BZofp/wDjJqPgtFgoCUlfjGKk KpA/R2Vr5do47/F+wJs5CDxBq/7C70hQZEqxQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I'm on CentOS 5.5 x86_64 with kernel version 2.6.18-194.32.1.el5xen.   I'm trying to setup a DomU on a LVM EXT4 partition for /root.  While launching the DomU, I can see that the EXT4 kernel module is loaded, but I'm getting the following error:

  [code]
Creating root device.
Mounting root filesystem.
EXT3-fs: sda1: couldn't mount because of unsupported optional features (240).
mount: error mounting /dev/root on /sysroot as ext3: Invalid argument
Setting up other filesystems.
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!
[/code]

Here's my DomU config:

[code]
kernel = "/boot/xen-kernel/vmlinuz-2.6.18-194.32.1.el5xen"
ramdisk = "/boot/xen-ramdisk/initrd_centos-ramdisk_2.6.18-194.32.1.el5xen.img"
memory = "1024"
disk = ['phy:VG_DATASTORE/LV_XEN_1,sda1,w', 'phy:VG_DATASTORE/LV_SWAP_1,sda2,w']
root = '/dev/sda1 ro'
vif = ['bridge=xenbr0', '']
vcpus = 1
#>
#>
[/code]

Can someone help with this issue?


Thanks
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>