Unverified Commit 8ea5d6e2 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69808 from idealhack/automated-cherry-pick-of-#68435-upstream-release-1.12

Automated cherry pick of #68435: Glusterfs: Remove unwanted `log-file` mount argument.
parents 8288d32a 3d46a68e
......@@ -319,10 +319,11 @@ func (b *glusterfsMounter) setUpAtInternal(dir string) error {
// its own log based on PV + Pod
log = path.Join(p, b.pod.Name+"-glusterfs.log")
// Use derived log file in gluster fuse mount
options = append(options, "log-file="+log)
}
// Use derived/provided log file in gluster fuse mount
options = append(options, "log-file="+log)
options = append(options, "log-level=ERROR")
var addrlist []string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment