]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd/migration: move snapshot delta helpers to utils
authorJason Dillaman <dillaman@redhat.com>
Wed, 13 Jan 2021 19:10:33 +0000 (14:10 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 14 Jan 2021 14:35:35 +0000 (09:35 -0500)
commit164fce1c6e3a66f1fded324e22a3295e9a5557fe
tree10ece25029835a1c44ec66e5f77560708a3d668f
parent1f4b5aeb0ec3358f1c2df8aaf4da5324ca6488ee
librbd/migration: move snapshot delta helpers to utils

The RawFormat class has logic for computing snapshot deltas that
can be re-used by the new QCOWFormat class.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/migration/RawFormat.cc
src/librbd/migration/Utils.cc
src/librbd/migration/Utils.h