Skip to content

Commit

Permalink
added option to disbable ha journal manager (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 authored Oct 21, 2024
1 parent 7e79d25 commit 8025583
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ The following table lists the configurable parameters of the latest Simplyblock
| `storagenode.numDevices` | the number of devices per storage node | `1` | |
| `storagenode.iobufSmallPoolCount` | bdev_set_options param | `<empty>` | |
| `storagenode.iobufLargePoolCount` | bdev_set_options param | `<empty>` | |
| `storagenode.disableHAJM` | Disbable ha Journal Manager | `<empty>` | |


## troubleshooting
Expand Down
2 changes: 2 additions & 0 deletions charts/latest/spdk-csi/templates/storage-node-handler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ spec:
value: "{{ .Values.storagenode.numPartitions }}"
- name: NUMDEVICES
value: "{{ .Values.storagenode.numDevices }}"
- name: DISABLEHAJM
value: "{{ .Values.storagenode.disableHAJM }}"
- name: IOBUFSMALLPOOLCOUNT
value: "{{ .Values.storagenode.iobufSmallPoolCount }}"
- name: IOBUFLARGEPOOLCOUNT
Expand Down
1 change: 1 addition & 0 deletions charts/latest/spdk-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ storagenode:
jmPercent: 3
numPartitions: 0
numDevices: 1
disableHAJM: false
iobufSmallPoolCount:
iobufLargePoolCount:
daemonsets:
Expand Down

0 comments on commit 8025583

Please sign in to comment.