]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: fix issues in create and unlink group snapshots
authorN Balachandran <nithya.balachandran@ibm.com>
Fri, 14 Mar 2025 07:16:39 +0000 (12:46 +0530)
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Thu, 24 Apr 2025 15:56:34 +0000 (21:26 +0530)
commitee5c07490f0228e308c330699a731455c030881b
treec59edac5cb4f9ca6e802bda348f9a06c27519a74
parentfc32c6c78be0ef30cdacd8777f97459fe302ce18
librbd: fix issues in create and unlink group snapshots

Fixed GroupCreatePrimaryRequest to use the snap_create_flags.
Fixed a leak in GroupUnlinkPeerRequest.

Signed-off-by: N Balachandran <nithya.balachandran@ibm.com>
src/librbd/mirror/snapshot/GroupCreatePrimaryRequest.cc
src/librbd/mirror/snapshot/GroupCreatePrimaryRequest.h
src/librbd/mirror/snapshot/GroupUnlinkPeerRequest.cc