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

fix(cStor, deployments): update mount paths in cStor deployments #1589

Merged
merged 1 commit into from
Jan 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkg/install/v1alpha1/cstor_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ spec:
- name: device
mountPath: /dev
- name: storagepath
mountPath: /var/openebs
mountPath: /var/openebs/cstor-pool
- name: tmp
mountPath: /tmp
- name: sparse
Expand Down Expand Up @@ -321,7 +321,7 @@ spec:
- name: tmp
mountPath: /tmp
- name: storagepath
mountPath: /var/openebs
mountPath: /var/openebs/cstor-pool
- name: sparse
mountPath: {{ .Config.SparseDir.value }}
- name: udev
Expand Down Expand Up @@ -370,7 +370,7 @@ spec:
- name: tmp
mountPath: /tmp
- name: storagepath
mountPath: /var/openebs
mountPath: /var/openebs/cstor-pool
- mountPath: {{ .Config.SparseDir.value }}
name: sparse
- mountPath: /run/udev
Expand Down
4 changes: 2 additions & 2 deletions pkg/install/v1alpha1/cstor_volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ spec:
- name: conf
mountPath: /usr/local/etc/istgt
- name: storagepath
mountPath: /var/openebs
mountPath: /var/openebs/cstor-target
- name: tmp
mountPath: /tmp
mountPropagation: Bidirectional
Expand Down Expand Up @@ -656,7 +656,7 @@ spec:
- name: conf
mountPath: /usr/local/etc/istgt
- name: storagepath
mountPath: /var/openebs
mountPath: /var/openebs/cstor-target
- name: tmp
mountPath: /tmp
mountPropagation: Bidirectional
Expand Down