From owner-freebsd-stable@FreeBSD.ORG Sun Aug 22 20:45:17 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 693841065698 for ; Sun, 22 Aug 2010 20:45:17 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 285548FC24 for ; Sun, 22 Aug 2010 20:45:16 +0000 (UTC) Received: by iwn36 with SMTP id 36so5780914iwn.13 for ; Sun, 22 Aug 2010 13:45:16 -0700 (PDT) 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 :x-enigmail-version:content-type:content-transfer-encoding; bh=lmjvDWapsi3AZ7uKoy4BMIPFkbPmnKF8r//RJRMn44o=; b=ir3rBruVN33j3rw7vm5hyTXNGpAlANaoxze5Eik1SzenjbHfMEThCXqW8vdkx8Td/J 4eBcOVlRTeldyQteH77g7RzY/XFRSRykEpwdWsu/6oVY2CLsp55riWeTlAeSYljWZxKu JHBsRb30QGowKr4Asxm5gDw1/2zKy/26mzCd0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=cAEYsIqVD9/pk/dGF9MUNqHrsHn2N3Ov6QXsRt1IoKlJgdn5xNJnvT8EX5CoslzbVZ VlxnTvNp7ibZye3hS3tA8s5LmyoRAod5Qmmm8eo4UrUTMgsxwBiJW2OqeWy2fRKtf46w BaLJHcX9W3aPuiW1EGwEkRrXhuYjnhhBc0UMA= Received: by 10.231.171.3 with SMTP id f3mr5465102ibz.145.1282509916531; Sun, 22 Aug 2010 13:45:16 -0700 (PDT) Received: from centel.dataix.local (adsl-99-190-84-182.dsl.klmzmi.sbcglobal.net [99.190.84.182]) by mx.google.com with ESMTPS id g31sm5328930ibh.22.2010.08.22.13.45.14 (version=SSLv3 cipher=RC4-MD5); Sun, 22 Aug 2010 13:45:15 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C718C59.4080302@DataIX.net> Date: Sun, 22 Aug 2010 16:45:13 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100806 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: Alexander Leidinger References: <4C6F5344.6040808@DataIX.net> <20100821215052.000030f1@unknown> <4C703737.3020007@DataIX.net> <20100822145515.00006bc6@unknown> In-Reply-To: <20100822145515.00006bc6@unknown> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: daily run output 800.scrub-zfs fixups X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 20:45:17 -0000 On 08/22/2010 08:55, Alexander Leidinger wrote: > On Sat, 21 Aug 2010 16:29:43 -0400 jhell wrote: > >> Also I just noticed another confusing message 'at least for me' that >> said "starting first scrubbing (after reboot) of pool 'exports'". I >> read that like it is going to scrub the pool after the next reboot. I >> actually had to open up the script to double check that was not the >> case. The new attached patch changes the message to "starting scrub of >> pool 'pool'" so there is no confusion of when the scrub is actually >> going to happen. > > Background info for this part: > On every reboot the info from the last scrub is lost (except in the > history output). What this part of the message was > meant to do is, to tell that there was no scrub since the last boot > (this is the first scrub since boot). > > Would it be less confusing for you if I change > starting first scrubbing (after reboot) of pool X > to > starting first scrub (since last boot) of pool X > ? That would be wonderful!. -- jhell,v