Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rajpratik71/48ef27a62f16834266c23fce441f9476 to your computer and use it in GitHub Desktop.
Save Rajpratik71/48ef27a62f16834266c23fce441f9476 to your computer and use it in GitHub Desktop.
xxxxxxx:/home/xxxxxx # kubectl -n rook-ceph logs csi-rbdplugin-jln6c csi-rbdplugin
E0719 13:32:44.465831 25662 rbd_util.go:234] modprobe failed (an error (exit status 1) occurred while running modprobe args: [rbd]): "modprobe: ERROR: could not insert 'rbd': Exec format error\n"
F0719 13:32:44.465931 25662 driver.go:148] an error (exit status 1) occurred while running modprobe args: [rbd]
goroutine 1 [running]:
k8s.io/klog/v2.stacks(0x1)
/go/src/github.com/ceph/ceph-csi/vendor/k8s.io/klog/v2/klog.go:860 +0x8a
k8s.io/klog/v2.(*loggingT).output(0x33684a0, 0x3, 0x0, 0xc0001d6b60, 0x1, {0x26aab34, 0x10}, 0xc000074c00, 0x0)
/go/src/github.com/ceph/ceph-csi/vendor/k8s.io/klog/v2/klog.go:825 +0x686
k8s.io/klog/v2.(*loggingT).printDepth(0x33684a0, 0x44, 0x0, {0x0, 0x0}, 0x3, {0xc000199720, 0x1, 0x1})
/go/src/github.com/ceph/ceph-csi/vendor/k8s.io/klog/v2/klog.go:608 +0x1c7
k8s.io/klog/v2.FatalDepth(...)
/go/src/github.com/ceph/ceph-csi/vendor/k8s.io/klog/v2/klog.go:1496
github.com/ceph/ceph-csi/internal/util/log.FatalLogMsg({0xc0001581e0, 0x7ffdc4a06c37}, {0x0, 0x0, 0x7ffdc4a06c5a})
/go/src/github.com/ceph/ceph-csi/internal/util/log/log.go:59 +0x9e
github.com/ceph/ceph-csi/internal/rbd/driver.(*Driver).Run(0xc000356120, 0x33686c0)
/go/src/github.com/ceph/ceph-csi/internal/rbd/driver/driver.go:148 +0xa25
main.main()
/go/src/github.com/ceph/ceph-csi/cmd/cephcsi.go:235 +0x731
goroutine 25 [IO wait]:
internal/poll.runtime_pollWait(0x7f490bdc7018, 0x72)
/usr/local/go/src/runtime/netpoll.go:234 +0x89
internal/poll.(*pollDesc).wait(0xc000650380, 0x421bcf, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000650380)
/usr/local/go/src/internal/poll/fd_unix.go:402 +0x22c
net.(*netFD).accept(0xc000650380)
/usr/local/go/src/net/fd_unix.go:173 +0x35
net.(*UnixListener).accept(0xc0003a6088)
/usr/local/go/src/net/unixsock_posix.go:167 +0x1c
net.(*UnixListener).Accept(0xc0003c1f20)
/usr/local/go/src/net/unixsock.go:260 +0x3d
google.golang.org/grpc.(*Server).Serve(0xc0006568c0, {0x218caf0, 0xc0003c1f20})
/go/src/github.com/ceph/ceph-csi/vendor/google.golang.org/grpc/server.go:779 +0x362
github.com/ceph/ceph-csi/internal/csi-addons/server.(*CSIAddonsServer).serve(0xc0001dd500, {0x218caf0, 0xc0003c1f20})
/go/src/github.com/ceph/ceph-csi/internal/csi-addons/server/server.go:117 +0x7f
created by github.com/ceph/ceph-csi/internal/csi-addons/server.(*CSIAddonsServer).Start
/go/src/github.com/ceph/ceph-csi/internal/csi-addons/server/server.go:106 +0x2ef
goroutine 37 [sleep]:
time.Sleep(0x6fc23ac00)
/usr/local/go/src/runtime/time.go:193 +0x12e
sigs.k8s.io/controller-runtime/pkg/log.init.0.func1()
/go/src/github.com/ceph/ceph-csi/vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go:63 +0x38
created by sigs.k8s.io/controller-runtime/pkg/log.init.0
/go/src/github.com/ceph/ceph-csi/vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go:62 +0x25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment