Re: [PATCH v2 4/6] qemu: Allow active disk snapshots for RBD disks

2023-02-20 Thread Peter Krempa
On Wed, Feb 15, 2023 at 05:28:20 -0600, Or Ozeri wrote: > This commit removes the check disallowing users to take > active disk-only snapshots of RBD disks. > The actual support for this functionality was added in a previous commit. > > Signed-off-by: Or Ozeri > --- > src/qemu/qemu_snapshot.c |

[PATCH v2 4/6] qemu: Allow active disk snapshots for RBD disks

2023-02-15 Thread Or Ozeri
This commit removes the check disallowing users to take active disk-only snapshots of RBD disks. The actual support for this functionality was added in a previous commit. Signed-off-by: Or Ozeri --- src/qemu/qemu_snapshot.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[PATCH v2 4/6] qemu: Allow active disk snapshots for RBD disks

2023-01-30 Thread o...@il.ibm.com
From: Or Ozeri This commit removes the check disallowing users to take active disk-only snapshots of RBD disks. The actual support for this functionality was added in a previous commit. Signed-off-by: Or Ozeri --- src/qemu/qemu_snapshot.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletio