diff --git a/pkg/volume/csi/csi_attacher.go b/pkg/volume/csi/csi_attacher.go index 57fbcb7e9c5..6c061730c81 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