From owner-freebsd-stable@FreeBSD.ORG Wed Nov 17 04:55:52 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 EAF1F106564A for ; Wed, 17 Nov 2010 04:55:52 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 588CC8FC19 for ; Wed, 17 Nov 2010 04:55:52 +0000 (UTC) Received: by gwj20 with SMTP id 20so931689gwj.13 for ; Tue, 16 Nov 2010 20:55:51 -0800 (PST) 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 :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=DfErpQwdS3rnUlxdkRf6CwNwirJ/18NR7/WcecKVj6s=; b=O8lV53SeF9UB2yj4qUpXXdRTemroIG/ANtccgwo+NDEAq9DvvTCBC9+e7hS/zfGu9G YSIORm4B5TeiYDFUndZSSANGG68jO+EKRZIU52oJoAiR7ooTNWi8NPpemPQm4n0vsSkX B9RL+FX3JRzhut8YeCpnC3ayggjnPXmzhkPqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=CmevIidt8ccQIwLUxh/E7gs+fdG+SsiHXwDLEvXP+QyDxQsWA9omeJJ6Larb3n2mnb QyPj/DBpcEso9Tv8vYQ2uUGF3wQ/AWmnMSzOotBuEJb2ea4qfrRLspiddQEzWpprOrcW GslTNvZC/UrlXnio4nxbiRqRoMemEdIwOtl2E= Received: by 10.151.107.4 with SMTP id j4mr6429598ybm.351.1289969751716; Tue, 16 Nov 2010 20:55:51 -0800 (PST) Received: from centel.dataix.local ([99.181.155.174]) by mx.google.com with ESMTPS id v12sm4422227ybk.23.2010.11.16.20.55.49 (version=SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 20:55:50 -0800 (PST) Sender: "J. Hellenthal" Message-ID: <4CE36054.6010503@DataIX.net> Date: Tue, 16 Nov 2010 23:55:48 -0500 From: jhell Organization: http://www.DataIX.net User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101028 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: Rumen Telbizov References: <4CD6243B.90707@DataIX.net> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Artem Belevich Subject: Re: Degraded zpool cannot detach old/bad drive 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: Wed, 17 Nov 2010 04:55:53 -0000 On 11/16/2010 16:15, Rumen Telbizov wrote: > It seems like *kern.geom.label.gptid.enable: 0 *does not work anymore? I am > pretty sure I was able to hide all the /dev/gptid/* entries with this > sysctl variable before but now it doesn't quite work for me. I could be wrong but I believe that is more of a loader tuneable than a sysctl that should be modified at run-time. Rebooting with this set to 0 will disable showing the /dev/gptid directory. This makes me wonder if those sysctl's should be marked read-only at run-time. Though you could even rm -rf /dev/gptid ;) -- jhell,v