Results 6 issues of blsaws

In netarbiter/sds/ceph-docker/examples/helm/TROUBLESHOOT.md, the issues noted should be further explained in a section "cause" (as known, or "cause TBD") with references as may be helpful for users who might need to...

In the guidance below from: netarbiter/sds/ceph-docker/examples/helm/README.md # To check ceph health status [3] kubectl -n ceph exec -it ceph-mon-0 -- ceph -s What the expected ceph health status is needs...

Re the guidance at netarbiter/sds/ceph-docker/examples/helm/README.md: # Attach the pvc to a job and check if the job is successful (i.e., 1) kubectl create -f tests/ceph/job.yaml kubectl get jobs ceph-secret-generator -n...

in sds/ceph-docker/examples/helm/README.md "Namespace Activation", it is unclear by the statement "To use Ceph Volumes in a namespace a secret containing the Client Key needs to be present." whether the secret...

Some prerequisite step is missing in https://github.com/att/netarbiter/blob/master/sds/ceph-docker/examples/helm/README.md, as the command below results in this error. ./activate-namespace.sh default + kube_namespace=default + cat + kubectl create --namespace default -f - ++ kubectl...

**Describe the bug** Couchdb pods are continuously crashing under OpenShift. **Version of Helm and Kubernetes**: Helm $ helm version Client: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"} OpenShift $ oc...