Skip to content

Commit 45fd5cc

Browse files
author
OpenShift Bot
authored
Merge pull request #14303 from stevekuznetsov/skuznets/debug-storage
Merged by openshift-bot
2 parents 88e687a + bf2bf82 commit 45fd5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/extended/localquota/local_fsgroup_quota.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ var _ = g.Describe("[Conformance][volumes] Test local storage quota", func() {
133133
o.Expect(volDir).NotTo(o.Equal(""))
134134
args := []string{"-f", "-c", "'%T'", volDir}
135135
outBytes, _ := exec.Command("stat", args...).Output()
136+
fmt.Fprintf(g.GinkgoWriter, "Volume directory status: \n%s\n", outBytes)
136137
if !strings.Contains(string(outBytes), "xfs") {
137138
g.Skip("Volume directory is not on an XFS filesystem, skipping...")
138139
}

0 commit comments

Comments
 (0)