[sheepdog] [PATCH] add MAINTAINERS file

MORITA Kazutaka morita.kazutaka at gmail.com
Fri Nov 22 19:20:40 CET 2013


At Thu, 21 Nov 2013 17:49:28 +0800,
Liu Yuan wrote:
> 
> This will help people to find who and where they should contact when meeting
> problems.
> 
> Signed-off-by: Liu Yuan <namei.unix at gmail.com>
> ---
>  MAINTAINERS |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 57 insertions(+)
>  create mode 100644 MAINTAINERS
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> new file mode 100644
> index 0000000..552ec82
> --- /dev/null
> +++ b/MAINTAINERS
> @@ -0,0 +1,57 @@
> +Sheepdog Maintainers
> +====================
> +
> +The intention of this file is not to establish who owns what portions of the
> +code base, but to provide a set of names that developers can consult when they
> +have a question about a particular subset and also to provide a set of names
> +to be CC'd when submitting a patch to obtain appropriate review.
> +
> +In general, if you have a question about inclusion of a patch, you should
> +consult sheepdog development list and not any specific individual privately.
> +
> +Descriptions of section entries:
> +
> +	M: Mail patches to: FullName <address at domain>
> +	L: Mailing list that is relevant to this area
> +	B: Branches with wildcard patterns
> +	F: Files and directories with wildcard patterns
> +
> +Sheepdog Overall
> +------------------------------
> +M: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
> +M: Liu Yuan <namei.unix at gmail.com>
> +B: sheeepdog/*
> +L: sheepdog at lists.wpkg.org
> +
> +Sheepdog Stable Branches
> +------------------------------
> +M: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
> +B: sheepdog/stable-*
> +L: sheepdog at lists.wpkg.org
> +
> +QEMU Driver
> +------------------------------
> +M: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
> +M: Liu Yuan <namei.unix at gmail.com>
> +F: qemu/block/sheedog.c
> +L: qemu-devel at nongnu.org
> +
> +iSCSI Target Driver
> +------------------------------
> +M: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
> +F: tgt/usr/bs_sheepdog.c
> +L: stgt at vger.kernel.org
> +
> +Libvirt Driver
> +------------------------------
> +M: Sebastian Wiedenroth <sebastian.wiedenroth at skylime.net>
> +F: libvirt/storage/storage_backend_sheepdog.c
> +L: libvir-list at redhat.com
> +
> +Openstack Drivers
> +------------------------------
> +M: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
> +M: Liu Yuan <namei.unix at gmail.com>
> +F: openstack/glance/store/sheepdog.py
> +F: openstack/cinder/volume/drivers/sheepdog.py
> +L: openstack-dev at lists.openstack.org

I think scripts/get_maintainer.pl should be included in this patch,
too.

Thanks,

Kazutaka



More information about the sheepdog mailing list