From owner-freebsd-fs@FreeBSD.ORG Thu Mar 4 08:33:37 2010 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44140106566C for ; Thu, 4 Mar 2010 08:33:37 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id CE0588FC1C for ; Thu, 4 Mar 2010 08:33:35 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so534403fge.13 for ; Thu, 04 Mar 2010 00:33:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=EmWhEQ7BlftJL6hM4Xf6WxRrd3Ir5D1mZC7rsJKPGKs=; b=PGToHGp+9JcKYQtrMhO8tnEM4AjfjO17xbXe8j6iqJwuGFBn5ACnuezgaNTdN8IjB+ CZ61YxSRILeUOaZjMEeBf0EpDF/Mp9L2eZvrud7kR66HqjuIOq6D86hZMvDOAYQt9uIF yZoZPKdqHOT5ShoB7yjWycBMjwD8hzoqebays= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=K9yan5YzXuz9ZWcugJu2KeJkTcLSWp0cpbUsXlTgIINzI3j47/fZfrX8ck2PMo6GXI Pzj9z7l420e4UGR9AQ0KDvYxtE+EnXsBd/Cf9n2iBRdotN9QynmikZcmiSs4irOEWB5N 7ZNhnB8qVPgEBP+LUQwsRh8c1lqORDxz+gGZo= MIME-Version: 1.0 Received: by 10.102.169.26 with SMTP id r26mr1505116mue.27.1267690171948; Thu, 04 Mar 2010 00:09:31 -0800 (PST) In-Reply-To: <7C1E347F-CD36-4F54-814B-90BE4EB67C75@gmail.com> References: <7C1E347F-CD36-4F54-814B-90BE4EB67C75@gmail.com> Date: Thu, 4 Mar 2010 11:09:31 +0300 Message-ID: From: pluknet To: Nikolay Denev Content-Type: text/plain; charset=ISO-8859-1 Cc: fs@freebsd.org Subject: Re: PoC: ZFS fail-over with HAST + carp(4) + devd X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 08:33:37 -0000 On 4 March 2010 10:27, Nikolay Denev wrote: > > Hi, > > It's a bit offtopic for fs-, but I'm just curious what FreeBSD version are you using with this? > My experience with 7.* is that LINK_UP/DOWN events are not generated for carp interfaces, > and I have just tested this in my devd.conf and it does nothing. I guess this is fixed in 8 or -CURRENT? Let me answer on this. This change is in ip_carp.c v1.60, which was never MFC'ed to 7. -- wbr, pluknet