Received: by 10.223.164.202 with SMTP id h10csp3699345wrb; Sat, 25 Nov 2017 14:58:35 -0800 (PST) X-Google-Smtp-Source: AGs4zMZvonbTefBHdIzfB5DT3RDxm3ZQN+/NvR9AWyIUmeUEYpEuigJSJMxHyhPhTui8OnvOC8qI X-Received: by 10.98.153.18 with SMTP id d18mr26005764pfe.145.1511650715582; Sat, 25 Nov 2017 14:58:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511650715; cv=none; d=google.com; s=arc-20160816; b=ZBSMM1YD3tcRw0/d69OdzWyD94opSEv2BqORCiZr1HxOKDoqcf9NMdgz9cEUgTKPQA yIMYo4+jVih/Xb3zy72O2yiSKdGI8fBAdM51bggFlQODf9nSlwZLPbaSow8r0dQT7SAY 8XjhTuW68enUSE2RKQu+8EkV7EDRzOYo3D2potjg0iqgu+34Ki8dqa5Yfb1T99Ih048O OHYeNGDJaFx+dPnk0CFhT43j2oclsAGpEKKKSWPMSwojDdRx6wAoWU7t/aWUo4rmtIid j3E31hhG1TFFM25yaZ6KgiDQ/YuoRz8OWJoo9Pgw8G7S7I74tyU9Sn6Vp9sL2E+u0I0H lmZQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=umX6iQDVzYvtCkLT7nZ4nupXp+9bPWKt2icNiW0BoLE=; b=nSMS3+RKo7irExFH33sa3tayNYON9W9sHhxBjfqkvTAXvHKnWpovRwJdPB8/Ixy+o1 KcXhIISLbAdz7ClxMFRz1T5xANnY56sc7/42vH0xwLoUGLfE+tmWplqI7VxDlr8hfoPp saRKuEUqCXuNtieGVPNpr7s6P4BFnYAza8Z60jjxVA+EeZxQyfTO7mBMkbl37uWFvSqE CUw43YFpWxID9aRTyPufpJ3tuyyN0Be0GSlCFoeb4sClRIWL/Qwj7A8APiaNsW8Ej+t5 9UqSNR6UASAlEP7QmV/uNufIUOiMPAnvxYxTdpbSOhZG1Ld3K7tueQcxquSAbu5Gn6Kz NmgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 7si7413811ple.17.2017.11.25.14.58.23; Sat, 25 Nov 2017 14:58:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751853AbdKYW5s (ORCPT + 81 others); Sat, 25 Nov 2017 17:57:48 -0500 Received: from ipmail06.adl6.internode.on.net ([150.101.137.145]:39571 "EHLO ipmail06.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751415AbdKYW5q (ORCPT ); Sat, 25 Nov 2017 17:57:46 -0500 Received: from ppp59-167-129-252.static.internode.on.net (HELO dastard) ([59.167.129.252]) by ipmail06.adl6.internode.on.net with ESMTP; 26 Nov 2017 09:27:44 +1030 Received: from dave by dastard with local (Exim 4.80) (envelope-from ) id 1eIjOI-0004t9-VP; Sun, 26 Nov 2017 09:57:42 +1100 Date: Sun, 26 Nov 2017 09:57:42 +1100 From: Dave Chinner To: Reindl Harald Cc: Andreas Dilger , Andi Kleen , Theodore Ts'o , Tahsin Erdogan , Linux Kernel Mailing List , linux-fsdevel , linux-ext4 Subject: Re: regression: 4.13 cannot follow symlinks on some ext3 fs Message-ID: <20171125225742.GN4094@dastard> References: <20171123203330.GN2482@two.firstfloor.org> <20171123222317.bq2v26zm5i2jspui@thunk.org> <20171123233101.GP2482@two.firstfloor.org> <700971AC-BDE2-4993-BD56-7497AD8A0FC4@dilger.ca> <20171124020435.GQ2482@two.firstfloor.org> <20171124165102.GS2482@two.firstfloor.org> <706E8F37-95C7-4321-AACA-2ED11F82E625@dilger.ca> <20171125223202.GL4094@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 25, 2017 at 11:45:07PM +0100, Reindl Harald wrote: > > Am 25.11.2017 um 23:32 schrieb Dave Chinner: > >On Fri, Nov 24, 2017 at 03:03:37PM -0700, Andreas Dilger wrote: > >>Any worse an idea than running a new kernel on an old system? > >>Newer e2fsck fixes a lot of bugs that are present in older > >>e2fsck as well... > > > >I'm running with everything up to date (debian unstable) on these > >VMs, they are just an old filesystem because some distros have had > >reliable rolling updates for the entire life of these VMs. :P > > but why not update the FS to ext4? Unlike ext3, ext4 is not a filesystem that takes kindly to being abused by an environment that involves machines being crashed, oopsed and forcibly rebooted without warning tens of times a day. Every ext4 root filesytsem I've tried on these VMs has lasted less than two weeks before being unrecoverably corrupted and needing to be rebuilt from scratch. Last time I tried a couple of years ago, the ext4 filesystems lasted less than a day because corrupting itself in a way that it couldn't mount but e2fsck didn't detect anything wrong and so it couldn't be repaired. ext4 is just not robust enough for my use case. And, FWIW, I don't use XFS for these root filesystems because the reason I'm doing this to machines is that I'm trashing throwaway XFS filesystems with broken XFS code on other devices on the VM... Cheers, Dave. -- Dave Chinner david@fromorbit.com From 1585079216147050475@xxx Sat Nov 25 22:35:37 +0000 2017 X-GM-THRID: 1584890393078112471 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread