[PATCH v3 0/1] block/rbd: Add support for ceph namespaces

Florian Florensa posted 1 patch 4 years, 2 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200110111513.321728-1-fflorensa@online.net
Maintainers: Markus Armbruster <armbru@redhat.com>, Max Reitz <mreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Jason Dillaman <dillaman@redhat.com>
block/rbd.c          | 44 +++++++++++++++++++++++++++++++-------------
qapi/block-core.json |  4 ++++
2 files changed, 35 insertions(+), 13 deletions(-)
[PATCH v3 0/1] block/rbd: Add support for ceph namespaces
Posted by Florian Florensa 4 years, 2 months ago
Fixed the white space issue, no changes other than that.

Florian Florensa (1):
  block/rbd: Add support for ceph namespaces

 block/rbd.c          | 44 +++++++++++++++++++++++++++++++-------------
 qapi/block-core.json |  4 ++++
 2 files changed, 35 insertions(+), 13 deletions(-)

-- 
2.24.1


Re: [PATCH v3 0/1] block/rbd: Add support for ceph namespaces
Posted by Kevin Wolf 4 years ago
Am 10.01.2020 um 12:15 hat Florian Florensa geschrieben:
> Fixed the white space issue, no changes other than that.
> 
> Florian Florensa (1):
>   block/rbd: Add support for ceph namespaces

Thanks, applied to the block branch.

Kevin