ceph / ceph-helm

Curated applications for Kubernetes
Apache License 2.0
108 stars 36 forks source link

ceph-rbd-provisioner failing to create ceph-rbd storage class #75

Open t-hazleton opened 5 years ago

t-hazleton commented 5 years ago

Is this a request for help?: Yes


Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug Report

Version of Helm and Kubernetes: Helm 2.11 Minikube v0.24.1

Which chart: Not sure

What happened: Trying to create PVC after all pods come up

What you expected to happen: I create my PVC and everything works

How to reproduce it (as minimally and precisely as possible): Not sure

Anything else we need to know: I create a cluster based on your setup guide but when I go to create a PVC in Kubernetes

apiVersion: v1
metadata:
  name: ceph-pvc
spec:
  accessModes:
   - ReadWriteOnce
  resources:
    requests:
       storage: 20Gi
  storageClassName: ceph-rbd

It stays pending forever. This is the error I'm seeing in the logs.

  Warning  ProvisioningFailed  6s                ceph.com/rbd ceph-rbd-provisioner-85d57d8799-j6vbn cb6ca04b-3094-11e9-9c4b-0242ac110006  Failed to provision volume with StorageClass "ceph-rbd": failed to create rbd image: signal: segmentation fault (core dumped), command output: 2019-02-14 20:28:34.084001 7f94dca8fd80 -1 did not load config file, using default settings.
2019-02-14 20:28:34.143846 7f94dca8fd80 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.admin.keyring,/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin: (2) No such file or directory
*** Caught signal (Segmentation fault) **