RE: [PATCH v2 5/6] qemu: Allow setting per-disk snapshot name for RBD disks

2023-03-08 Thread Or Ozeri
> -Original Message- > From: Peter Krempa > Sent: Monday, 20 February 2023 16:13 > To: Or Ozeri > Cc: libvir-list@redhat.com; Danny Harnik > Subject: [EXTERNAL] Re: [PATCH v2 5/6] qemu: Allow setting per-disk > snapshot name for RBD disks > > > diff --gi

Re: [PATCH v2 5/6] qemu: Allow setting per-disk snapshot name for RBD disks

2023-02-20 Thread Peter Krempa
On Wed, Feb 15, 2023 at 05:28:21 -0600, Or Ozeri wrote: > This commit adds the option for setting per-disk snapshot name for > RBD disks. All other disk types are still disallowed to use the > snapshotName attribute. > > Signed-off-by: Or Ozeri > --- > src/qemu/qemu_snapshot.c | 2 +- > 1 file c

[PATCH v2 5/6] qemu: Allow setting per-disk snapshot name for RBD disks

2023-02-15 Thread Or Ozeri
This commit adds the option for setting per-disk snapshot name for RBD disks. All other disk types are still disallowed to use the snapshotName attribute. Signed-off-by: Or Ozeri --- src/qemu/qemu_snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_snapsh

[PATCH v2 5/6] qemu: Allow setting per-disk snapshot name for RBD disks

2023-01-30 Thread o...@il.ibm.com
From: Or Ozeri This commit adds the option for setting per-disk snapshot name for RBD disks. All other disk types are still disallowed to use the snapshotName attribute. Signed-off-by: Or Ozeri --- src/qemu/qemu_snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src