We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a request for help?:
no
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Version of Helm and Kubernetes:
Client: &version.Version{SemVer:"v2.12.0", GitCommit:"d325d2a9c179b33af1a024cdb5a4472b6288016a", GitTreeState:"clean"} Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Which chart:
ceph-helm
What happened:
does not work on minikube
What you expected to happen:
work on minikube
How to reproduce it (as minimally and precisely as possible):
follow the install process
Anything else we need to know:
in order to fix this update :
osd_directory: /var/lib/ceph-helm mon_directory: /var/lib/ceph-helm
to
osd_directory: /data/ceph-helm mon_directory: /data/lib/ceph-helm
perhaps this should be specified in the documention.
diff --git a/ceph/ceph/values.yaml b/ceph/ceph/values.yaml index 5831c53..72a74b7 100644 --- a/ceph/ceph/values.yaml +++ b/ceph/ceph/values.yaml @@ -254,8 +254,8 @@ ceph: mgr: true storage: # will have $NAMESPACE/{osd,mon} appended - osd_directory: /var/lib/ceph-helm - mon_directory: /var/lib/ceph-helm + osd_directory: /data/ceph-helm + mon_directory: /data/lib/ceph-helm # use /var/log for fluentd to collect ceph log # mon_log: /var/log/ceph/mon # osd_log: /var/log/ceph/osd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a request for help?:
no
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Version of Helm and Kubernetes:
Which chart:
ceph-helm
What happened:
does not work on minikube
What you expected to happen:
work on minikube
How to reproduce it (as minimally and precisely as possible):
follow the install process
Anything else we need to know:
in order to fix this update :
osd_directory: /var/lib/ceph-helm
mon_directory: /var/lib/ceph-helm
to
osd_directory: /data/ceph-helm
mon_directory: /data/lib/ceph-helm
perhaps this should be specified in the documention.
The text was updated successfully, but these errors were encountered: