Re: [PATCH v2 6/6] qemu: Allow mixing active internal and external active disk snapshots

2023-02-20 Thread Peter Krempa
On Wed, Feb 15, 2023 at 05:28:22 -0600, Or Ozeri wrote: > Previous commit added support for active RBD disk snapshots, > using the same qmp_transaction used also for external snapshots. > The same transaction can be used to mix internal and external snapshots. > To allow this, this commit simply re

[PATCH v2 6/6] qemu: Allow mixing active internal and external active disk snapshots

2023-02-15 Thread Or Ozeri
Previous commit added support for active RBD disk snapshots, using the same qmp_transaction used also for external snapshots. The same transaction can be used to mix internal and external snapshots. To allow this, this commit simply removes the check that disallows mixing for active snapshots. Note

[PATCH v2 6/6] qemu: Allow mixing active internal and external active disk snapshots

2023-01-30 Thread o...@il.ibm.com
From: Or Ozeri Previous commit added support for active RBD disk snapshots, using the same qmp_transaction used also for external snapshots. The same transaction can be used to mix internal and external snapshots. To allow this, this commit simply removes the check that disallows mixing for activ