k3s/pkg/volume
Kubernetes Submit Queue aa51a165c1 Merge pull request #38378 from obnoxxx/glusterfs-gid-checks
Automatic merge from submit-queue (batch tested with PRs 38284, 38403, 38265, 38378)

glusterfs: properly check gidMin and gidMax values from SC individually

<!--  Thanks for sending a pull request!  Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->

**What this PR does / why we need it**:

This fixes a misleading debug message, and also prevents the glusterfs provisioner from adapting a misconfiguration of the gid-range in the storage class. Instead it will fail with proper error messages.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

https://bugzilla.redhat.com/show_bug.cgi?id=1402286

**Special notes for your reviewer**:

**Release note**:
<!--  Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access) 
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
-->
```release-note
```

Don't override explict out-of max-range configuration, but
fail with an error message instead.

Signed-off-by: Michael Adam <obnox@redhat.com>
2016-12-09 09:31:09 -08:00
..
aws_ebs run hack/update-all.sh 2016-11-23 15:53:09 -08:00
azure_dd run hack/update-all.sh 2016-11-23 15:53:09 -08:00
azure_file Update bazel files 2016-12-09 09:42:02 +01:00
cephfs Update bazel files 2016-12-09 09:42:02 +01:00
cinder run hack/update-all.sh 2016-11-23 15:53:09 -08:00
configmap Update bazel files 2016-12-09 09:42:02 +01:00
downwardapi run hack/update-all.sh 2016-11-23 15:53:09 -08:00
empty_dir run hack/update-all.sh 2016-11-23 15:53:09 -08:00
fc run hack/update-all.sh 2016-11-23 15:53:09 -08:00
flexvolume Update bazel files 2016-12-09 09:42:02 +01:00
flocker refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
gce_pd run hack/update-all.sh 2016-11-23 15:53:09 -08:00
git_repo run hack/update-all.sh 2016-11-23 15:53:09 -08:00
glusterfs Merge pull request #38378 from obnoxxx/glusterfs-gid-checks 2016-12-09 09:31:09 -08:00
host_path Pass addressable values to DeepCopy 2016-12-08 14:16:01 -05:00
iscsi run hack/update-all.sh 2016-11-23 15:53:09 -08:00
nfs Pass addressable values to DeepCopy 2016-12-08 14:16:01 -05:00
photon_pd Fix photon controller plugin to construct with correct PdID 2016-11-23 18:12:03 -08:00
quobyte Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
rbd run hack/update-all.sh 2016-11-23 15:53:09 -08:00
secret Update bazel files 2016-12-09 09:42:02 +01:00
testing run hack/update-all.sh 2016-11-23 15:53:09 -08:00
util Update bazel files 2016-12-09 09:42:02 +01:00
vsphere_volume Fix space in volumePath in vSphere 2016-12-07 16:15:51 -08:00
BUILD Update bazel files 2016-12-09 09:42:02 +01: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 dependencies: pkg/volume 2016-11-23 15:53:09 -08:00
plugins_test.go volume pluginsmgr functions test 2016-12-03 23:02:21 +08:00
util.go GetOptions in client calls 2016-12-09 09:42:01 +01:00
util_test.go dependencies: pkg/volume 2016-11-23 15:53:09 -08: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