Files
kubernetes/pkg/volume
Kubernetes Submit Queue f2ff2da235 Merge pull request #55992 from zhangxiaoyu-zidif/fix-binary-check-nfs
Automatic merge from submit-queue (batch tested with PRs 55925, 55999, 55944, 55992, 56196). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

fix binary check for nfs.go

**What this PR does / why we need it**:
err check can't show that the binary does not exist.
If the binary does not exist, the err still be nil ever. 
we should add print check to show if the binary exist.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes https://github.com/kubernetes/kubernetes/issues/56479

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-12-14 04:32:20 -08:00
..
2017-11-09 12:14:08 +01:00
2017-11-20 16:46:45 -05:00
2017-11-22 16:24:58 -05:00
2017-11-24 10:55:03 +08:00
2017-10-31 10:55:19 +01:00
2017-11-09 12:14:08 +01:00
2017-10-26 01:40:24 +08:00
2017-11-09 12:14:08 +01:00
2017-11-17 19:17:51 -05:00