diff --git a/pkg/volume/csi/csi_attacher.go b/pkg/volume/csi/csi_attacher.go index 4187d16fdc7..be0b2e4e695 100644 --- a/pkg/volume/csi/csi_attacher.go +++ b/pkg/volume/csi/csi_attacher.go @@ -43,10 +43,7 @@ import ( "k8s.io/utils/clock" ) -const ( - persistentVolumeInGlobalPath = "pv" - globalMountInGlobalPath = "globalmount" -) +const globalMountInGlobalPath = "globalmount" type csiAttacher struct { plugin *csiPlugin