All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4/30[23]: ignore EBUSY error
@ 2015-01-19  7:02 ` Xiaoguang Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Xiaoguang Wang @ 2015-01-19  7:02 UTC (permalink / raw)
  To: fstests, linux-ext4; +Cc: dmonakhov, tytso, david, Xiaoguang Wang

xfstests ext4/302, ext4/303 are ext4 defragmentation stress test,
which will ioctl(EXT4_IOC_MOVE_EXT), so EBUSY is expected to happen,
for example, when page's corresponding buffer_head's state is BH_Dirty.

Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
---
 tests/ext4/302 | 2 ++
 tests/ext4/303 | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tests/ext4/302 b/tests/ext4/302
index 1e90016..c604c8f 100755
--- a/tests/ext4/302
+++ b/tests/ext4/302
@@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
 size=999G
 buffered=0
 fadvise_hint=0
+continue_on_error=write
+ignore_error=,EBUSY
 
 ##########################################
 # Test2
diff --git a/tests/ext4/303 b/tests/ext4/303
index 9573872..2d01f0f 100755
--- a/tests/ext4/303
+++ b/tests/ext4/303
@@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
 size=999G
 buffered=0
 fadvise_hint=0
+continue_on_error=write
+ignore_error=,EBUSY
 
 #################################
 # Test3
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ext4/30[23]: ignore EBUSY error
@ 2015-01-19  7:02 ` Xiaoguang Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Xiaoguang Wang @ 2015-01-19  7:02 UTC (permalink / raw)
  To: fstests, linux-ext4; +Cc: dmonakhov, tytso, david, Xiaoguang Wang

xfstests ext4/302, ext4/303 are ext4 defragmentation stress test,
which will ioctl(EXT4_IOC_MOVE_EXT), so EBUSY is expected to happen,
for example, when page's corresponding buffer_head's state is BH_Dirty.

Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
---
 tests/ext4/302 | 2 ++
 tests/ext4/303 | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tests/ext4/302 b/tests/ext4/302
index 1e90016..c604c8f 100755
--- a/tests/ext4/302
+++ b/tests/ext4/302
@@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
 size=999G
 buffered=0
 fadvise_hint=0
+continue_on_error=write
+ignore_error=,EBUSY
 
 ##########################################
 # Test2
diff --git a/tests/ext4/303 b/tests/ext4/303
index 9573872..2d01f0f 100755
--- a/tests/ext4/303
+++ b/tests/ext4/303
@@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
 size=999G
 buffered=0
 fadvise_hint=0
+continue_on_error=write
+ignore_error=,EBUSY
 
 #################################
 # Test3
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ext4/30[23]: ignore EBUSY error
  2015-01-19  7:02 ` Xiaoguang Wang
@ 2015-01-19 12:27   ` Dmitry Monakhov
  -1 siblings, 0 replies; 4+ messages in thread
From: Dmitry Monakhov @ 2015-01-19 12:27 UTC (permalink / raw)
  To: Xiaoguang Wang, fstests, linux-ext4; +Cc: tytso, david


Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> writes:

Acked-by Dmitry Monakhov <dmonakhov@openvz.org>
> xfstests ext4/302, ext4/303 are ext4 defragmentation stress test,
> which will ioctl(EXT4_IOC_MOVE_EXT), so EBUSY is expected to happen,
> for example, when page's corresponding buffer_head's state is BH_Dirty.
>
> Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
> ---
>  tests/ext4/302 | 2 ++
>  tests/ext4/303 | 2 ++
>  2 files changed, 4 insertions(+)
>
> diff --git a/tests/ext4/302 b/tests/ext4/302
> index 1e90016..c604c8f 100755
> --- a/tests/ext4/302
> +++ b/tests/ext4/302
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
>  size=999G
>  buffered=0
>  fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>  
>  ##########################################
>  # Test2
> diff --git a/tests/ext4/303 b/tests/ext4/303
> index 9573872..2d01f0f 100755
> --- a/tests/ext4/303
> +++ b/tests/ext4/303
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
>  size=999G
>  buffered=0
>  fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>  
>  #################################
>  # Test3
> -- 
> 1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ext4/30[23]: ignore EBUSY error
@ 2015-01-19 12:27   ` Dmitry Monakhov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Monakhov @ 2015-01-19 12:27 UTC (permalink / raw)
  To: Xiaoguang Wang, fstests, linux-ext4; +Cc: tytso, david, Xiaoguang Wang


Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> writes:

Acked-by Dmitry Monakhov <dmonakhov@openvz.org>
> xfstests ext4/302, ext4/303 are ext4 defragmentation stress test,
> which will ioctl(EXT4_IOC_MOVE_EXT), so EBUSY is expected to happen,
> for example, when page's corresponding buffer_head's state is BH_Dirty.
>
> Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
> ---
>  tests/ext4/302 | 2 ++
>  tests/ext4/303 | 2 ++
>  2 files changed, 4 insertions(+)
>
> diff --git a/tests/ext4/302 b/tests/ext4/302
> index 1e90016..c604c8f 100755
> --- a/tests/ext4/302
> +++ b/tests/ext4/302
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
>  size=999G
>  buffered=0
>  fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>  
>  ##########################################
>  # Test2
> diff --git a/tests/ext4/303 b/tests/ext4/303
> index 9573872..2d01f0f 100755
> --- a/tests/ext4/303
> +++ b/tests/ext4/303
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
>  size=999G
>  buffered=0
>  fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>  
>  #################################
>  # Test3
> -- 
> 1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-19 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19  7:02 [PATCH] ext4/30[23]: ignore EBUSY error Xiaoguang Wang
2015-01-19  7:02 ` Xiaoguang Wang
2015-01-19 12:27 ` Dmitry Monakhov
2015-01-19 12:27   ` Dmitry Monakhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.