public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* kvmfs
@ 2007-05-06 11:38 Mark Ryden
       [not found] ` <dac45060705060438i204b8ed3lb98606b913a616c3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Ryden @ 2007-05-06 11:38 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,
Could anybody tell a few sentences anout kvmfs: what is it for ?
I did not find anything in the FAQ; googling for it did not give a valuable
info either.
Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kvmfs
       [not found] ` <dac45060705060438i204b8ed3lb98606b913a616c3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-06 11:51   ` Avi Kivity
       [not found]     ` <463DC137.1000601-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Avi Kivity @ 2007-05-06 11:51 UTC (permalink / raw)
  To: Mark Ryden; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Mark Ryden wrote:
> Hi,
> Could anybody tell a few sentences anout kvmfs: what is it for ?
> I did not find anything in the FAQ; googling for it did not give a valuable
>   

It's a pseudo filesystem for generating inodes; it's just glue to get 
things working; it has no specific functionality.

I'll rip it out in favor of ainofs [1] soon.


[1] http://lwn.net/Articles/228903/

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kvmfs
       [not found]     ` <463DC137.1000601-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-05-06 15:10       ` Mark Ryden
       [not found]         ` <dac45060705060810n5ec7b1eehda15b3d91f277b3d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Ryden @ 2007-05-06 15:10 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Thanks, Avi.

I thought that this kvmfs is somehow connected to
"a synthetic file system that can be used to control one or more KVM
virtual machines running on a computer."

see:
http://www.linuxsymposium.org/2007/view_abstract.php?content_key=102

I assume there is no connection between your kvm and this project ?

Regards,
Mark


On 5/6/07, Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
> Mark Ryden wrote:
> > Hi,
> > Could anybody tell a few sentences anout kvmfs: what is it for ?
> > I did not find anything in the FAQ; googling for it did not give a valuable
> >
>
> It's a pseudo filesystem for generating inodes; it's just glue to get
> things working; it has no specific functionality.
>
> I'll rip it out in favor of ainofs [1] soon.
>
>
> [1] http://lwn.net/Articles/228903/
>
> --
> error compiling committee.c: too many arguments to function
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kvmfs
       [not found]         ` <dac45060705060810n5ec7b1eehda15b3d91f277b3d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-06 15:30           ` Avi Kivity
  0 siblings, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2007-05-06 15:30 UTC (permalink / raw)
  To: Mark Ryden; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Mark Ryden wrote:
> Thanks, Avi.
>
> I thought that this kvmfs is somehow connected to
> "a synthetic file system that can be used to control one or more KVM
> virtual machines running on a computer."
>
> see:
> http://www.linuxsymposium.org/2007/view_abstract.php?content_key=102
>
> I assume there is no connection between your kvm and this project ?
>

Ah, okay.  There are two kvmfs's.

What I described is a kvm-internal thing.  The paper appears to describe 
something that is used to manage kvm as a whole.  I don't really know 
anything about it, I guess I'll have to attend the presentation.


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-06 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-06 11:38 kvmfs Mark Ryden
     [not found] ` <dac45060705060438i204b8ed3lb98606b913a616c3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-06 11:51   ` kvmfs Avi Kivity
     [not found]     ` <463DC137.1000601-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-06 15:10       ` kvmfs Mark Ryden
     [not found]         ` <dac45060705060810n5ec7b1eehda15b3d91f277b3d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-06 15:30           ` kvmfs Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox