qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH 0/9] mirror: allow switching from background to active mode


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH 0/9] mirror: allow switching from background to active mode
Date: Wed, 1 Mar 2023 17:34:56 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 24.02.23 17:48, Fiona Ebner wrote:
With active mode, the guest write speed is limited by the synchronous
writes to the mirror target. For this reason, management applications
might want to start out in background mode and only switch to active
mode later, when certain conditions are met. This series adds a
block-job-change QMP command to acheive that, as well as
job-type-specific information when querying block jobs, which
can be used to decide when the switch should happen.

For now, only the direction background -> active is supported.

The information added upon querying is whether the target is actively
synced, the total data sent, and the remaining dirty bytes.

Initially, I tried to go for a more general 'job-change' command, but
I couldn't figure out a way to avoid mutual inclusion between
block-core.json and job.json.

Hmm, what do you mean? As I understand job-* API is "new" and block-job-* is 
"old", so we'd better add job-change command

--
Best regards,
Vladimir




reply via email to

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