public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Javier Guerra" <javier-796Irmz5ZkZBDgjK7y7TUQ@public.gmane.org>
To: "Laurent Vivier" <Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [PATCH] qemu: use statically allocate 512 byte buffer in the stack for sector in bdrv_commit
Date: Mon, 7 Jan 2008 11:42:49 -0500	[thread overview]
Message-ID: <90eb1dc70801070842g585cd92dr8a8a383e2f3274df@mail.gmail.com> (raw)
In-Reply-To: <1199723417.23380.43.camel@frecb07144>

On 1/7/08, Laurent Vivier <Laurent.Vivier@bull.net> wrote:
> Le lundi 07 janvier 2008 à 11:03 -0500, Javier Guerra a écrit :
> > hopefully, it would now work with "-cache=off", don't you think?
>
> Well, I don't think the problem is at the host level but at the guest
> level, because both instances of qemu share the host cache and thus
> first instance should see changes made by the second instance (and
> vice-versa).

that's what a cluster filesystem is designed to cope with (and in fact expects)

> There are also some caches at qemu level to emulate DMA, for instance in
> hw/ide.c it is MAX_MULT_SECTORS (16) which is 8 kB buffer, perhaps your
> problem is here but "cache=off" doesn't remove this.
> Did you try to change MAX_MULT_SECTORS to 1 ?

nope, don't know enough of qemu internals...

but if those caches can be flushed from the guest, the filesystem
should do that when writing its metadata

> What do you call a "cluster filesystem" ?

GFS, OCFS2, etc.   that is, filesystems that are designed to run on
more than one host with shared block storage.  usually that means
FibreChannel or iSCSI, but on VMs, a common backing could work too (at
least in theory).

Xen manages it, at least on paravirtualized guests; hadn't tried on
HVM guests. maybe the IDE-like emulation is too poor an interface to
handle it.

-- 
Javier
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

  reply	other threads:[~2008-01-07 16:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-04  7:11 [PATCH] qemu: use statically allocate 512 byte buffer in the stack for sector in bdrv_commit Carlo Marcelo Arenas Belon
2008-01-07  9:27 ` Avi Kivity
     [not found]   ` <4781F08E.8060407-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-07 10:22     ` Laurent Vivier
2008-01-07 10:47       ` Avi Kivity
     [not found]         ` <4782034C.4000805-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-07 12:08           ` Laurent Vivier
2008-01-07 15:16           ` Laurent Vivier
2008-01-07 15:34             ` Javier Guerra
     [not found]               ` <90eb1dc70801070734l2062cac6r7a7bed1d6d3d2c0c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-01-07 15:45                 ` Laurent Vivier
2008-01-07 16:03                   ` Javier Guerra
     [not found]                     ` <90eb1dc70801070803w1a863acs75677e707446f79a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-01-07 16:30                       ` Laurent Vivier
2008-01-07 16:42                         ` Javier Guerra [this message]
     [not found]                           ` <90eb1dc70801070842g585cd92dr8a8a383e2f3274df-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-01-07 17:05                             ` Laurent Vivier
2008-01-07 18:32                       ` Avi Kivity
2008-01-07 18:29                 ` Avi Kivity
2008-01-07 18:27             ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=90eb1dc70801070842g585cd92dr8a8a383e2f3274df@mail.gmail.com \
    --to=javier-796irmz5zkzbdgjk7y7tuq@public.gmane.org \
    --cc=Laurent.Vivier-6ktuUTfB/bM@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox