mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 02:50:30 +00:00
pkg/rbd/rbd.go: Updated PluginFolder to use new CSI 1.x directory
This commit is contained in:
parent
37caeb5b2c
commit
22e23640a4
@ -35,7 +35,7 @@ import (
|
|||||||
|
|
||||||
// PluginFolder defines the location of rbdplugin
|
// PluginFolder defines the location of rbdplugin
|
||||||
const (
|
const (
|
||||||
PluginFolder = "/var/lib/kubelet/plugins/csi-rbdplugin"
|
PluginFolder = "/var/lib/kubelet/plugins_registry/csi-rbdplugin"
|
||||||
rbdDefaultAdminId = "admin"
|
rbdDefaultAdminId = "admin"
|
||||||
rbdDefaultUserId = rbdDefaultAdminId
|
rbdDefaultUserId = rbdDefaultAdminId
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user