Glusterfs: Remove unwanted log-file mount argument.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2018-09-08 17:28:33 +05:30
parent f26556cc14
commit 38e8c00119

View File

@ -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