mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: make use of v0.10.0 of csi-lib-utils
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
edf511a833
commit
e65fbe9862
3
vendor/github.com/kubernetes-csi/csi-lib-utils/connection/connection.go
generated
vendored
3
vendor/github.com/kubernetes-csi/csi-lib-utils/connection/connection.go
generated
vendored
@ -84,7 +84,8 @@ func ExitOnConnectionLoss() func() bool {
|
||||
if err := ioutil.WriteFile(terminationLogPath, []byte(terminationMsg), 0644); err != nil {
|
||||
klog.Errorf("%s: %s", terminationLogPath, err)
|
||||
}
|
||||
klog.Fatalf(terminationMsg)
|
||||
klog.Exit(terminationMsg)
|
||||
// Not reached.
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user