fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] generic/732: don't run it on overlayfs
@ 2024-04-17 13:01 Amir Goldstein
  2024-04-18  9:17 ` Zorro Lang
  0 siblings, 1 reply; 2+ messages in thread
From: Amir Goldstein @ 2024-04-17 13:01 UTC (permalink / raw)
  To: Zorro Lang; +Cc: Miklos Szeredi, linux-unionfs, fstests

The test tries to mount with same mount options on two different
mount points.

Overlayfs does not support doing that.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
---
 tests/generic/732 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/732 b/tests/generic/732
index 5b5087d5..7a40f49b 100755
--- a/tests/generic/732
+++ b/tests/generic/732
@@ -22,7 +22,7 @@ _cleanup()
 }
 
 # real QA test starts here
-_supported_fs ^nfs
+_supported_fs ^nfs ^overlay
 
 _require_test
 _require_scratch
-- 
2.34.1


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

* Re: [PATCH] generic/732: don't run it on overlayfs
  2024-04-17 13:01 [PATCH] generic/732: don't run it on overlayfs Amir Goldstein
@ 2024-04-18  9:17 ` Zorro Lang
  0 siblings, 0 replies; 2+ messages in thread
From: Zorro Lang @ 2024-04-18  9:17 UTC (permalink / raw)
  To: Amir Goldstein; +Cc: Zorro Lang, Miklos Szeredi, linux-unionfs, fstests

On Wed, Apr 17, 2024 at 04:01:02PM +0300, Amir Goldstein wrote:
> The test tries to mount with same mount options on two different
> mount points.
> 
> Overlayfs does not support doing that.
> 
> Signed-off-by: Amir Goldstein <amir73il@gmail.com>
> ---

Thanks for confirming that.

Reviewed-by: Zorro Lang <zlang@redhat.com>

>  tests/generic/732 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/generic/732 b/tests/generic/732
> index 5b5087d5..7a40f49b 100755
> --- a/tests/generic/732
> +++ b/tests/generic/732
> @@ -22,7 +22,7 @@ _cleanup()
>  }
>  
>  # real QA test starts here
> -_supported_fs ^nfs
> +_supported_fs ^nfs ^overlay
>  
>  _require_test
>  _require_scratch
> -- 
> 2.34.1
> 

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

end of thread, other threads:[~2024-04-18  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 13:01 [PATCH] generic/732: don't run it on overlayfs Amir Goldstein
2024-04-18  9:17 ` Zorro Lang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).