Merge pull request #460 from Madhu-1/fix-pluginapath

Fix pluginpath for cephfs
This commit is contained in:
Humble Devassy Chirammal
2019-07-29 14:02:18 +05:30
committed by GitHub
6 changed files with 39 additions and 49 deletions

View File

@ -47,9 +47,6 @@ type Driver struct {
var (
// PluginFolder defines the location of ceph plugin
PluginFolder = "/var/lib/kubelet/plugins/"
// CSIInstanceID is the instance ID that is unique to an instance of CSI, used when sharing
// ceph clusters across CSI instances, to differentiate omap names per CSI instance
CSIInstanceID = "default"