From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: Eric Blake <eblake@redhat.com>,
qemu-devel@nongnu.org, qemu-block@nongnu.org
Cc: armbru@redhat.com, mreitz@redhat.com, kwolf@redhat.com,
pbonzini@redhat.com, den@openvz.org
Subject: Re: [Qemu-devel] [PATCH 4/4] qapi: new qmp command nbd-server-add-bitmap
Date: Thu, 22 Mar 2018 19:45:21 +0300 [thread overview]
Message-ID: <3ad3aa0c-963f-8df7-92dd-c922a7864d5f@virtuozzo.com> (raw)
In-Reply-To: <eb213846-5a39-fcae-4a1b-ca10fced25b8@redhat.com>
22.03.2018 19:19, Eric Blake wrote:
> On 03/22/2018 10:43 AM, Vladimir Sementsov-Ogievskiy wrote:
>
>>>> +# Returns: error on one of the following conditions:
>>>> +# - the server is not running
>>>> +# - export is not found
>>>> +# - bitmap is not found
>>>> +# - bitmap is disabled
>>>> +# - bitmap is locked
>>>
>>> Do we really need to list all the error conditions? My worry is
>>> that a list this specific might go stale, compared to the obvious
>>> default that the command succeeds only if it was able to expose the
>>> bitmap and that the error message is specific enough for a human to
>>> figure out what to fix if it failed.
>>
>>
>> Hmm, I've just doing it similar with other commands in the file. Is
>> there any requirements on this part of qapi documentation? I can
>> write only "# Returns: nothing on success" line, is it appropriate?
>> blockdev-mirror do so, but other commands tries to describe errors.
>> Looks like we lack some specified format for return code description
>> like we have for parameters..
>
> Yeah, for returns, it's been very ad hoc. My personal feel (although
> it's not very well documented and certainly not enforced): all
> commands can reasonably return errors, presumably for a good reason;
> but exhaustively auditing WHICH errors is a huge task with little
> benefits. A few commands return non-generic errors, but if all error
> paths used error_setg(), there's nothing that a machine can do to tell
> the difference between the errors, so documenting different error
> reasons doesn't add much.
>
> Thus, if a command returns nothing on success, I'm fine with omitting
> 'Returns:' entirely, and the doc generator permits that. But if you
> have bothered to list Returns: for certain errors, I'm not going to
> blindly throw away the documentation work, even though the list may
> become incomplete over time.
>
So, only something interesting worth documenting.
Hmm, interesting: consider for example bloc-dirty-bitmap-remove. It says:
# Returns: nothing on success
# If @node is not a valid block device or node, DeviceNotFound
But the code uses bdrv_lookup_bs, which uses simple error_setg, so it
will return GenericError, isn't it? And, it's not the only place..
--
Best regards,
Vladimir
prev parent reply other threads:[~2018-03-22 16:45 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-21 12:19 [Qemu-devel] [PATCH for-2.13 0/4] NBD export bitmaps Vladimir Sementsov-Ogievskiy
2018-03-21 12:19 ` [Qemu-devel] [PATCH 1/4] nbd/server: refactor nbd_negotiate_meta_query for several namespaces Vladimir Sementsov-Ogievskiy
2018-03-21 14:56 ` Eric Blake
2018-03-21 17:20 ` Wouter Verhelst
2018-03-22 14:35 ` Vladimir Sementsov-Ogievskiy
2018-03-21 12:19 ` [Qemu-devel] [PATCH 2/4] nbd/server: add nbd_meta_single_query helper Vladimir Sementsov-Ogievskiy
2018-03-21 15:05 ` Eric Blake
2018-04-13 17:44 ` Vladimir Sementsov-Ogievskiy
2018-04-13 21:06 ` [Qemu-devel] [Qemu-block] " John Snow
2018-04-16 11:22 ` Vladimir Sementsov-Ogievskiy
2018-03-21 12:19 ` [Qemu-devel] [PATCH 3/4] nbd/server: implement dirty bitmap export Vladimir Sementsov-Ogievskiy
2018-03-21 16:57 ` Eric Blake
2018-03-22 15:26 ` Vladimir Sementsov-Ogievskiy
2018-03-28 10:08 ` Vladimir Sementsov-Ogievskiy
2018-03-22 15:32 ` Vladimir Sementsov-Ogievskiy
2018-03-21 12:19 ` [Qemu-devel] [PATCH 4/4] qapi: new qmp command nbd-server-add-bitmap Vladimir Sementsov-Ogievskiy
2018-03-21 17:33 ` Eric Blake
2018-03-22 15:43 ` Vladimir Sementsov-Ogievskiy
2018-03-22 16:19 ` Eric Blake
2018-03-22 16:45 ` Vladimir Sementsov-Ogievskiy [this message]
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=3ad3aa0c-963f-8df7-92dd-c922a7864d5f@virtuozzo.com \
--to=vsementsov@virtuozzo.com \
--cc=armbru@redhat.com \
--cc=den@openvz.org \
--cc=eblake@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--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).