From owner-freebsd-cloud@freebsd.org Sun Dec 3 23:44:02 2017 Return-Path: Delivered-To: freebsd-cloud@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAEA1E6C1CC for ; Sun, 3 Dec 2017 23:44:02 +0000 (UTC) (envelope-from raf@rafal.net) Received: from fbo-1.mxes.net (mxout-23.mxes.net [216.86.168.223]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9243B6EAA6 for ; Sun, 3 Dec 2017 23:44:01 +0000 (UTC) (envelope-from raf@rafal.net) Received: from smtp-out-1.mxes.net (smtp-out-1.mxes.net [67.222.241.250]) by fbi-1.mxes.net (Postfix) with ESMTP id 1F01C27549 for ; Sun, 3 Dec 2017 18:38:11 -0500 (EST) Received: from [192.168.40.37] (86-40-118-125-dynamic.agg2.bri.bbh-prp.eircom.net [86.40.118.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 65C6827544; Sun, 3 Dec 2017 18:37:47 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: Suppress kernel messages "NFSv4 fileid > 32bits" From: Rafal Lukawiecki In-Reply-To: <010001601e629bb9-34372410-8c8e-4400-b082-0ff4f4ab7934-000000@email.amazonses.com> Date: Sun, 3 Dec 2017 23:37:45 +0000 Cc: freebsd-cloud@freebsd.org, Rick Macklem Content-Transfer-Encoding: quoted-printable Message-Id: <51462F8E-89C7-4FF2-AC56-8F63ED0BC8CB@rafal.net> References: <386518E3-1D01-4E1F-BB77-E9C530E05381@rafal.net> <0100015ff59bd564-84bd069a-00b5-4a05-a8aa-dbe2aa19693c-000000@email.amazonses.com> <010001601e629bb9-34372410-8c8e-4400-b082-0ff4f4ab7934-000000@email.amazonses.com> To: Colin Percival X-Mailer: Apple Mail (2.3445.4.7) X-BeenThere: freebsd-cloud@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "FreeBSD on cloud platforms \(EC2, GCE, Azure, etc.\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 23:44:02 -0000 > On 3 Dec 2017, at 21:57, Colin Percival wrote: >=20 > On 12/03/17 09:18, Rafal Lukawiecki wrote: >> Is there a way to completely suppress the "NFSv4 fileid > 32bits=E2=80=9D= messages >> from flooding my logs and the subsequent emailed reports? This = message is >> unavoidable when running on AWS until FreeBSD 12 comes out, based on = the >> previous discussions here. >=20 > Well, unavoidable when using EFS. Most people in EC2 aren't using = EFS. Apologies. I typed too fast. > CCing in Rick, as the maintainer of the NFS code -- Rick, any opinion = on > having a vfs.nfs.suppress_32bits_warning sysctl, defaulting to 0, = which > suppresses those two warnings when set to nonzero? Is this option already available somewhere in code, or would that be a = proposed one? I get tens of thousands of those warnings a day per server. Thankfully, = they are =E2=80=9Crolled-up=E2=80=9D with counts, but it still makes a = few hundred to low thousands of lines in the log and email reports. It = would be great to suppress it altogether till 2019 when FreeBSD 12 comes = out. Many thanks, Rafal