From owner-svn-src-stable@FreeBSD.ORG Mon Mar 5 18:51:48 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B0D91065678; Mon, 5 Mar 2012 18:51:48 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8334F8FC19; Mon, 5 Mar 2012 18:51:47 +0000 (UTC) Received: by lagv3 with SMTP id v3so7080753lag.13 for ; Mon, 05 Mar 2012 10:51:46 -0800 (PST) Received-SPF: pass (google.com: domain of pluknet@gmail.com designates 10.112.44.232 as permitted sender) client-ip=10.112.44.232; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pluknet@gmail.com designates 10.112.44.232 as permitted sender) smtp.mail=pluknet@gmail.com; dkim=pass header.i=pluknet@gmail.com Received: from mr.google.com ([10.112.44.232]) by 10.112.44.232 with SMTP id h8mr9683162lbm.85.1330973506316 (num_hops = 1); Mon, 05 Mar 2012 10:51:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/5LwckiD7nObzhJQH+SvLOBRv2bCpev1jYpcQJdR2xs=; b=vclM3TZVJpDZ4YN0gvnAvgmueacEN8oB0uPS3t6KJd75kWkRXnG3Ig+6JhJPpHRyN2 oc53JPxk+AFmXY4IbQziRSyIVzrH8Qyd5GUJnbuGynmeIVSHkl+/Cy9LJ+DtoR35yXnU wOZuYtp8G9D22EcntSjkMATuLbnrzExm1zVCh3iEnFKVgUQPK92Np5RAWz7qHD5jcruO ZX5kl7l2Mzha3MfHZVAKiKmIy3b6atNJd6zlAhurwF/Yo4Ku7Rz/YzbY1TwZZK8MOnOX ftwZVlr3AS9t126NV5IIERI2jyZ21yg6Owp6o2CMNV+W26Il0jK5+uPl3UU+F+6qwOPC ehGA== MIME-Version: 1.0 Received: by 10.112.44.232 with SMTP id h8mr7903578lbm.85.1330972116191; Mon, 05 Mar 2012 10:28:36 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.152.21.73 with HTTP; Mon, 5 Mar 2012 10:28:36 -0800 (PST) In-Reply-To: <201203041037.q24AbQhv026104@svn.freebsd.org> References: <201203041037.q24AbQhv026104@svn.freebsd.org> Date: Mon, 5 Mar 2012 21:28:36 +0300 X-Google-Sender-Auth: 5ucdC8k3vwNUzM9nhm9ieUFFIbo Message-ID: From: Sergey Kandaurov To: Remko Lodder Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r232486 - stable/9/sbin/ifconfig X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2012 18:51:48 -0000 On 4 March 2012 14:37, Remko Lodder wrote: > Author: remko > Date: Sun Mar =A04 10:37:26 2012 > New Revision: 232486 > URL: http://svn.freebsd.org/changeset/base/232486 > > Log: > =A0Add an ifconfig carp option that enables users to set > =A0the state of the carp cluster. > > =A0This is a direct commit to stable/9 because -HEAD's > =A0code is very different. I discussed this with Gleb > =A0and the reason for this is that since we do not > =A0touch the kernel itself and are not adding very > =A0weird or confusing things, we can commit this to the > =A0stable branch directly. > > =A0The options 'master' and 'backup' are now available, > =A0which enables the administrator to force a node into > =A0the backup or master state on the cluster. Ofcourse > =A0preempt has to be disabled otherwise the master node > =A0will become master again. > > =A0One can do that with: > > =A0sysctl net.inet.carp.preempt=3D0 > > =A0After that one can schedule maintenance on the node > =A0normally running as the master and such. > > =A0PR: =A0 =A0 =A0 =A0 =A0 100956 > =A0Discussed with: =A0 =A0 =A0 glebius > =A0MFC after: =A0 =A01 weeks What are the chances this will appear in 8.3-RELEASE? --=20 wbr, pluknet