From owner-freebsd-current@FreeBSD.ORG Mon Oct 28 07:35:51 2013 Return-Path: Delivered-To: freebsd-current@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 20F8631C for ; Mon, 28 Oct 2013 07:35:51 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0D1C2839 for ; Mon, 28 Oct 2013 07:35:50 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id m15so6053867wgh.13 for ; Mon, 28 Oct 2013 00:35:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=nniwp7GF7D7eetLPj1pTgdyiZC7WrLKFVqS6ZgrgUNE=; b=u9HdxEwp3d+N6ZaTm6FdJIhOeFCPo5EVVzzybCt/uueKS+ICUCMCsC0gqt9LCvxoSO 3fCmuGdGdPtkA4HWd1mlX4auPEit38zA20QLMxTW4+AaLxGOeso0n28ZYB+QG7Vnqu9N Gljhhe3Kk34wMKqPVt2GuWUSTvN3NFxJddLAE22VLJi3J67qWOkeczZV8vMfyGvdmc4Y 5t/2qPHbJFG2n22LpJKONzDFU4IYUxWP/fnyenBAK6xc1xT0OOvgCnutWPIyIwB8UxmN n665TDM70OkgsB1pgXOuCqx5e0cAtVvoS4Q4L86lFh3roSMIAyrMQ0h/nEeXb+Qi9sPI uiXA== X-Received: by 10.180.211.111 with SMTP id nb15mr7667011wic.55.1382945748568; Mon, 28 Oct 2013 00:35:48 -0700 (PDT) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id y20sm32977689wib.0.2013.10.28.00.35.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Oct 2013 00:35:47 -0700 (PDT) Message-ID: <526E13D2.2080809@gmail.com> Date: Mon, 28 Oct 2013 08:35:46 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: FreeBSD Subject: Re: FreeBSD 10 and zfsd References: <5256B761.4050301@gmail.com> In-Reply-To: <5256B761.4050301@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 07:35:51 -0000 Johan Hendriks schreef: > When i started using ZFS on FreeBSD I quickly found out that hot > spares are not possible on FreeBSD. > I was told that with zfsd it should be possible and that it would be > included in FreeBSD 10. > > Is there some info about the zfsd function and how it could be used? > > regards > Johan Hendriks > On the wiki page Whats new for FreeBSD 10 https://wiki.freebsd.org/WhatsNew/FreeBSD10 under Other changes zfsd is mentioned as beeing part of 10.0 ZFS fault monitoring and management daemon, http://svn.freebsd.org/changeset/base/222836 Maybe it should be removed from that page. regards Johan