Skip to content

Instantly share code, notes, and snippets.

View princerachit's full-sized avatar
:octocat:
gitting

Prince Rachit Sinha princerachit

:octocat:
gitting
View GitHub Profile
@princerachit
princerachit / csi-openebs-1.log
Created May 11, 2018 08:49
OpenEBS csi plugin logs
I0509 04:07:24.278405 1 openebs.go:50] Driver: csi-openebs
I0509 04:07:24.278906 1 driver.go:80] Enabling controller service capability: CREATE_DELETE_VOLUME
I0509 04:07:24.278932 1 driver.go:92] Enabling volume access mode: SINGLE_NODE_WRITER
I0509 04:07:24.280745 1 server.go:108] Listening for connections on address: &net.UnixAddr{Name:"//csi/csi.sock", Net:"unix"}
I0509 04:07:25.039971 1 utils.go:96] GRPC call: /csi.v0.Identity/GetPluginInfo
I0509 04:07:25.040075 1 utils.go:97] GRPC request:
I0509 04:07:25.040368 1 identityserver-default.go:32] Using default GetPluginInnfo
I0509 04:07:25.040499 1 utils.go:102] GRPC response: name:"csi-openebs" vendor_version:"0.0.1"
I0509 04:07:25.044109 1 utils.go:96] GRPC call: /csi.v0.Node/NodeGetId
I0509 04:07:25.044138 1 utils.go:97] GRPC request:
@princerachit
princerachit / kubelet-1.log
Created May 11, 2018 08:50
Kubelet log when pod was deleted
May 09 09:42:18 ubuntu kubelet[1162]: E0509 09:42:18.952203 1162 kubelet_volumes.go:140] Orphaned pod "06fe182c-51df-11e8-aac0-000c29116015" found, but volume paths are still present on disk : There were a total of 11 errors similar to this. Turn up verbosity to see them.
May 09 09:42:20 ubuntu kubelet[1162]: E0509 09:42:20.975826 1162 kubelet_volumes.go:140] Orphaned pod "06fe182c-51df-11e8-aac0-000c29116015" found, but volume paths are still present on disk : There were a total of 11 errors similar to this. Turn up verbosity to see them.
May 09 09:42:22 ubuntu kubelet[1162]: E0509 09:42:22.975917 1162 kubelet_volumes.go:140] Orphaned pod "06fe182c-51df-11e8-aac0-000c29116015" found, but volume paths are still present on disk : There were a total of 11 errors similar to this. Turn up verbosity to see them.
May 09 09:42:24 ubuntu kubelet[1162]: E0509 09:42:24.994438 1162 kubelet_volumes.go:140] Orphaned pod "06fe182c-51df-11e8-aac0-000c29116015" found, but volume paths are still present on disk :
curVal = localStorage.getItem("curVal");
if(curVal==null){
curVal = 0
}
curVal++
t = curVal+""
if(t.length < 6){
for(k=0;k<5;k++){
t = "0"+t
}