Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-24 Thread Eryu Guan
On Wed, May 24, 2017 at 05:27:24PM +0800, Qu Wenruo wrote: > > > At 05/24/2017 05:22 PM, Eryu Guan wrote: > > On Wed, May 24, 2017 at 03:58:11PM +0800, Qu Wenruo wrote: > > > > > > > > > At 05/24/2017 01:16 PM, Qu Wenruo wrote: > > > > > > > > > > > > At 05/24/2017 01:08 PM, Eryu Guan wrote:

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-24 Thread Qu Wenruo
At 05/24/2017 05:22 PM, Eryu Guan wrote: On Wed, May 24, 2017 at 03:58:11PM +0800, Qu Wenruo wrote: At 05/24/2017 01:16 PM, Qu Wenruo wrote: At 05/24/2017 01:08 PM, Eryu Guan wrote: On Wed, May 24, 2017 at 12:28:34PM +0800, Qu Wenruo wrote: At 05/24/2017 12:24 PM, Eryu Guan wrote:

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-24 Thread Eryu Guan
On Wed, May 24, 2017 at 03:58:11PM +0800, Qu Wenruo wrote: > > > At 05/24/2017 01:16 PM, Qu Wenruo wrote: > > > > > > At 05/24/2017 01:08 PM, Eryu Guan wrote: > > > On Wed, May 24, 2017 at 12:28:34PM +0800, Qu Wenruo wrote: > > > > > > > > > > > > At 05/24/2017 12:24 PM, Eryu Guan wrote: > >

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-24 Thread Qu Wenruo
At 05/24/2017 01:16 PM, Qu Wenruo wrote: At 05/24/2017 01:08 PM, Eryu Guan wrote: On Wed, May 24, 2017 at 12:28:34PM +0800, Qu Wenruo wrote: At 05/24/2017 12:24 PM, Eryu Guan wrote: On Wed, May 24, 2017 at 08:22:25AM +0800, Qu Wenruo wrote: At 05/23/2017 07:13 PM, Eryu Guan wrote:

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-23 Thread Qu Wenruo
At 05/24/2017 01:08 PM, Eryu Guan wrote: On Wed, May 24, 2017 at 12:28:34PM +0800, Qu Wenruo wrote: At 05/24/2017 12:24 PM, Eryu Guan wrote: On Wed, May 24, 2017 at 08:22:25AM +0800, Qu Wenruo wrote: At 05/23/2017 07:13 PM, Eryu Guan wrote: On Tue, May 23, 2017 at 04:02:05PM +0800, Qu

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-23 Thread Eryu Guan
On Wed, May 24, 2017 at 12:28:34PM +0800, Qu Wenruo wrote: > > > At 05/24/2017 12:24 PM, Eryu Guan wrote: > > On Wed, May 24, 2017 at 08:22:25AM +0800, Qu Wenruo wrote: > > > > > > > > > At 05/23/2017 07:13 PM, Eryu Guan wrote: > > > > On Tue, May 23, 2017 at 04:02:05PM +0800, Qu Wenruo wrote:

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-23 Thread Qu Wenruo
At 05/24/2017 12:24 PM, Eryu Guan wrote: On Wed, May 24, 2017 at 08:22:25AM +0800, Qu Wenruo wrote: At 05/23/2017 07:13 PM, Eryu Guan wrote: On Tue, May 23, 2017 at 04:02:05PM +0800, Qu Wenruo wrote: [BUG] If using MOUNT_OPTIONS="-o nodatasum" and btrfs to run genierc/142 generic/143 and

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-23 Thread Eryu Guan
On Wed, May 24, 2017 at 08:22:25AM +0800, Qu Wenruo wrote: > > > At 05/23/2017 07:13 PM, Eryu Guan wrote: > > On Tue, May 23, 2017 at 04:02:05PM +0800, Qu Wenruo wrote: > > > [BUG] > > > If using MOUNT_OPTIONS="-o nodatasum" and btrfs to run genierc/142 > > > generic/143 and generic/154, it will

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-23 Thread Qu Wenruo
At 05/23/2017 07:13 PM, Eryu Guan wrote: On Tue, May 23, 2017 at 04:02:05PM +0800, Qu Wenruo wrote: [BUG] If using MOUNT_OPTIONS="-o nodatasum" and btrfs to run genierc/142 generic/143 and generic/154, it will cause false alert like: cp: failed to clone '/mnt/test/test-154/file2' from

Re: [PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-23 Thread Eryu Guan
On Tue, May 23, 2017 at 04:02:05PM +0800, Qu Wenruo wrote: > [BUG] > If using MOUNT_OPTIONS="-o nodatasum" and btrfs to run genierc/142 > generic/143 and generic/154, it will cause false alert like: > cp: failed to clone '/mnt/test/test-154/file2' from > '/mnt/test/test-154/file1': Invalid

[PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount

2017-05-23 Thread Qu Wenruo
[BUG] If using MOUNT_OPTIONS="-o nodatasum" and btrfs to run genierc/142 generic/143 and generic/154, it will cause false alert like: cp: failed to clone '/mnt/test/test-154/file2' from '/mnt/test/test-154/file1': Invalid argument [REASON] It is caused by _test_cycle_mount function, which