Merge pull request #58841 from marun/fix-multizone-volume-owner

Automatic merge from submit-queue (batch tested with PRs 58713, 58841). 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>.

Tag multi-az cluster volume e2e test with sig-storage

Follow-on from #58726 to make it clear that responsibility for the test is shared between @kubernetes/sig-scheduling-pr-reviews  and @kubernetes/sig-storage-pr-reviews.

```release-note
NONE
```

cc: @bsalamat @timothysc
This commit is contained in:
Kubernetes Submit Queue 2018-01-25 20:25:37 -08:00 committed by GitHub
commit f31ac9e0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ import (
"k8s.io/kubernetes/test/e2e/framework"
)
var _ = SIGDescribe("Multi-AZ Cluster Volumes", func() {
var _ = SIGDescribe("Multi-AZ Cluster Volumes [sig-storage]", func() {
f := framework.NewDefaultFramework("multi-az")
var zoneCount int
var err error