Message ID | 20240417130102.679713-1-amir73il@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | generic/732: don't run it on overlayfs | expand |
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 >
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
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(-)