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-devel

Re: [Xen-devel] Virtual File System in XEN

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Virtual File System in XEN
From: Nupur Ghatnekar <nupurghatnekar@xxxxxxxxx>
Date: Fri, 30 Sep 2011 08:27:53 +0530
Delivery-date: Thu, 29 Sep 2011 20:00:16 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6416bH6SLttGMP5r977dorpdsLX6MBFWwoyJlrJZcWM=; b=vTx+bFkHPR8aX1DJZs5a7nXKdcJxhYEmyeWnoXH8X0PKXq5IKXbQwh+tOzWtubE2/M tBqkr6DDGBSFUisxmW9krF+ak/MJHxVl0j/DzsswVwNBX/gXgTGhCnuZ4da/rWfGi5gk 0vzM99dWyZtfn5IOH3c/xuRJDyQ7jWIwOJ/QY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1316692074.23371.60.camel@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <CAO8_4Vq7Q145GWwW8jG0oOs6TugQvP764njJ3JLtrAZ766tNUw@xxxxxxxxxxxxxx> <1316692074.23371.60.camel@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
We are planning to port the VirtFS implemented in the KVM land ( http://www.sciweavers.org/publications/virtfs-virtualization-aware-file-system-pass-through) to XEN land. 

The advantages are 
1) sharing 
2) security 
3)reduced translations

On Thu, Sep 22, 2011 at 5:17 PM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote:
On Thu, 2011-09-22 at 11:01 +0100, Nupur Ghatnekar wrote:
> We are an undergraduate group of students. For our final year project,
> we are planning to implement a Virtual File System in XEN.
>
>
> In a paravirtualised environment, an Userspace Application makes a
> system call for access to a file, the domU’s kernel traps it and
> converts it to an appropriate block number. Now this block number is
> on the Virtual Hard Disk. The blktap mechanism is used for block I/O.
> It involves using XenBus and a daemon in user space of Dom0 which with
> help of libaio fires the request on Dom0 File System.

Just for completeness actual I/O doesn't go via XenBus but is instead
sent as grant references over a shared ring.

>  The current scenario involves multiple translations for getting the
> actual physical address.
>
>
> Our project intends to reduce the number of translations required
> during the fetching or satisfying of the request.
>
> The DomU kernel doesn’t convert the FS request to block and passes on
> this to dom0 using a client-server mechanism.
>
>
> We intend to implement it using the 9P protocol.\
>
> 1) The domU kernel’s filesystem component will be a client and the
> dom0 will be the server.
>
> 2) The domU’s kernel will send the file request to dom0 using the 9P
> protocol rather than converting it to appropriate block no.
>
> 3) The server in dom0 will authenticate the request, process it and
> send the appropriate replies.
>
>
> By having a virtual file system, the hypervisor will have a better
> understanding of what the guest domains are doing and hence this can
> help in taking intelligent decisions and thereby have better results
> in caching, de-duplication and snapshots.
>
>
>
> Any suggestions for our proposed project would be appreciated.

There has been some work on a 9p driver for virtio recently (see the
qemu list), combining that with the virtio-on-xen GSoC project would
like a decent approach to implementing this.

Ian.

> --
>
> Nupur Ghatnekar





--

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