Skip to content

Commit b8bbc42

Browse files
committed
log in attach disk
1 parent b6ba6b3 commit b8bbc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gce-cloud-provider/compute/gce-compute.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ func (cloud *CloudProvider) AttachDisk(ctx context.Context, project string, volK
625625
}
626626

627627
op, err := cloud.service.Instances.AttachDisk(project, instanceZone, instanceName, attachedDiskV1).Context(ctx).Do()
628-
// klog.V(5).Infof("AttachDisk operation %v", op.Name)
628+
klog.V(5).Infof("AttachDisk operation %v", op.Name)
629629
if err != nil {
630630
return fmt.Errorf("failed cloud service attach disk call: %v", err)
631631
}

0 commit comments

Comments
 (0)