All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: Re: [Patch 3/7] tabled: add the status display
Date: Wed, 20 Jan 2010 13:19:50 -0700	[thread overview]
Message-ID: <20100120131950.2ce72e71@redhat.com> (raw)
In-Reply-To: <4B575EDF.3020203@garzik.org>

On Wed, 20 Jan 2010 14:51:59 -0500
Jeff Garzik <jeff@garzik.org> wrote:

> On 01/14/2010 11:12 PM, Pete Zaitcev wrote:
> > I find it too tiresome to monitor the status with kill -USR1.
> > This is more fun. The patch seems not too ugly regarding the factoring
> > of the cli_xxx methods.
> >
> > Signed-Off-By: Pete Zaitcev<zaitcev@redhat.com>
> >
> > ---
> >   doc/etc.tabled.conf |    3
> >   server/Makefile.am  |    4
> >   server/config.c     |   19 +++
> >   server/replica.c    |   64 +++++++++++-
> >   server/server.c     |  104 +++++++++++++-------
> >   server/status.c     |  218 ++++++++++++++++++++++++++++++++++++++++++
> >   server/tabled.h     |   12 +-
> >   7 files changed, 379 insertions(+), 45 deletions(-)
> 
> applied...  but we need some way to either turn this off, or limit to a 
> list of incoming IP addresses.  This is an admin interface, which should 
> not be automatically available to all end-user applications.

I thought it was obvious that StatusPort defaults to off (zero).

	if (tabled_srv.status_port)
		net_open_known(tabled_srv.status_port, true);

-- Pete

  reply	other threads:[~2010-01-20 20:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20100114211216.53d51c13@redhat.com>
2010-01-20 19:51 ` [Patch 3/7] tabled: add the status display Jeff Garzik
2010-01-20 20:19   ` Pete Zaitcev [this message]
2010-01-20 21:49     ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100120131950.2ce72e71@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.