From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Goyal Subject: Re: [ANNOUNCE] unionmount-testsuite: Amir's master branch updated Date: Mon, 11 Dec 2017 15:59:12 -0500 Message-ID: <20171211205912.GD13399@redhat.com> References: <20171206181700.GA7967@redhat.com> <20171211195920.GA13399@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48582 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751234AbdLKU7N (ORCPT ); Mon, 11 Dec 2017 15:59:13 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: Amir Goldstein Cc: overlayfs , Miklos Szeredi , David Howells , fstests , Chandan Rajendra On Mon, Dec 11, 2017 at 10:47:15PM +0200, Amir Goldstein wrote: [..] > > - For the xfs reflink test, I am curious that why have you recommended > > to also enabled "rmapbt=1". Is is required for the tests? > > > > You cannot enable reflink=1 without it. I could do that. Here is the xfs_info output which shows rmapbt=0 and reflink=1. # xfs_info /mnt/test-xfs meta-data=/dev/mapper/test--union-lower_layer isize=512 agcount=4, agsize=327680 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=1 spinodes=0 rmapbt=0 = reflink=1 data = bsize=4096 blocks=1310720, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0 ftype=1 log =internal bsize=4096 blocks=2560, version=2 = sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 Vivek