Skip to content
New issue

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

Change osd and mon path on minikube #73

Open
oau-dev opened this issue Dec 18, 2018 · 0 comments
Open

Change osd and mon path on minikube #73

oau-dev opened this issue Dec 18, 2018 · 0 comments

Comments

@oau-dev
Copy link

oau-dev commented Dec 18, 2018

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
@oau-dev oau-dev changed the title Change psd and mon path on minikube Change osd and mon path on minikube Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant