On Fri 11 Nov 2016 10:58:57 AM CET, Kevin Wolf wrote:
>> > Note that the QMP events emitted by the driver are an external API
>> > that we were careless enough to define as sector based. The offset
>> > and length of requests reported in events are rounded down
>> > therefore.
>>
>> Would it be b
On 11/11/2016 03:58 AM, Kevin Wolf wrote:
>> Should we add more fields to the two affected events (QUORUM_FAILURE and
>> QUORUM_REPORT_BAD)? We have to keep the existing fields for back-compat,
>> but we could add new fields that give byte-based locations for
>> management apps smart enough to use
Am 11.11.2016 um 03:37 hat Eric Blake geschrieben:
> On 11/10/2016 11:19 AM, Kevin Wolf wrote:
> > This enables byte granularity requests on quorum nodes.
> >
> > Note that the QMP events emitted by the driver are an external API that
> > we were careless enough to define as sector based. The offs
On 11/10/2016 11:19 AM, Kevin Wolf wrote:
> This enables byte granularity requests on quorum nodes.
>
> Note that the QMP events emitted by the driver are an external API that
> we were careless enough to define as sector based. The offset and length
> of requests reported in events are rounded do
This enables byte granularity requests on quorum nodes.
Note that the QMP events emitted by the driver are an external API that
we were careless enough to define as sector based. The offset and length
of requests reported in events are rounded down therefore.
Signed-off-by: Kevin Wolf
---
block