2022-02-09 07:46:37

by Anna Schumaker

[permalink] [raw]
Subject: [PATCH 4/4] generic/633: Check if idmapped mounts are supported before running

From: Anna Schumaker <[email protected]>

This appears to have been missed when the test was added.

Signed-off-by: Anna Schumaker <[email protected]>
---
tests/generic/633 | 1 +
1 file changed, 1 insertion(+)

diff --git a/tests/generic/633 b/tests/generic/633
index 382806471223..6750117735f7 100755
--- a/tests/generic/633
+++ b/tests/generic/633
@@ -15,6 +15,7 @@ _begin_fstest auto quick atime attr cap idmapped io_uring mount perms rw unlink
# real QA test starts here

_supported_fs generic
+_require_idmapped_mounts
_require_test

echo "Silence is golden"
--
2.35.1



2022-02-21 06:12:11

by Su Yue

[permalink] [raw]
Subject: Re: [PATCH 4/4] generic/633: Check if idmapped mounts are supported before running


On Tue 08 Feb 2022 at 16:52, Anna Schumaker <[email protected]>
wrote:

> From: Anna Schumaker <[email protected]>
>
> This appears to have been missed when the test was added.
>
It's removed on purpose to also verify idmapped mounts unrelated
tests.

Generic/633 fails on NFS because of setgid inheritance behavior of
NFS.
Already reported it to the community[1].

[1]:
https://lore.kernel.org/linux-nfs/OS3PR01MB770539462BE3E7959DAF8B5789389@OS3PR01MB7705.jpnprd01.prod.outlook.com/T/#u

--
Su
> Signed-off-by: Anna Schumaker <[email protected]>
> ---
> tests/generic/633 | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/generic/633 b/tests/generic/633
> index 382806471223..6750117735f7 100755
> --- a/tests/generic/633
> +++ b/tests/generic/633
> @@ -15,6 +15,7 @@ _begin_fstest auto quick atime attr cap
> idmapped io_uring mount perms rw unlink
> # real QA test starts here
>
> _supported_fs generic
> +_require_idmapped_mounts
> _require_test
>
> echo "Silence is golden"