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] i can't get xen to run off of a nbd share

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] i can't get xen to run off of a nbd share
From: "Tomoki Taniguchi" <tomoki.taniguchi@xxxxxxxxx>
Date: Mon, 1 Oct 2007 18:12:45 +0900
Delivery-date: Mon, 01 Oct 2007 02:13:39 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=jm678PPd6mTHYiGnOB2Xh8AtlTVd5ksAD0Ch0jHwYq0=; b=tUZt6tTBQdYdzwOE0g6Fvw+jLcK5drjkieACZ0YhlwSfzAD/0P2fHkZ//loHDq9IZzzb8sCYu8PEfE+xWyQJr8nhPAQcbZBZrcmJr23HuTO8OOlgnCLo5iVwYGY46x04FF5DJ9unbXmbC3rfngzgfP/VrUepGMyQKi8hb6B2BoE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EApfmUmfmfwdN/vIKKtqUfi5PMvn33hegDV2cHL5ZKWE3NHsLdCNOXNMarJvccXJEv6CSEhZIZQe9IWpLAIY3W0aP5FepRQlJaNT70CS6VvW6Kvcc0nRLlHQo0OHV+/Yb249R7pTcncxrdvNAKMWq8EBxl8rmjQUddxD1M2xUhI=
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
I have read somewhere that nbd and gnbd shared devices can be used as
a disk device under xen.

i haven't really seen any solid documentation about on how to get this done,
but when doing a search on xen and nbd,
i came across a few examples of how to get this to run
http://w3.linux-magazine.com/issue/70/Xen_3_Virtualization.pdf
disk = ['nbd:ip.address.of.server port#, sda1,w']

is this correct?
i have tried to get this to work, but i am getting this error message
Error: Device 2049 (vbd) could not be connected. Backend device not found.

i know that the nbd device is being shared properly.  I was able to
connect, and mount
it using nbd-client.

i am running xen 3.0.3 which is the packaged version in Ubuntu 7.04
feisty (ubuntu-xen-server package).

Can anyone help me?

TIA,
Tomoki

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] i can't get xen to run off of a nbd share, Tomoki Taniguchi <=