// it all goes in a log file, we will read the log file
logerror:=readGlusterLog(log,b.pod.Name)
iflogerror!=nil{
// return fmt.Errorf("glusterfs: mount failed: %v", logerror)
returnfmt.Errorf("glusterfs: mount failed: %v the following error information was pulled from the glusterfs log to help diagnose this issue: %v",errs,logerror)
}
returnfmt.Errorf("glusterfs: mount failed: %v",errs)