qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Nbd] [PATCH] Further tidy-up on block status


From: Eric Blake
Subject: Re: [Qemu-devel] [Nbd] [PATCH] Further tidy-up on block status
Date: Wed, 28 Feb 2018 14:26:56 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/28/2018 07:08 AM, Wouter Verhelst wrote:

Or, we can revert the change in commit 56c77720, and keep
NBD_REPLY_TYPE_BLOCK_STATUS at 5 (it leaves a hole in the NBD_REPLY_TYPE
numbering, where 3 and 4 might be filled in by other future extensions, or
permanently skipped).  This works IF there are no OTHER incompatible changes
made to the rest of the block status extension as part of promoting it to
current (where we still haven't finished that debate, given my question on
whether 32-bit lengths and colon-separated namespace:leaf in a single string
is the best representation).

So, I'd like some feedback from Alex or Wouter on which alternatives seem
nicest at this point.

I'm thinking that reverting at least the number change seems like a good
idea. If Vladimir can shed some light on what's been published so far,
we can see what damage has been done and try to limit further damage.

It makes no sense to ignore that the spec has been implemented; the
whole point of writing a spec is so that third parties can implement it
and be compatible. If we ignore that just because there was a
misunderstanding, then I think we're throwing away the kid with the
bathwater.

Since I don't think a gap in numbers is that much of a problem, I'm
happy reverting the renumbering part of 56c77720 and keep it at 5. I'd
also like to know what it is exactly that Virtuozzo implemented, so we
can update the extension-blockstatus (if necessary) and then merge that
to master.

Okay, I've gone ahead and reverted the renumbering; NBD_INFO_BLOCK_SIZE is back to 5 (we have a gap in the numbering, but it doesn't hurt). There's still the open question of whether we want to keep a single string that requires parsing into "namespace:leaf" sections, or to split things into two separate strings for ease of handing an unknown namespace; and whether a 16-bit length is sufficient instead of burning 32-bit length fields. But if we decide that any of those changes are worth making, we'd also want to do something else to make it obviously different from Virtuozzo's initial implementation (my idea about reserving NBD_OPT_ value 10 as unused, and renumbering NBD_OPT_SET_META_CONTEXT to 11 along with any other changes we make, is still reasonable for that point).

I'd also like to promote extension-structured-reply to current (now that it is implemented by qemu), while keeping extension-blockstatus as a separate branch for just a bit longer.

I'll post another thread on other possible doc changes that have come up during this thread.

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

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