Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp1427860imj; Fri, 8 Feb 2019 01:03:26 -0800 (PST) X-Google-Smtp-Source: AHgI3IaQJyXzsbDAKIb5zESdIxmGh+U7VS/4k+XAHwL8WieoBvYJ3LmVskm5jh1vduyYqbIqdqAx X-Received: by 2002:a63:c40a:: with SMTP id h10mr5600861pgd.131.1549616606204; Fri, 08 Feb 2019 01:03:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549616606; cv=none; d=google.com; s=arc-20160816; b=bJzpeqqnSVgvxmovBjtSjoz73jzxHb9wJbr2Kl7F9olVTrC3y6aIg4XlaDwQ+/vywo 6XaFfVpTHh9BqLN+w4da1Ho5dnoNUvYj5BoMQh3B9FhjBGbvc261Yt+7WJzXe9b8wop1 I+fmRFYNOmB/olSW3Cxl47phPz3LeLvWdkih9QTpBur93VpHkSrVaSxGIzCvmuYjauSC h1vjdfkRwGYgMJMHr+Y2C/ffN2QWJZeVGZ0A8zRK/4IJATKZ20FuiVZH36Ak0JBCqDcA TggCC8fT6RC0IkHQ6v77Z+8nkXMASe1C0eZo3DZJu0jZJhwZHv39DfYUA3r6hsfGzJDp yRXg== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=+FAX1y9bR0EKJeaJwR5irdJPNRE7W+dP9msAOZg1dLI=; b=AtWXZo0McDz3RclKSHb7T5yUkUBoFy/avC7ErhjrZeiGFg4hP5q6ppdzveN9FCsdW7 MgbjNlnaxJFWMfabd5Tl6yYITq7llYCBxBbXNRRgkJ40+WFRiWryGPYqRhUyVcNTVZ3k dD/BIcd/wRUBF7vlb/JRdq4i/pxdDF17i55IPuQDxDQ+euoef5oe7TLbqSYsRl0uGEjN lb7ZpzNuCJ1LevHtQMDWsrSjMv8kEbS7gqR4I5GfO9HFfemIne7A1OFEGqt0O0gj/SWw HYK5mcZxgZ+PmpicEGwReJDCqzwgXGz2cs1S8/B37dBKGWcqY2n5wX8Px3PMGFFsMQJS pT1A== 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 k62si1659955pfc.208.2019.02.08.01.03.09; Fri, 08 Feb 2019 01:03:26 -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 S1727477AbfBHJCs (ORCPT + 99 others); Fri, 8 Feb 2019 04:02:48 -0500 Received: from mx2.suse.de ([195.135.220.15]:39254 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726115AbfBHJCs (ORCPT ); Fri, 8 Feb 2019 04:02:48 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 83E2BAE30; Fri, 8 Feb 2019 09:02:46 +0000 (UTC) Date: Fri, 8 Feb 2019 10:02:45 +0100 From: Johannes Thumshirn To: "Kani, Toshi" Cc: "dan.j.williams@intel.com" , "lsf-pc@lists.linux-foundation.org" , "linux-xfs@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "linux-ext4@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-nvdimm@lists.01.org" Subject: Re: [LSF/MM TOPIC] The end of the DAX experiment Message-ID: <20190208090245.GA8038@linux-x5ow.site> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/02/2019 22:51, Kani, Toshi wrote: > I've also had multiple users complained about 'mount -o dax' succeeded > by falling back to non-dax despite of their intent. Such users wasted > many hours without knowing their setup error / current restrictions. > The next think they always ask is how to check if dax is enabled in such > case, and they are not happy about limited interfaces (ex. look for > mount entry in /proc/mounts), either. Exactly, there's a need for admins and user-space applications to check if they can use DAX or not. See also [1] for reference. > Same as above. Such enhancement should be possible after EXPERIMENTAL > is removed from 'mount -o dax'. IOW, a separate EXPERIMENTAL message > can be shown when user requests per-directory dax. Just as a data point here, in our Kernels we've removed the EXPERIMENTAL warning for DAX on XFS (but not EXT4) and we are supporting it for some limited use-cases. [1] https://lore.kernel.org/linux-fsdevel/20181002100531.GC4135@quack2.suse.cz/ Byte, Johannes -- Johannes Thumshirn SUSE Labs Filesystems jthumshirn@suse.de +49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N?rnberg GF: Felix Imend?rffer, Jane Smithard, Graham Norton HRB 21284 (AG N?rnberg) Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850