File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ pkg/volume
28
28
pkg/volume/awsebs
29
29
pkg/volume/azure_dd
30
30
pkg/volume/azure_file
31
- pkg/volume/cinder
32
31
pkg/volume/csi
33
32
pkg/volume/emptydir
34
33
pkg/volume/fc
Original file line number Diff line number Diff line change @@ -362,15 +362,11 @@ type cinderVolume struct {
362
362
pdName string
363
363
// Filesystem type, optional.
364
364
fsType string
365
- // Specifies whether the disk will be attached as read-only.
366
- readOnly bool
367
365
// Utility interface that provides API calls to the provider to attach/detach disks.
368
366
manager cdManager
369
367
// Mounter interface that provides system calls to mount the global path to the pod local path.
370
368
mounter mount.Interface
371
- // diskMounter provides the interface that is used to mount the actual block device.
372
- blockDeviceMounter mount.Interface
373
- plugin * cinderPlugin
369
+ plugin * cinderPlugin
374
370
volume.MetricsProvider
375
371
}
376
372
You can’t perform that action at this time.
0 commit comments