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] NFS boot : Is it a bug?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] NFS boot : Is it a bug?
From: Muhammad Atif <m_atif_s@xxxxxxxxx>
Date: Wed, 1 Aug 2007 23:13:46 -0700 (PDT)
Delivery-date: Wed, 01 Aug 2007 23:11:34 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=U0MdfBb9Tv4tGCh2k4s69qIK2s4kI/d3Qep4YNS608ZQSaXR+PBxIOBEVbULm8pYRxmobzzQNlDrnRnbXIwIRTxFkwRupBnrR9xa/teFp92NFwc6Qz3i/psYgwrLZJnQL9V/K1n6VwtPryZPcqPYkyna7h3Pv8Triy/iNa7xo5U=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

 Hi
I am trying migration and there are few observations. One of them seem to be a bug but i am not too sure... I may mention that migration is working on my machine but its not the way it was supposed to be.

1- I have set up the migration through NFS. Now in the config file of xen guest say mvd1.cfg i have set up the config as pasted
    #NFS options
        nfs_server='192.168.0.10'  
        nfs_root='/nfs/xen-mig/mvd1'
        root= '/dev/nfs'
 
The thing is that commandline argument passed does not specify root=/dev/nfs to the guest kernel.  I can see during the boot the commandline is missing root=/dev/nfs thing. So the domain does not boot correctly. I am required to force this by adding  extra='root=/dev/nfs' to make it work. Is it a bug? or am i missing something.

I am using Xen 3.0.1 and have compiled it from source. Once i do this the domains boot from the NFS and work the way they are required to do.

2- Another thing is that once i pin (export) the NIC to guest domain with pciback ... the domain works, but upon migration it crashes for obvious reasons that it cannot find the same PCI address. Is there anyway to export a PCI (NIC  in my case) to migrating guest domain?

Any help would be appreciated.. thanks in advance.

Best Regards,
Muhammad Atif



Building a website is a piece of cake.
Yahoo! Small Business gives you all the tools to get online.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] NFS boot : Is it a bug?, Muhammad Atif <=