mbox series

[v2,0/2] rbd: support cloning across namespaces

Message ID 20180905145322.7311-1-idryomov@gmail.com (mailing list archive)
Headers show
Series rbd: support cloning across namespaces | expand

Message

Ilya Dryomov Sept. 5, 2018, 2:53 p.m. UTC
Hello,

This adds support for cross-namespace cloning based on the new class
methods from https://github.com/ceph/ceph/pull/23662.

v1 -> v2:
- refactor to avoid the appearance of a memory leak
- update to the new parent_overlap_get API (optional of u64)

Thanks,

                Ilya


Ilya Dryomov (2):
  rbd: factor out get_parent_info()
  rbd: support cloning across namespaces

 drivers/block/rbd.c | 235 +++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 178 insertions(+), 57 deletions(-)

Comments

Jason Dillaman Sept. 6, 2018, 1:11 p.m. UTC | #1
On Wed, Sep 5, 2018 at 10:54 AM Ilya Dryomov <idryomov@gmail.com> wrote:
>
> Hello,
>
> This adds support for cross-namespace cloning based on the new class
> methods from https://github.com/ceph/ceph/pull/23662.
>
> v1 -> v2:
> - refactor to avoid the appearance of a memory leak
> - update to the new parent_overlap_get API (optional of u64)
>
> Thanks,
>
>                 Ilya
>
>
> Ilya Dryomov (2):
>   rbd: factor out get_parent_info()
>   rbd: support cloning across namespaces
>
>  drivers/block/rbd.c | 235 +++++++++++++++++++++++++++++++++++++++-------------
>  1 file changed, 178 insertions(+), 57 deletions(-)
>
> --
> 2.14.4
>

Reviewed-by: Jason Dillaman <dillaman@redhat.com>