Skip to content

Instantly share code, notes, and snippets.

@bertinatto
Created December 21, 2018 10:38
Show Gist options
  • Save bertinatto/25ebd591ffc88d034f5b4419c0bfa040 to your computer and use it in GitHub Desktop.
Save bertinatto/25ebd591ffc88d034f5b4419c0bfa040 to your computer and use it in GitHub Desktop.
I1220 19:55:52.942975 1 driver.go:56] Driver: ebs.csi.aws.com
I1220 19:55:52.945416 1 mount_linux.go:209] Cannot run systemd-run, assuming non-systemd OS
I1220 19:55:52.945425 1 mount_linux.go:210] systemd-run failed with: exit status 1
I1220 19:55:52.945433 1 mount_linux.go:211] systemd-run output: Failed to create bus connection: No such file or directory
I1220 19:55:52.945590 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.182699 1 controller.go:201] ControllerGetCapabilities: called with args &csi.ControllerGetCapabilitiesRequest{XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:56:46.128418 1 controller.go:135] ControllerPublishVolume: called with args &csi.ControllerPublishVolumeRequest{VolumeId:"vol-06c2abab004734deb", NodeId:"i-0d232e894f76acadc", VolumeCapability:(*csi.VolumeCapability)(0xc00001d240), Readonly:false, ControllerPublishSecrets:map[string]string(nil), VolumeAttributes:map[string]string{"fsType":"", "storage.kubernetes.io/csiProvisionerIdentity":"1545335752459-8081-ebs.csi.aws.com"}, XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:56:46.699373 1 manager.go:208] Releasing in-process attachment entry: &{{
(...)
} /dev/xvdbd vol-06c2abab004734deb false false 0x952fa0} -> volume vol-06c2abab004734deb
E1220 19:56:48.441602 1 driver.go:98] GRPC error: rpc error: code = Internal desc = Could not attach volume "vol-06c2abab004734deb" to node "i-0d232e894f76acadc": could not attach volume "vol-06c2abab004734deb" to node "i-0d232e894f76acadc": IncorrectState: vol-06c2abab004734deb is not 'available'.
status code: 400, request id: 63b13c5c-697a-40cd-b62f-6f4e7550562c
I1220 19:56:48.451333 1 controller.go:135] ControllerPublishVolume: called with args &csi.ControllerPublishVolumeRequest{VolumeId:"vol-06c2abab004734deb", NodeId:"i-0d232e894f76acadc", VolumeCapability:(*csi.VolumeCapability)(0xc000096800), Readonly:false, ControllerPublishSecrets:map[string]string(nil), VolumeAttributes:map[string]string{"fsType":"", "storage.kubernetes.io/csiProvisionerIdentity":"1545335752459-8081-ebs.csi.aws.com"}, XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:56:48.852449 1 manager.go:208] Releasing in-process attachment entry: &{{
(...)
I1220 19:58:02.304280 1 controller.go:181] ControllerUnpublishVolume: called with args &csi.ControllerUnpublishVolumeRequest{VolumeId:"vol-06c2abab004734deb", NodeId:"i-0d232e894f76acadc", ControllerUnpublishSecrets:map[string]string(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
I1220 19:58:09.131497 1 controller.go:195] ControllerUnpublishVolume: volume vol-06c2abab004734deb detached from node i-0d232e894f76acadc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment