diff mbox series

[v2,2/2] MAINTAINERS: Remove myself as block maintainer

Message ID 63e205cb84c8f0a10c1bc6d5d6856d72ceb56e41.1537984851.git.jcody@redhat.com
State New
Headers show
Series Maintainership changes | expand

Commit Message

Jeff Cody Sept. 26, 2018, 6:05 p.m. UTC
I'll not be involved in day-to-day qemu development.  Remove myself as
maintainer from the remainder of the network block drivers, and revert
them to the general block layer maintainership.

Move 'sheepdog' to the 'Odd Fixes' support level.

For VHDX, added my personal email address as a maintainer, as I can
answer questions or send the occassional bug fix.  Leaving it as
'Supported', instead of 'Odd Fixes', because I think the rest of the
block layer maintainers and developers will upkeep it as well, if
needed.

Signed-off-by: Jeff Cody <jcody@redhat.com>
---
 MAINTAINERS | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

Comments

Max Reitz Oct. 7, 2018, 11:51 p.m. UTC | #1
On 26.09.18 20:05, Jeff Cody wrote:
> I'll not be involved in day-to-day qemu development.  Remove myself as
> maintainer from the remainder of the network block drivers, and revert
> them to the general block layer maintainership.
> 
> Move 'sheepdog' to the 'Odd Fixes' support level.
> 
> For VHDX, added my personal email address as a maintainer, as I can
> answer questions or send the occassional bug fix.  Leaving it as
> 'Supported', instead of 'Odd Fixes', because I think the rest of the
> block layer maintainers and developers will upkeep it as well, if
> needed.
> 
> Signed-off-by: Jeff Cody <jcody@redhat.com>
> ---
>  MAINTAINERS | 17 ++---------------
>  1 file changed, 2 insertions(+), 15 deletions(-)

Not sure who's going to merge this (maybe me, but then I'd like an ACK
from John on patch 1), but:

Acked-by: Max Reitz <mreitz@redhat.com>
John Snow Oct. 8, 2018, 4:48 p.m. UTC | #2
On 10/07/2018 07:51 PM, Max Reitz wrote:
> On 26.09.18 20:05, Jeff Cody wrote:
>> I'll not be involved in day-to-day qemu development.  Remove myself as
>> maintainer from the remainder of the network block drivers, and revert
>> them to the general block layer maintainership.
>>
>> Move 'sheepdog' to the 'Odd Fixes' support level.
>>
>> For VHDX, added my personal email address as a maintainer, as I can
>> answer questions or send the occassional bug fix.  Leaving it as
>> 'Supported', instead of 'Odd Fixes', because I think the rest of the
>> block layer maintainers and developers will upkeep it as well, if
>> needed.
>>
>> Signed-off-by: Jeff Cody <jcody@redhat.com>
>> ---
>>  MAINTAINERS | 17 ++---------------
>>  1 file changed, 2 insertions(+), 15 deletions(-)
> 
> Not sure who's going to merge this (maybe me, but then I'd like an ACK
> from John on patch 1), but:
> 
> Acked-by: Max Reitz <mreitz@redhat.com>
> 

I thought I did, but maybe I thought it would be rude to confirm myself
before someone else did.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0e22b795e6..7147c44bbc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1988,28 +1988,23 @@  F: block/vmdk.c
 
 RBD
 M: Josh Durgin <jdurgin@redhat.com>
-M: Jeff Cody <jcody@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/rbd.c
-T: git git://github.com/codyprime/qemu-kvm-jtc.git block
 
 Sheepdog
 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
 M: Liu Yuan <namei.unix@gmail.com>
-M: Jeff Cody <jcody@redhat.com>
 L: qemu-block@nongnu.org
 L: sheepdog@lists.wpkg.org
-S: Supported
+S: Odd Fixes
 F: block/sheepdog.c
-T: git git://github.com/codyprime/qemu-kvm-jtc.git block
 
 VHDX
-M: Jeff Cody <jcody@redhat.com>
+M: Jeff Cody <codyprime@gmail.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/vhdx*
-T: git git://github.com/codyprime/qemu-kvm-jtc.git block
 
 VDI
 M: Stefan Weil <sw@weilnetz.de>
@@ -2040,34 +2035,26 @@  F: docs/interop/nbd.txt
 T: git git://repo.or.cz/qemu/ericb.git nbd
 
 NFS
-M: Jeff Cody <jcody@redhat.com>
 M: Peter Lieven <pl@kamp.de>
 L: qemu-block@nongnu.org
 S: Maintained
 F: block/nfs.c
-T: git git://github.com/codyprime/qemu-kvm-jtc.git block
 
 SSH
 M: Richard W.M. Jones <rjones@redhat.com>
-M: Jeff Cody <jcody@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/ssh.c
-T: git git://github.com/codyprime/qemu-kvm-jtc.git block
 
 CURL
-M: Jeff Cody <jcody@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/curl.c
-T: git git://github.com/codyprime/qemu-kvm-jtc.git block
 
 GLUSTER
-M: Jeff Cody <jcody@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/gluster.c
-T: git git://github.com/codyprime/qemu-kvm-jtc.git block
 
 Null Block Driver
 M: Fam Zheng <famz@redhat.com>