Merge pull request #859 from zzzyuan0/fix-ondelete-config-no-assigned
fix: ondelete config no assigne
This commit is contained in:
commit
6ca1d18046
@ -99,6 +99,7 @@ func NewDriver(options *DriverOptions) *Driver {
|
|||||||
volStatsCacheExpireInMinutes: options.VolStatsCacheExpireInMinutes,
|
volStatsCacheExpireInMinutes: options.VolStatsCacheExpireInMinutes,
|
||||||
removeArchivedVolumePath: options.RemoveArchivedVolumePath,
|
removeArchivedVolumePath: options.RemoveArchivedVolumePath,
|
||||||
useTarCommandInSnapshot: options.UseTarCommandInSnapshot,
|
useTarCommandInSnapshot: options.UseTarCommandInSnapshot,
|
||||||
|
defaultOnDeletePolicy: options.DefaultOnDeletePolicy,
|
||||||
}
|
}
|
||||||
|
|
||||||
n.AddControllerServiceCapabilities([]csi.ControllerServiceCapability_RPC_Type{
|
n.AddControllerServiceCapabilities([]csi.ControllerServiceCapability_RPC_Type{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user