qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [Qemu-devel] [RFC v4 21/21] blockjobs: add manual_mgmt


From: Kevin Wolf
Subject: Re: [Qemu-block] [Qemu-devel] [RFC v4 21/21] blockjobs: add manual_mgmt option to transactions
Date: Wed, 28 Feb 2018 19:29:15 +0100
User-agent: Mutt/1.9.1 (2017-09-22)

Am 27.02.2018 um 21:24 hat Eric Blake geschrieben:
> On 02/23/2018 05:51 PM, John Snow wrote:
> > This allows us to easily force the option for all jobs belonging
> > to a transaction to ensure consistency with how all those jobs
> > will be handled.
> > 
> > This is purely a convenience.
> > 
> > Signed-off-by: John Snow <address@hidden>
> > ---
> 
> > +++ b/qapi/transaction.json
> > @@ -79,7 +79,8 @@
> >   ##
> >   { 'struct': 'TransactionProperties',
> >     'data': {
> > -       '*completion-mode': 'ActionCompletionMode'
> > +       '*completion-mode': 'ActionCompletionMode',
> > +       '*manual-mgmt': 'bool'
> 
> Missing QAPI documentation (what you have elsewhere in the C code can
> probably be copied here, though).
> 
> The UI aspect makes sense (I can declare one manual at the transaction level
> instead of multiple manual declarations per member level within the
> transaction).

I'm not so sure if I like the interface, it duplicates functionality in
two places.

At th very least I would make job creation without BLOCK_JOB_MANUAL an
error if the transaction requires it instead of silently overriding the
option that was given to the individual job. But honestly, it might be
better to just leave this one away.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]