k3s/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
..
aws_ebs AWS: Support for mounting nvme volumes 2017-11-30 14:48:33 -05:00
azure_dd Merge pull request #54687 from andyzhangx/createvolume-fix 2017-11-30 13:55:29 -08:00
azure_file Merge pull request #55991 from supereagle/core-client-with-version 2017-12-13 22:26:01 -08:00
cephfs Merge pull request #55866 from zhangxiaoyu-zidif/make-k8s-support-ceph-fuse 2017-12-13 23:25:56 -08:00
cinder Merge pull request #55944 from edisonxiang/probeimprovecinder 2017-12-14 04:32:16 -08:00
configmap Merge pull request #54652 from msau42/update-owners 2017-11-01 16:30:32 -07:00
csi CSI - Multiple bug fixes for NodeProbe, vol data file, mount dir create 2017-12-08 15:24:28 -05:00
downwardapi Merge pull request #54843 from linyouchong/linyouchong-20171031 2017-11-23 01:13:16 -08:00
empty_dir Update generated files 2017-11-09 12:14:08 +01:00
fc generated code for FC plugin change 2017-11-20 16:46:45 -05:00
flexvolume include error message for volumeManager during attach and mount 2017-11-20 17:53:55 +08:00
flocker Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
gce_pd Implement resizing support for GCE 2017-11-22 16:24:58 -05:00
git_repo Merge pull request #54652 from msau42/update-owners 2017-11-01 16:30:32 -07:00
glusterfs Merge pull request #55796 from humblec/construct 2017-11-21 07:43:48 -08:00
host_path Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
iscsi use core client with explicit version 2017-11-25 08:14:10 +08:00
local Merge pull request #54652 from msau42/update-owners 2017-11-01 16:30:32 -07:00
nfs fix binary check for nfs.go 2017-11-24 10:55:03 +08:00
photon_pd Rename Detach() parameter. 2017-10-31 10:55:19 +01:00
portworx Update generated files 2017-11-09 12:14:08 +01:00
projected Expose single annotation/label via downward API 2017-11-21 19:21:10 -08:00
quobyte Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
rbd Merge pull request #55991 from supereagle/core-client-with-version 2017-12-13 22:26:01 -08:00
scaleio Remove dependency on drv_cfg binary for querying scalio devices 2017-11-01 17:52:23 -04:00
secret Merge pull request #54652 from msau42/update-owners 2017-11-01 16:30:32 -07:00
storageos fix incorrect log 2017-10-26 01:40:24 +08:00
testing VolumeHost.GetNodeName method added for CSI fix 2017-12-02 05:54:54 -05:00
util Do not resize file system on a read-only mount 2017-11-29 11:56:30 -05:00
validation Update generated files 2017-11-09 12:14:08 +01:00
vsphere_volume Updating vSphere Cloud Provider (VCP) to support k8s cluster spead across multiple ESXi clusters, datacenters or even vSphere vCenters 2017-11-17 14:49:32 -08:00
BUILD CSI - Generated source code 2017-11-17 19:17:51 -05:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
doc.go
metrics_cached.go
metrics_du.go
metrics_du_test.go
metrics_errors.go
metrics_nil.go
metrics_nil_test.go
metrics_statfs.go
metrics_statfs_test.go
plugins.go VolumeHost.GetNodeName method added for CSI fix 2017-12-02 05:54:54 -05:00
plugins_test.go
util.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
util_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
volume.go BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
volume_linux.go
volume_unsupported.go