k3s/pkg/volume
Kubernetes Submit Queue 99c87cf679
Merge pull request #59923 from jsafrane/volumemanager-logs
Automatic merge from submit-queue (batch tested with PRs 59873, 59933, 59923, 59944, 59953). 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>.

Rework volume manager log levels

- all normal logs to go to level 4
- too frequent / duplicate logs go to level 5 (e.g. when something else logged similar message not too far away).

I checked that there is no excessive spam in the log - reconciler runs every 100ms, but it does not log anything if there is nothing to do.

**What this PR does / why we need it**:
This will help us debug flakes. E2e tests do not log levels 10-12 used in volume manager

**Release note**:

```release-note
NONE
```

/sig storage
/sig node
cc: @jingxu97 @sjenning
2018-02-15 20:16:38 -08:00
..
aws_ebs remove duplicated check of device path in aws attacher 2018-01-18 12:36:14 +08:00
azure_dd Use full instanceID as lun lock key 2018-02-12 14:07:05 +08:00
azure_file create storage account if necessary when create azure file pvc 2018-02-11 06:29:05 +00:00
cephfs correct the ConstructVolumeSpec func path value 2018-02-09 17:29:24 +08:00
cinder Merge pull request #59323 from zetaab/nodetaint 2018-02-15 09:52:10 -08:00
configmap Add support for binary file in configmap 2018-01-23 07:28:34 -05:00
csi fix all the typos across the project 2018-02-11 11:04:14 +08:00
downwardapi Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
empty_dir Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
fc fix all the typos across the project 2018-02-11 11:04:14 +08:00
flexvolume Remove unused command waitfordetach from flex volume driver 2018-01-03 16:02:31 +08:00
flocker fix all the typos across the project 2018-02-11 11:04:14 +08:00
gce_pd Merge pull request #59464 from dixudx/fix_all_typos 2018-02-10 22:12:45 -08:00
git_repo Merge pull request #51098 from jsafrane/exec-git 2018-01-11 09:22:21 -08:00
glusterfs Correct error strings and variable name. 2018-02-14 23:19:19 +05:30
host_path Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
iscsi fix all the typos across the project 2018-02-11 11:04:14 +08:00
local Removed unnecessary test code. 2018-02-06 18:38:52 -08:00
nfs Fixed TearDown of NFS with root squash. 2018-01-08 14:01:33 +01:00
photon_pd Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
portworx Pass pvc namespace and annotations to Portworx Create API 2018-02-08 17:46:08 -08:00
projected Merge pull request #57422 from joelsmith/nested_data_vol 2018-01-18 03:20:19 -08:00
quobyte Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
rbd fix all the typos across the project 2018-02-11 11:04:14 +08:00
scaleio fix all the typos across the project 2018-02-11 11:04:14 +08:00
secret Merge pull request #57422 from joelsmith/nested_data_vol 2018-01-18 03:20:19 -08:00
storageos Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
testing Initial local PV block device plugin checkin. 2018-02-06 14:49:44 -08:00
util Rework volume manager log levels 2018-02-15 16:33:17 +01:00
validation Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
vsphere_volume Adding volume metrics support for vSphere Cloud Provider 2018-02-04 16:10:15 -08:00
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08: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 mini fix about typo 2018-01-26 15:42:57 +08:00
plugins_test.go
util.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
util_test.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
volume.go BlockVolumesSupport: CRI, VolumeManager and OperationExecutor changes 2017-11-20 14:10:26 -05:00
volume_linux.go
volume_unsupported.go