From owner-freebsd-virtualization@FreeBSD.ORG Wed Aug 14 14:13:55 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92FFD92E; Wed, 14 Aug 2013 14:13:55 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-ea0-x235.google.com (mail-ea0-x235.google.com [IPv6:2a00:1450:4013:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9F142DCD; Wed, 14 Aug 2013 14:13:54 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id d10so4890830eaj.40 for ; Wed, 14 Aug 2013 07:13:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=jgq4F7dwMHu9vFJvRCjXssHJGh2cBevePcbIQ3OC5IU=; b=G6chdOLjmi/iMWhJXX9KfDPtGXZq3Z3+OSBSKt7BwXuJ7oItLQbofBFhir8pVK7Kru 8SIfLb3nr6zdnC22dNx8CGQMI7gxbExBEiSXB+AUY1YzjeudCK5V/7Flg6lAWBt8rp28 66DDVFKaki1xOjcl0FsbcIdcOXjjDgxoCMNKEkeaN8Zc/kVCWAuJgmpQvwJtd38L5uua VdzDJnYAMdLMxtilKwdadab3lzRfRhKFlGjc0pKIAOscZuz2MwM6HkIWI55VfMMcInnW zNKpUGaRazzTs0X8bEWB0FW8YygdYzqJEVAJFZ/uQbh7wOJA1vhZ6u+zTL1TI1jeJutO BohA== X-Received: by 10.14.211.1 with SMTP id v1mr15236001eeo.5.1376489633006; Wed, 14 Aug 2013 07:13:53 -0700 (PDT) Received: from localhost ([188.230.122.226]) by mx.google.com with ESMTPSA id k7sm75494868eeg.13.2013.08.14.07.13.51 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 14 Aug 2013 07:13:52 -0700 (PDT) Date: Wed, 14 Aug 2013 17:13:50 +0300 From: Mikolaj Golub To: Gleb Smirnoff Subject: Re: RFC: carp(4): improved VIMAGE support Message-ID: <20130814141349.GA6117@gmail.com> References: <20130811200834.GB49895@gmail.com> <20130812101615.GD20104@glebius.int.ru> <20130812194516.GB4278@gmail.com> <20130813072631.GH20104@glebius.int.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130813072631.GH20104@glebius.int.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "Andrey V. Elsukov" , freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:13:55 -0000 On Tue, Aug 13, 2013 at 11:26:31AM +0400, Gleb Smirnoff wrote: > On Mon, Aug 12, 2013 at 10:45:17PM +0300, Mikolaj Golub wrote: > M> On Mon, Aug 12, 2013 at 02:16:15PM +0400, Gleb Smirnoff wrote: > M> > On Sun, Aug 11, 2013 at 11:08:35PM +0300, Mikolaj Golub wrote: > M> > M> Hi, > M> > M> > M> > M> I would like to virtualize carp(4) variables to have per vnet control. > M> > M> > M> > M> Any comments, objections? > M> > > M> > No objections! > M> > M> Andrey pointed out (on irc) that carpstats was missing virtualization > M> too. Here is an updated patch. > > Thanks. As before, no objections from me. Thanks. Committed as r254292. -- Mikolaj Golub