qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Kevin Wolf <kwolf@redhat.com>
Cc: Alexander Graf <agraf@suse.de>,
	hch@lst.de, qemu-devel@nongnu.org,
	Aurelien Jarno <aurelien@aurel32.net>,
	Paul Brook <paul@codesourcery.com>
Subject: Re: [Qemu-devel] Re: [PATCH] Add cache=volatile parameter to -drive
Date: Wed, 26 May 2010 09:08:24 -0500	[thread overview]
Message-ID: <4BFD2B58.6000503@codemonkey.ws> (raw)
In-Reply-To: <4BFD2A1D.9050903@redhat.com>

On 05/26/2010 09:03 AM, Kevin Wolf wrote:
> Am 26.05.2010 15:42, schrieb Anthony Liguori:
>    
>> On 05/26/2010 03:43 AM, Kevin Wolf wrote:
>>      
>>> Am 26.05.2010 03:31, schrieb Anthony Liguori:
>>>
>>>        
>>>> On 05/25/2010 04:01 PM, Aurelien Jarno wrote:
>>>>
>>>>          
>>>>> I really think this patch can be useful, in my own case when testing
>>>>> debian-installer (I already cache=writeback). In short all that is about
>>>>> developing and testing, as opposed to run a VM in production, can
>>>>> benefit about that. This was one of the original use case of QEMU before
>>>>> KVM arrived.
>>>>>
>>>>> Unless someone can convince me not to do it, I seriously considering
>>>>> applying this patch.
>>>>>
>>>>>
>>>>>            
>>>> There really needs to be an indication in the --help output of what the
>>>> ramifications of this option are, in the very least.  It should also be
>>>> removable via a ./configure option because no sane distribution should
>>>> enable this for end users.
>>>>
>>>>          
>>> We know better what you stupid user want?
>>>        
>> What percentage of qemu users do you think have actually read qemu-doc.texi?
>>      
> As I said, put the warning in the option name like cache=unsafe or
> something even more scary and I'm all for it.
>
>    
>> It's not a stretch for someone to have heard that cache options can
>> improve performance, and then see cache=volatile in the help output, try
>> it, and then start using it because they observe a performance improvement.
>>
>> That's not being stupid.  I think it's a reasonable expectation for a
>> user to have that their data is safe.
>>      
> You seem to think that the user is too stupid to allow him to use this
> option even if he's perfectly aware what it's doing. It's a useful
> option if it's used right.
>    

No, that's not what I said.  I'm saying we need to try hard to make a 
user aware of what they're doing.

If it spit out a warning on stdio, I wouldn't think a compile option is 
needed.  Even with help output text, I'm concerned that someone is going 
to find a bad example on the internet.

cache=unsafe addresses the problem although I think it's a bit hokey.

> We need to make clear that it's dangerous when it's used in the wrong
> cases (for example by naming), but just disabling is not a solution for
> that. You don't suggest that "no sane distribution" should ship rm,
> because it's dangerous if you use it wrong, do you?
>    

You realize that quite a lot of distributions carry a patch to rm that 
prevents a user from doing rm -rf /?

Regards,

Anthony Liguori

> Kevin
>    

  reply	other threads:[~2010-05-26 14:14 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-17 10:14 [Qemu-devel] [PATCH] Add cache=volatile parameter to -drive Alexander Graf
2010-05-17 10:42 ` [Qemu-devel] " Kevin Wolf
2010-05-17 12:58 ` Anthony Liguori
2010-05-17 13:02   ` Alexander Graf
2010-05-17 13:09     ` Anthony Liguori
2010-05-17 13:17       ` Alexander Graf
2010-05-17 13:26         ` Anthony Liguori
2010-05-17 14:04           ` Alexander Graf
2010-05-17 14:22             ` Alexander Graf
2010-05-17 15:16             ` Anthony Liguori
2010-05-17 16:23               ` Paul Brook
2010-05-17 16:26                 ` Anthony Liguori
2010-05-17 16:28                   ` Alexander Graf
2010-05-17 20:07                     ` Jamie Lokier
2010-05-18  7:42                       ` Kevin Wolf
2010-05-25 17:59                   ` Alexander Graf
2010-05-25 18:48                     ` Anthony Liguori
2010-05-25 19:01                       ` Alexander Graf
2010-05-26 13:09                       ` Avi Kivity
2010-05-25 21:01                     ` Aurelien Jarno
2010-05-26  1:31                       ` Anthony Liguori
2010-05-26  8:43                         ` Kevin Wolf
2010-05-26 13:42                           ` Anthony Liguori
2010-05-26 14:03                             ` Kevin Wolf
2010-05-26 14:08                               ` Anthony Liguori [this message]
2010-05-26 14:26                                 ` Kevin Wolf
2010-05-26 14:13                               ` Aurelien Jarno
2010-05-26  8:52                         ` Aurelien Jarno
2010-05-26  9:16                           ` Kevin Wolf
2010-05-26 13:48                           ` Anthony Liguori
2010-05-26 14:12                             ` Aurelien Jarno
2010-05-26 14:19                               ` Anthony Liguori
2010-05-26 15:40                                 ` Aurelien Jarno
2010-05-26 16:11                                   ` Anthony Liguori
2010-05-26 14:27                             ` Paolo Bonzini
2010-05-26 13:06   ` Avi Kivity
2010-05-26 13:50     ` Anthony Liguori
2010-05-26 15:13       ` Avi Kivity
2010-05-17 15:11 ` Anthony Liguori

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=4BFD2B58.6000503@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=agraf@suse.de \
    --cc=aurelien@aurel32.net \
    --cc=hch@lst.de \
    --cc=kwolf@redhat.com \
    --cc=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).