Skip to content

Commit 152d208

Browse files
authored
Add one line log when obtain instance ID failed (kubernetes#2063)
1 parent 297a3fc commit 152d208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/openstack/instances.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,8 @@ func readInstanceID(searchOrder string) (string, error) {
532532
}
533533
}
534534

535+
klog.V(3).Infof("Failed to obtain instanceID, this likely lead to potential error")
536+
535537
return "", err
536538
}
537539

0 commit comments

Comments
 (0)