Skip to content

Commit

Permalink
fix(helm chart): remove local pool config store
Browse files Browse the repository at this point in the history
- Removes -P argument from the mayastor container
  spec, as the use of a local pool config store
  has been deprecated and conflicts with the
  control plane's state store

- Removes the same from the pre-generated
  mayastor-daemonset definition in the /deploy
  folder, which is referenced in the user docs
  • Loading branch information
GlennBullingham committed Jan 22, 2022
1 parent d8d35a6 commit 37e4ab0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chart/templates/mayastor-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ spec:
- "-g$(MY_POD_IP)"
- "-nnats"
- "-y/var/local/mayastor/config.yaml"
- "-P/var/local/mayastor/pools.yaml"
- "-l{{ include "mayastorCpuSpec" . }}"
- "-pmayastor-etcd"
command:
Expand Down
1 change: 0 additions & 1 deletion deploy/mayastor-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ spec:
- "-N$(MY_NODE_NAME)"
- "-g$(MY_POD_IP)"
- "-nnats"
- "-P/var/local/mayastor/pools.yaml"
- "-l1"
- "-pmayastor-etcd"
command:
Expand Down

0 comments on commit 37e4ab0

Please sign in to comment.