From: Nikolay Borisov Subject: Re: How to install set_encpolicy for xfs_io Date: Thu, 3 Aug 2017 09:27:34 +0300 Message-ID: References: <20170802084855.52xnbunchkggipbz@linux> <20170802112558.bogzbht7n7dlfpzk@hades.localdomain> <20170803013433.qki2jn7jg3j4fjcs@hqi2-mobl3.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Dai Xiang , linux-ext4@vger.kernel.org Return-path: Received: from mail-it0-f68.google.com ([209.85.214.68]:36714 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751223AbdHCG1j (ORCPT ); Thu, 3 Aug 2017 02:27:39 -0400 Received: by mail-it0-f68.google.com with SMTP id r9so632618ita.3 for ; Wed, 02 Aug 2017 23:27:38 -0700 (PDT) In-Reply-To: <20170803013433.qki2jn7jg3j4fjcs@hqi2-mobl3.ccr.corp.intel.com> Content-Language: en-US Sender: linux-ext4-owner@vger.kernel.org List-ID: On 3.08.2017 04:34, Dai Xiang wrote: > On Wed, Aug 02, 2017 at 01:25:58PM +0200, Carlos Maiolino wrote: >> Hi, >> >>> Hi! >>> >>> When i do test with xfstests using ext4 fs, a issue occur and do not >>> find how to fix: >>> >>> FSTYP -- ext4 >>> PLATFORM -- Linux/x86_64 local 4.13.0-rc3 >>> MKFS_OPTIONS -- /dev/sda8 >>> MOUNT_OPTIONS -- -o acl,user_xattr /dev/sda8 /fs/scratch >>> >>> ext4/024 [not run] xfs_io set_encpolicy support is missing >>> <=== >>> Not run: ext4/024 >>> Passed all 0 tests >>> >> >> set_encpolicy was added to xfsprogs 4.10, I don't know if your distro ships it >> already, if not, you'll need to compile it by yourself from: >> >> git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git > > I always use below link to download the xfsprogs: > git://oss.sgi.com/xfs/cmds/xfsprogs > > What the difference between them? Does it mean above link has > abandoned? SGI have essentially abandoned all xfs-related infrastructure hosting. As a result the mailing list got moved to kernel.org infrastructure and the development branches as well. I'd suggest to always use the xfs repos hosted on git.kernel.org > > Thanks > >> >> cheers. >> >>> I use v4.7 xfsprogs and xfstests commit is a00c51a0. >>> >>> How can i install set_encpolicy? >>> >>> Thanks >>> Xiang >> >> -- >> Carlos