k3s/pkg/volume
Kubernetes Submit Queue 1abb8498aa Merge pull request #36888 from linki/patch-1
Automatic merge from submit-queue (batch tested with PRs 36888, 38180, 38855, 38590)

wrong pod reference in error message for volume attach timeout

**What this PR does / why we need it**:
when a disk mount times out you get the following error:

```
Warning		FailedSync	Error syncing pod, skipping: timeout expired waiting for volumes to attach/mount for pod "nginx"/"default". list of unattached/unmounted volumes=[data]
```

where the pod is referenced by "podname"/"namespace", but should be "namespace"/"podname".

**Which issue this PR fixes**
no issue number

**Special notes for your reviewer**:
untested :(
2016-12-20 20:33:52 -08:00
..
aws_ebs Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
azure_dd autoupdate BUILD files 2016-12-12 13:30:07 -08:00
azure_file Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
cephfs Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
cinder cinder attacher GetDeviceMountPath 2016-12-20 10:15:34 +08:00
configmap rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
downwardapi rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
empty_dir autoupdate BUILD files 2016-12-12 13:30:07 -08:00
fc rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
flexvolume autoupdate BUILD files 2016-12-12 13:30:07 -08:00
flocker Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
gce_pd Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
git_repo autoupdate BUILD files 2016-12-12 13:30:07 -08:00
glusterfs Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
host_path rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
iscsi rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
nfs Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
photon_pd Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
quobyte rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
rbd rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
secret rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
testing rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
util Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
vsphere_volume Use common unmount util func for TearDownAt() 2016-12-19 16:40:55 -08:00
BUILD rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
OWNERS Update pkg/volume/OWNERS to include Jan Safranek 2016-10-20 12:21:06 -05:00
doc.go
metrics_cached.go
metrics_du.go Collects volume inode stats using the same find command that cadvisor uses these are included in the summary 2016-11-01 10:51:11 -07:00
metrics_du_test.go
metrics_errors.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil_test.go
metrics_statfs.go Collects volume inode stats using the same find command that cadvisor uses these are included in the summary 2016-11-01 10:51:11 -07:00
metrics_statfs_test.go MetricsStatfs GetMetrics() function test 2016-11-30 09:46:20 +08:00
plugins.go rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
plugins_test.go volume pluginsmgr functions test 2016-12-03 23:02:21 +08:00
util.go rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
util_test.go fix(kubelet): reference pod by namespace/name 2016-12-01 11:22:55 +01:00
volume.go dependencies: pkg/volume 2016-11-23 15:53:09 -08:00
volume_linux.go fix permissions when using fsGroup 2016-12-06 14:04:16 -06:00
volume_unsupported.go