Skip to content

Commit

Permalink
Merge pull request openshift#844 from pospispa/bz1482273-switch-on-Sc…
Browse files Browse the repository at this point in the history
…aleIO-volume-plugin

Enable ScaleIO volume plugin.
  • Loading branch information
stevekuznetsov authored Aug 18, 2017
2 parents 3cb1594 + 846d2e5 commit fff2533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/server/kubernetes/master/controller/volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"k8s.io/kubernetes/pkg/volume/host_path"
"k8s.io/kubernetes/pkg/volume/nfs"
"k8s.io/kubernetes/pkg/volume/rbd"
"k8s.io/kubernetes/pkg/volume/scaleio"
"k8s.io/kubernetes/pkg/volume/vsphere_volume"
)

Expand Down Expand Up @@ -153,6 +154,7 @@ func probeRecyclableVolumePlugins(config componentconfig.VolumeConfiguration, re
allPlugins = append(allPlugins, glusterfs.ProbeVolumePlugins()...)
allPlugins = append(allPlugins, rbd.ProbeVolumePlugins()...)
allPlugins = append(allPlugins, azure_dd.ProbeVolumePlugins()...)
allPlugins = append(allPlugins, scaleio.ProbeVolumePlugins()...)

return allPlugins, nil
}

0 comments on commit fff2533

Please sign in to comment.