We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7a59c commit b74b5c0Copy full SHA for b74b5c0
pkg/azuredisk/azuredisk.go
@@ -145,6 +145,7 @@ func newDriverV1(options *DriverOptions) *Driver {
145
driver.Version = driverVersion
146
driver.NodeID = options.NodeID
147
driver.VolumeAttachLimit = options.VolumeAttachLimit
148
+ driver.ReservedDataDiskSlotNum = options.ReservedDataDiskSlotNum
149
driver.perfOptimizationEnabled = options.EnablePerfOptimization
150
driver.cloudConfigSecretName = options.CloudConfigSecretName
151
driver.cloudConfigSecretNamespace = options.CloudConfigSecretNamespace
0 commit comments