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
 
   
 

xci-devel

Re: [Xci-devel] dom0 can't find the LVM volumes

To: Andreas Sommer <AndiDog@xxxxxx>
Subject: Re: [Xci-devel] dom0 can't find the LVM volumes
From: Jean Guyader <jean.guyader@xxxxxxxxx>
Date: Thu, 15 Oct 2009 21:50:47 +0100
Cc: xci-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 15 Oct 2009 13:50:45 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=8xrqyXywW04AgbT+CycNEsCjBXvxmcJQoBd9TUOlLcE=; b=IWQ1I8YNA1/46T1n/8K3aYohLamot0nzwsJ/KjKM2ESCoAo9S2bm1iBnFdL14Zrseb 21lg36RmgJnBEooUCgRPxB2Y9GkpwrS7nAB12Slk0zc8YARFvnMAf/PTW1ACrC0gJGUI v1bDMME0H7hfYuRict0iGaG86ycVj3cboCSpU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xgTBWlqWG3OlElbOy3CFjpoiivukZoM4iOGylOXPP1s+ow7ZO/Ngqlo2QX43NsBhkc 7/AhIgnjNWdMr6cfDXQW3siLiCpIyaLB/YQC7jXcu3jg5DVnSc9+EckTTxCzjFn7mIx5 zNhBSSlRjkHZk9pI7pSMwfHA0xGG5SsQQwCDA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4AD787EB.1020706@xxxxxx>
List-archive: <http://lists.xensource.com/archives/html/xci-devel>
List-help: <mailto:xci-devel-request@lists.xensource.com?subject=help>
List-id: xci-devel.lists.xensource.com
List-post: <mailto:xci-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4AD387F8.2080807@xxxxxx> <f68b66460910121329x7781d7a3ya49a71ae14e5f594@xxxxxxxxxxxxxx> <4AD4455F.7030905@xxxxxx> <f68b66460910131013n42b22e52ofd4abffb7216f086@xxxxxxxxxxxxxx> <4AD787EB.1020706@xxxxxx>
Sender: xci-devel-bounces@xxxxxxxxxxxxxxxxxxx
2009/10/15 Andreas Sommer <AndiDog@xxxxxx>:
> Jean Guyader wrote:
>
> It's probably because we don't have disk driver for VmWare in our dom0
> kernel config.
>
> Jean
>
>
>
> Yes I think you're right, as the kernel doesn't show any "sd: " messages. In
> the dom0 /lib/modules folder, there are neither the scsi nor the sd module.
>
> Could you please give me a hint on how to change the dom0 kernel
> configuration (menuconfig) and rebuild it?
>
>
>
> Sure.
>
> $ (cd build_i686/build-linux-dom0-2.6.27 && make menuconfig )
> $ rm build_i686/build-linux-dom0-2.6.27/.compiled
> $ make xenclient-kernel
>
> Jean
>
>
>
> Thanks that works but there's another problem...
>
> I selected several options that I think might work with the VMware-emulated
> adapter (which should be some Fusion LSI-Logic adapter as to Internet
> forums): CONFIG_FUSION* and CONFIG_BLK_DEV_SD (CONFIG_SCSI is also enabled).
> The matching object files like mptspi.o, scsi_mod.o, sd_mod.o are then built
> correctly but the respective kernel modules (*.ko files) are not built. I
> don't really understand this, does Xenclient's build process change anything
> before it makes the kernel or what is the problem here?
>

There is another make "stamp" for the install on the target.
If you remove this file
project_build_i686/xenclient/autotools-stamps/xen-kernel_target_installed
the modules will be included into the rootfs.

Jean

_______________________________________________
Xci-devel mailing list
Xci-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xci-devel

<Prev in Thread] Current Thread [Next in Thread>