Skip to content

Instantly share code, notes, and snippets.

@bertinatto
Last active December 21, 2018 10:35
Show Gist options
  • Save bertinatto/16f5c1f76b1c2577cd66dbedfa4e0c7c to your computer and use it in GitHub Desktop.
Save bertinatto/16f5c1f76b1c2577cd66dbedfa4e0c7c to your computer and use it in GitHub Desktop.
I1220 19:55:53.077101 1 driver.go:56] Driver: ebs.csi.aws.com
I1220 19:55:53.082697 1 mount_linux.go:209] Cannot run systemd-run, assuming non-systemd OS
I1220 19:55:53.082709 1 mount_linux.go:210] systemd-run failed with: exit status 1
I1220 19:55:53.082718 1 mount_linux.go:211] systemd-run output: Failed to create bus connection: No such file or directory
I1220 19:55:53.082875 1 driver.go:111] Listening for connections on address: &net.UnixAddr{Name:"/var/lib/csi/sockets/pluginproxy/csi.sock", Net:"unix"}
I1220 19:55:53.572875 1 controller.go:201] ControllerGetCapabilities: called with args &csi.ControllerGetCapabilitiesRequest{XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:55:53.578551 1 controller.go:117] DeleteVolume: called with args: &csi.DeleteVolumeRequest{VolumeId:"vol-0a19fa87f8a7e30e8", ControllerDeleteSecrets:map[string]string(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:55:53.664017 1 controller.go:125] DeleteVolume: volume not found, returning with success
I1220 19:56:45.565865 1 controller.go:201] ControllerGetCapabilities: called with args &csi.ControllerGetCapabilitiesRequest{XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:56:45.576284 1 controller.go:32] CreateVolume: called with args &csi.CreateVolumeRequest{Name:"pvc-5c8ce6d0-0491-11e9-8dad-0e240628beaa", CapacityRange:(*csi.CapacityRange)(0xc000108660), VolumeCapabilities:[]*csi.VolumeCapability{(*csi.VolumeCapability)(0xc00037ec00)}, Parameters:map[string]string(nil), ControllerCreateSecrets:map[string]string(nil), VolumeContentSource:(*csi.VolumeContentSource)(nil), AccessibilityRequirements:(*csi.TopologyRequirement)(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:56:45.694616 1 cloud.go:212] AZ is not provided. Using node AZ [us-east-1d]
I1220 19:57:54.257234 1 controller.go:201] ControllerGetCapabilities: called with args &csi.ControllerGetCapabilitiesRequest{XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:57:54.262227 1 controller.go:117] DeleteVolume: called with args: &csi.DeleteVolumeRequest{VolumeId:"vol-06c2abab004734deb", ControllerDeleteSecrets:map[string]string(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
E1220 19:57:54.356591 1 driver.go:98] GRPC error: rpc error: code = Internal desc = Could not delete volume ID "vol-06c2abab004734deb": DeleteDisk could not delete volume: VolumeInUse: Volume vol-06c2abab004734deb is currently attached to i-0d232e894f76acadc
status code: 400, request id: cbee93c9-1434-411b-be0a-a2bf435a24b7
I1220 19:58:09.364381 1 controller.go:201] ControllerGetCapabilities: called with args &csi.ControllerGetCapabilitiesRequest{XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:58:09.371892 1 controller.go:117] DeleteVolume: called with args: &csi.DeleteVolumeRequest{VolumeId:"vol-06c2abab004734deb", ControllerDeleteSecrets:map[string]string(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment