]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: fix broken group snapshot handling 33448/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 21 Feb 2020 01:43:46 +0000 (20:43 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 21 Feb 2020 13:22:41 +0000 (08:22 -0500)
commit80ae1162e37779edc0f11ce89b33725b77bf81ee
tree9ea95be6c6463d7f6b5b4311d9328fce824f890b
parent155d1339b63d18c2c7ca9a213f9fc8302fd1bbd8
librbd: fix broken group snapshot handling

After commit ecf71d301f, only the snapshot namespace type and snapshot
name are considered for snapshot ordering. This breaks the expectations
in the group API when searching for a newly created snapshot.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/api/Group.cc