On 05/03/21 15:04, Ashish Kalra wrote:
+ /* Mirrors of mirrors should work, but let's not get silly */ + if (is_mirroring_enc_context(kvm)) { + ret = -ENOTTY; + goto failed; + }How will A->B->C->... type of live migration work if mirrors of mirrors are not supported ?
Each host would only run one main VM and one mirror, wouldn't it? Paolo