From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [tabled patch 4/5] Support "auto" replicaton port Date: Fri, 13 Aug 2010 16:21:03 -0400 Message-ID: <4C65A92F.6040804@garzik.org> References: <20100812125517.4edd31db@lembas.zaitcev.lan> <20100812132232.41cdd7b3@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=+7SFqobfsaVudnAL8UaWBkrLgM0VuWX2azHY9mMl3Vs=; b=xbb6q4jekjegYbmsFElks8zvnDSkjEH5zQ7ETUhCktFDlU7jzUOMtRar94ks+jVtlV IP0UZskaDyEcSd1inmvIHPaKw/LxIW1KzQ7VRssCBHhSaXpJQzq+CiVK6UFUHVIolDlr fNwpf9iNodlfn9g97pE5jHYpcuqD7pxG4cwU0= In-Reply-To: <20100812132232.41cdd7b3@lembas.zaitcev.lan> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 08/12/2010 03:22 PM, Pete Zaitcev wrote: > Allow random ports for replication master to listen on. > > The patch is somewhat larger than expected, because before we had > the MASTER file written right after locking. Now we may have it > written without listening parameters, and the slaves must be > ready to deal with it. > > Unlike the auto client port, we do not need to write any "accessor" > files, because we already report the host and port through CLD. > > Listening on random ports has security implications. > > Signed-off-by: Pete Zaitcev applied 1-4 of 5