Skip to content

Instantly share code, notes, and snippets.

@rtnpro
Created July 13, 2018 03:28
Show Gist options
  • Select an option

  • Save rtnpro/40577ebff485d9c6f484d0b5bdeb3991 to your computer and use it in GitHub Desktop.

Select an option

Save rtnpro/40577ebff485d9c6f484d0b5bdeb3991 to your computer and use it in GitHub Desktop.
Rook ceph block storage provision error
E0713 03:28:12.669207 7 controller.go:584] Error getting claim "kube-system/registry-pvc"'s StorageClass's fields: StorageClass "" not found
E0713 03:28:12.767471 7 controller.go:584] Error getting claim "kube-system/registry-pvc"'s StorageClass's fields: StorageClass "" not found
2018-07-13 03:28:12.780330 I | op-provisioner: creating volume with configuration {pool:ceph-pool-1 clusterNamespace:rook-ceph fstype:}
2018-07-13 03:28:12.780385 I | exec: Running command: rbd create ceph-pool-1/pvc-8b647be9-864c-11e8-b44f-de1a10138019 --size 1024 --cluster=rook-ceph --conf=/var/lib/rook/rook-ceph/rook-ceph.config --keyring=/var/lib/rook/rook-ceph/client.admin.keyring
E0713 03:28:12.969192 7 controller.go:801] Failed to provision volume for claim "rook-ceph/gluster1" with StorageClass "ceph-pool-1": Failed to create rook block image ceph-pool-1/pvc-8b647be9-864c-11e8-b44f-de1a10138019: failed to create image pvc-8b647be9-864c-11e8-b44f-de1a10138019 in pool ceph-pool-1 of size 1073741824: Failed to complete '': exit status 1. global_init: unable to open config file from search list /var/lib/rook/rook-ceph/rook-ceph.config
. output:
E0713 03:28:12.969306 7 goroutinemap.go:165] Operation for "provision-rook-ceph/gluster1[8b647be9-864c-11e8-b44f-de1a10138019]" failed. No retries permitted until 2018-07-13 03:28:14.969268896 +0000 UTC m=+2531.640614852 (durationBeforeRetry 2s). Error: Failed to create rook block image ceph-pool-1/pvc-8b647be9-864c-11e8-b44f-de1a10138019: failed to create image pvc-8b647be9-864c-11e8-b44f-de1a10138019 in pool ceph-pool-1 of size 1073741824: Failed to complete '': exit status 1. global_init: unable to open config file from search list /var/lib/rook/rook-ceph/rook-ceph.config
. output:
E0713 03:28:27.669474 7 controller.go:584] Error getting claim "kube-system/registry-pvc"'s StorageClass's fields: StorageClass "" not found
E0713 03:28:27.767625 7 controller.go:584] Error getting claim "kube-system/registry-pvc"'s StorageClass's fields: StorageClass "" not found
2018-07-13 03:28:27.918252 I | op-provisioner: creating volume with configuration {pool:ceph-pool-1 clusterNamespace:rook-ceph fstype:}
2018-07-13 03:28:27.918321 I | exec: Running command: rbd create ceph-pool-1/pvc-8b647be9-864c-11e8-b44f-de1a10138019 --size 1024 --cluster=rook-ceph --conf=/var/lib/rook/rook-ceph/rook-ceph.config --keyring=/var/lib/rook/rook-ceph/client.admin.keyring
E0713 03:28:28.167931 7 controller.go:801] Failed to provision volume for claim "rook-ceph/gluster1" with StorageClass "ceph-pool-1": Failed to create rook block image ceph-pool-1/pvc-8b647be9-864c-11e8-b44f-de1a10138019: failed to create image pvc-8b647be9-864c-11e8-b44f-de1a10138019 in pool ceph-pool-1 of size 1073741824: Failed to complete '': exit status 1. global_init: unable to open config file from search list /var/lib/rook/rook-ceph/rook-ceph.config
. output:
E0713 03:28:28.168036 7 goroutinemap.go:165] Operation for "provision-rook-ceph/gluster1[8b647be9-864c-11e8-b44f-de1a10138019]" failed. No retries permitted until 2018-07-13 03:28:32.168004685 +0000 UTC m=+2548.839350631 (durationBeforeRetry 4s). Error: Failed to create rook block image ceph-pool-1/pvc-8b647be9-864c-11e8-b44f-de1a10138019: failed to create image pvc-8b647be9-864c-11e8-b44f-de1a10138019 in pool ceph-pool-1 of size 1073741824: Failed to complete '': exit status 1. global_init: unable to open config file from search list /var/lib/rook/rook-ceph/rook-ceph.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment