Re: [PATCH 1/3] dlm: use configfs

2005-08-22 Thread Mark Fasheh
On Fri, Aug 19, 2005 at 03:13:44PM +0800, David Teigland wrote: > The nodemanager RFC I sent a month ago > http://marc.theaimsgroup.com/?l=linux-kernel=112166723919347=2 > > amounts to half of dlm/config.c (everything under comms/ above) moved into > a separate kernel module. That would be

Re: [PATCH 1/3] dlm: use configfs

2005-08-22 Thread Mark Fasheh
On Fri, Aug 19, 2005 at 03:13:44PM +0800, David Teigland wrote: The nodemanager RFC I sent a month ago http://marc.theaimsgroup.com/?l=linux-kernelm=112166723919347w=2 amounts to half of dlm/config.c (everything under comms/ above) moved into a separate kernel module. That would be

Re: [Linux-cluster] Re: [PATCH 1/3] dlm: use configfs

2005-08-19 Thread Joel Becker
On Thu, Aug 18, 2005 at 02:07:47PM -0700, Joel Becker wrote: > On Wed, Aug 17, 2005 at 11:22:18PM -0700, Andrew Morton wrote: > > Fair enough. This really means that the configfs patch should be split out > > of the ocfs2 megapatch... > > Easy to do, it's a separate commit in the ocfs2.git

Re: [PATCH 1/3] dlm: use configfs

2005-08-19 Thread David Teigland
On Thu, Aug 18, 2005 at 02:23:48PM -0700, Mark Fasheh wrote: > On Thu, Aug 18, 2005 at 02:07:50PM +0800, David Teigland wrote: > > + * /config/dlm//spaces//nodes//nodeid > > + * /config/dlm//spaces//nodes//weight > > + * /config/dlm//comms//nodeid > > + * /config/dlm//comms//local > > + *

Re: [PATCH 1/3] dlm: use configfs

2005-08-19 Thread David Teigland
On Thu, Aug 18, 2005 at 02:23:48PM -0700, Mark Fasheh wrote: On Thu, Aug 18, 2005 at 02:07:50PM +0800, David Teigland wrote: + * /config/dlm/cluster/spaces/space/nodes/node/nodeid + * /config/dlm/cluster/spaces/space/nodes/node/weight + * /config/dlm/cluster/comms/comm/nodeid + *

Re: [Linux-cluster] Re: [PATCH 1/3] dlm: use configfs

2005-08-19 Thread Joel Becker
On Thu, Aug 18, 2005 at 02:07:47PM -0700, Joel Becker wrote: On Wed, Aug 17, 2005 at 11:22:18PM -0700, Andrew Morton wrote: Fair enough. This really means that the configfs patch should be split out of the ocfs2 megapatch... Easy to do, it's a separate commit in the ocfs2.git

Re: [PATCH 1/3] dlm: use configfs

2005-08-18 Thread Mark Fasheh
Hi David, On Thu, Aug 18, 2005 at 02:07:50PM +0800, David Teigland wrote: > +/* > + * /config/dlm//spaces//nodes//nodeid > + * /config/dlm//spaces//nodes//weight > + * /config/dlm//comms//nodeid > + * /config/dlm//comms//local > + * /config/dlm//comms//addr > + * The level is useless, but I

Re: [PATCH 1/3] dlm: use configfs

2005-08-18 Thread David Teigland
> Are you the official maintainer of the DLM subsystem? Could you submit > a patch to add a MAINTAINERS entry? I was looking for a maintainer to yes Signed-off-by: David Teigland <[EMAIL PROTECTED]> diff -urpN a/MAINTAINERS b/MAINTAINERS --- a/MAINTAINERS 2005-08-17 17:19:23.0

Re: [PATCH 1/3] dlm: use configfs

2005-08-18 Thread Nish Aravamudan
On 8/17/05, David Teigland <[EMAIL PROTECTED]> wrote: > Use configfs to configure lockspace members and node addresses. This was > previously done with sysfs and ioctl. > > Signed-off-by: David Teigland <[EMAIL PROTECTED]> Are you the official maintainer of the DLM subsystem? Could you submit a

Re: [PATCH 1/3] dlm: use configfs

2005-08-18 Thread Andrew Morton
David Teigland <[EMAIL PROTECTED]> wrote: > > Use configfs to configure lockspace members and node addresses. This was > previously done with sysfs and ioctl. Fair enough. This really means that the configfs patch should be split out of the ocfs2 megapatch... - To unsubscribe from this list:

[PATCH 1/3] dlm: use configfs

2005-08-18 Thread David Teigland
Use configfs to configure lockspace members and node addresses. This was previously done with sysfs and ioctl. Signed-off-by: David Teigland <[EMAIL PROTECTED]> --- drivers/dlm/Makefile |1 drivers/dlm/config.c | 759 -

[PATCH 1/3] dlm: use configfs

2005-08-18 Thread David Teigland
Use configfs to configure lockspace members and node addresses. This was previously done with sysfs and ioctl. Signed-off-by: David Teigland [EMAIL PROTECTED] --- drivers/dlm/Makefile |1 drivers/dlm/config.c | 759 -

Re: [PATCH 1/3] dlm: use configfs

2005-08-18 Thread Andrew Morton
David Teigland [EMAIL PROTECTED] wrote: Use configfs to configure lockspace members and node addresses. This was previously done with sysfs and ioctl. Fair enough. This really means that the configfs patch should be split out of the ocfs2 megapatch... - To unsubscribe from this list: send

Re: [PATCH 1/3] dlm: use configfs

2005-08-18 Thread Nish Aravamudan
On 8/17/05, David Teigland [EMAIL PROTECTED] wrote: Use configfs to configure lockspace members and node addresses. This was previously done with sysfs and ioctl. Signed-off-by: David Teigland [EMAIL PROTECTED] Are you the official maintainer of the DLM subsystem? Could you submit a patch

Re: [PATCH 1/3] dlm: use configfs

2005-08-18 Thread David Teigland
Are you the official maintainer of the DLM subsystem? Could you submit a patch to add a MAINTAINERS entry? I was looking for a maintainer to yes Signed-off-by: David Teigland [EMAIL PROTECTED] diff -urpN a/MAINTAINERS b/MAINTAINERS --- a/MAINTAINERS 2005-08-17 17:19:23.0 +0800

Re: [PATCH 1/3] dlm: use configfs

2005-08-18 Thread Mark Fasheh
Hi David, On Thu, Aug 18, 2005 at 02:07:50PM +0800, David Teigland wrote: +/* + * /config/dlm/cluster/spaces/space/nodes/node/nodeid + * /config/dlm/cluster/spaces/space/nodes/node/weight + * /config/dlm/cluster/comms/comm/nodeid + * /config/dlm/cluster/comms/comm/local + *