Skip to content

Commit

Permalink
UPSTREAM: <carry>: Skip "subPath should be able to unmount" NFS test
Browse files Browse the repository at this point in the history
Due to a kernel bug https://bugzilla.redhat.com/show_bug.cgi?id=1854379
in Linux 5.7+ this test fails - the bind-mounted NFS share cannot be
cleanly unmounted, gets "Stale file handle" error instead on umount.
As a result this test is permafailing on Fedora CoreOS nodes.
  • Loading branch information
vrutkovs authored and damemi committed Aug 27, 2021
1 parent d0ce754 commit 2620b14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openshift-hack/e2e/annotate/rules.go
Expand Up @@ -86,6 +86,10 @@ var (

// https://bugzilla.redhat.com/show_bug.cgi?id=1906808
`ServiceAccounts should support OIDC discovery of service account issuer`,

// NFS umount is broken in kernels 5.7+
// https://bugzilla.redhat.com/show_bug.cgi?id=1854379
`\[sig-storage\].*\[Driver: nfs\] \[Testpattern: Dynamic PV \(default fs\)\].*subPath should be able to unmount after the subpath directory is deleted`,
},
// tests that may work, but we don't support them
"[Disabled:Unsupported]": {
Expand Down

0 comments on commit 2620b14

Please sign in to comment.