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 9688530 commit 865272dCopy full SHA for 865272d
cmd/oci-csi-controller-driver/csi-provisioner/csi-provisioner.go
@@ -298,7 +298,7 @@ func StartCSIProvisioner(csioptions csioptions.CSIOptions) {
298
csioptions.ControllerPublishReadOnly,
299
*preventVolumeModeConversion,
300
)
301
- klog.Infof("enable capacity %s", *enableCapacity)
+
302
var capacityController *capacity.Controller
303
if *enableCapacity {
304
// Publishing storage capacity information uses its own client
@@ -487,7 +487,6 @@ func StartCSIProvisioner(csioptions csioptions.CSIOptions) {
487
provisionController.Run(ctx)
488
}
489
490
- klog.Infof("csioptions.EnableLeaderElection %s", csioptions.EnableLeaderElection)
491
if !csioptions.EnableLeaderElection {
492
run(ctx)
493
} else {
0 commit comments