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 access for domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] NFS access for domU
From: "Matthew Law" <matt@xxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Feb 2010 22:34:24 -0000
Delivery-date: Wed, 24 Feb 2010 14:36:46 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
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>
Reply-to: matt@xxxxxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.19
I know similar questions to this have been asked on here before, but I
just want to check this scheme is sane before I implement it?

I have several dom0's each with 4 x NICs; 2 x NICs in a bond on the public
VLAN for internet access (the dom0 bridge) and 2 x NICs in a bond on the
management & storage VLAN with access to the storage servers.

I want to provide space on a new FreeBSD NFS filer for each of my domUs. 
I can either create individual NFS shares per domU or a single NFS share
with sub-dirs for each domU.  My favoured plan at the moment is to create
individual NFS shares per domU and add them as supplementary disks in the
domU config, something like this maybe:

disk = ['nfs:my.filer.address//domUbackup/domUname.img,xvdb,w']

Is this sane?  Do I have to use a file-based disk image for NFS or can I
use an LVM volume as I do for domU local storage? - the volume would never
be accessed concurrenly by multiple servers, so I don't need any cluster
aware file system on it.


Thanks as always,

Matt.


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] NFS access for domU, Matthew Law <=