All of lore.kernel.org
 help / color / mirror / Atom feed
* generic/699 fails on ext4 due to using ext4 mount options w/ overlayfs
@ 2025-03-18 20:39 Eric Sandeen
  2025-03-18 23:51 ` Theodore Ts'o
  0 siblings, 1 reply; 13+ messages in thread
From: Eric Sandeen @ 2025-03-18 20:39 UTC (permalink / raw)
  To: fstests@vger.kernel.org

generic/699 fails because _overlay_mount_dirs() uses _common_dev_mount_options(),
and when FSTYP is ext4, that yields "-o acl,user_xattr" and acl is not a valid
option for overlayfs.

Lots of overlayfs/ tests use _overlay_mount_dirs of course, but they run with
./check -overlay which sets FSTYP to overlay, not the underlying type.

I'm ... not sure how this should be fixed. I have a hack to temporarily
override FSTYP for the test, but that seems bad.

Thoughts?

Thanks,
-Eric

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

end of thread, other threads:[~2025-03-20  7:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 20:39 generic/699 fails on ext4 due to using ext4 mount options w/ overlayfs Eric Sandeen
2025-03-18 23:51 ` Theodore Ts'o
2025-03-19  0:58   ` Eric Sandeen
2025-03-19  3:58     ` Theodore Ts'o
2025-03-19 15:36       ` Eric Sandeen
2025-03-19 15:11     ` Zorro Lang
2025-03-19 15:39       ` Zorro Lang
2025-03-19 16:44         ` Theodore Ts'o
2025-03-19 16:54           ` Eric Sandeen
2025-03-19 20:01           ` Zorro Lang
2025-03-19 23:32             ` Theodore Ts'o
2025-03-20  5:25               ` Zorro Lang
2025-03-20  7:50                 ` Amir Goldstein

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.