k3s/pkg/volume/cinder
Kubernetes Submit Queue b883c5905a
Merge pull request #67328 from cofyc/fix65113-2
Automatic merge from submit-queue (batch tested with PRs 66916, 67252, 67794, 67619, 67328). 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>.

Using a fixed set of locks, then we don't need to free unused locks anymore.

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

Using a fixed set of locks, then we don't need to free unused locks anymore.
See kubernetes/kubernetes/pull/66442 for discussions.

**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 #65113

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```

/assign @msau42 
/assign @thockin
2018-08-24 15:25:17 -07:00
..
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
OWNERS New github id - FengyunPan -> FengyunPan2 2018-02-10 22:28:51 -05:00
attacher.go update volume plugins accordingly 2018-08-14 11:12:54 +08:00
attacher_test.go Merge pull request #65649 from rsc/fix-printf 2018-07-11 14:09:08 -07:00
cinder.go Using a fixed set of locks, then we don't need to free unused locks 2018-08-24 12:24:09 +08:00
cinder_block.go Add block volume support to Cinder volume plugin 2018-06-08 15:42:45 +02:00
cinder_block_test.go Add block volume support to Cinder volume plugin 2018-06-08 15:42:45 +02:00
cinder_test.go Provision interface change 2018-06-05 16:35:16 +08:00
cinder_util.go Avoid overflowing int64 in RoundUpSize and return error if overflow int 2018-07-23 13:48:45 -04:00
doc.go