Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D5D3E781B3D for <~alpine/users@lists.alpinelinux.org>; Wed, 10 Feb 2021 01:27:58 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 415FAD9F for <~alpine/users@lists.alpinelinux.org>; Tue, 9 Feb 2021 20:27:57 -0500 (EST) Received: from imap4 ([10.202.2.54]) by compute5.internal (MEProxy); Tue, 09 Feb 2021 20:27:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thestrongs.nz; h=mime-version:message-id:date:from:to:subject:content-type; s= fm1; bh=nNg8WlgZU+i2ubNV0a/rgsDlK95PUiFM4PPNYfjjkeY=; b=BG951a0+ 0U06Pad6Q7WfWFMsGWAs5NTdOYHo/sPpvcsEUV2cNv4KJEhUx/LHg/w62uVvBp5J p3W430jVS4rzWONhbmdx4XmvwfMymjk/MUuKJbbykNQgksbHAjCbN3ooP3iAQFSo G0wAzfbECrXEpzk8GzOHagTpXcjQVdLSdsnWgqmdO5qrfo0Zvg0ru0rPALgNazqs xaMM7eOJpjr1fu8oOUIWgRQW6i5CmfTzcNHOsbPGPwCi672THKKDXOVV/wWLPoyj meaGMiyPLMy75FRW7xN1LQT25/COVD2Ws4/3PA9W0jN2X/NC7pjlCGa9713ZFAmW 1tNmKuJIxfWcsw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=nNg8WlgZU+i2ubNV0a/rgsDlK95PU iFM4PPNYfjjkeY=; b=X2zZpv21ae8B+fzYdWpL69lOIMJzm5RmUbANmTORMnBBP woEIrwWY+R5FoY01YcfK+fLzp8KgJqaTgmSb4BCmzTdkhvkMS64fMnl0MvW938VP ZtoC0gUgQT1bAE6tdumi+hT76+f4L8ZOtz/JgBSgYyYZajLWN44hpVxfKtUw6gd5 zB+FI695rZ3Jn7XMA0Kr93gdewkFRM5/1YxYRkXt4pgFJSJnAFOCe2L5EWC7bD7d /a/CwSqTPdFVZQECGrKgPfEjpnuCs+V40VFcfLQq8MGleQneAnOqw9iu9Bndd+my CUXaKtsGqADEhUZespvoeidTHNkV+MkvT/t/kuZ3Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrheeigdefiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkfffhvffutgesthdtredtre ertdenucfhrhhomhepfdfnuhhkvgcuufhtrhhonhhgfdcuoehluhhkvgesthhhvghsthhr ohhnghhsrdhniieqnecuggftrfgrthhtvghrnhepiedugfekuefggfffvdeviefgjeehhe ektdeuhfejfeekgedujedtjeefjeefiedunecuvehluhhsthgvrhfuihiivgeptdenucfr rghrrghmpehmrghilhhfrhhomheplhhukhgvsehthhgvshhtrhhonhhgshdrnhii X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 85499160089; Tue, 9 Feb 2021 20:27:56 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-93-gef6c4048e6-fm-20210128.002-gef6c4048 Mime-Version: 1.0 Message-Id: <5d9fa76f-8d1d-44c8-a72b-88c72f057396@www.fastmail.com> Date: Wed, 10 Feb 2021 14:27:35 +1300 From: "Luke Strong" To: ~alpine/users@lists.alpinelinux.org Subject: NFS server corruption with 64K pages Content-Type: text/plain Hi I setup an NFS server on Alpine v3.13.1 ppc64le and had data corruption issues; after copying data to the server the checksums of the files differed from the source. This would only occur when recursively copying large directory trees, copying files individually didn't cause issues. After a while of trying different things (filesystems, NICs, etc) I've resolved it by re-compiling the kernel with a 4K page size: CONFIG_PPC_4K_PAGES=y # CONFIG_PPC_64K_PAGES is not set Has anyone had a similar experience? Regards Luke