Skip to content

Commit

Permalink
VEC-424 Update Aerospike storage paths and sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Nov 1, 2024
1 parent 68e97a3 commit c9fbe7d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 10 deletions.
36 changes: 31 additions & 5 deletions kubernetes/manifests/aerospike-cr-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,36 @@ spec:
size: 1Gi
- name: avs-meta
aerospike:
path: /avs/dev/xvdf
path: /avs-meta/dev/xvdf
source:
persistentVolume:
storageClass: ssd
volumeMode: Block
size: 2Gi
- name: avs-index
aerospike:
path: /avs-index/dev/xvdf
source:
persistentVolume:
storageClass: ssd
volumeMode: Block
size: 20Gi
- name: avs-data
aerospike:
path: /avs-data/dev/xvdf
source:
persistentVolume:
storageClass: ssd
volumeMode: Block
size: 20Gi

- name: ns
aerospike:
path: /test/dev/xvdf
source:
persistentVolume:
storageClass: ssd
volumeMode: Block
size: 20Gi
size: 1Gi
- name: aerospike-config-secret
source:
secret:
Expand Down Expand Up @@ -128,7 +143,18 @@ spec:
type: device
devices:
- /test/dev/xvdf

- name: avs-index
replication-factor: 2
storage-engine:
type: device
devices:
- /avs-index/dev/xvdf
- name: avs-data
replication-factor: 2
storage-engine:
type: device
devices:
- /avs-data/dev/xvdf
- name: avs-meta
nsup-period: 600
nsup-threads: 2
Expand All @@ -137,4 +163,4 @@ spec:
storage-engine:
type: device
devices:
- /avs/dev/xvdf
- /avs-meta/dev/xvdf
36 changes: 31 additions & 5 deletions kubernetes/manifests/aerospike-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,36 @@ spec:
size: 1Gi
- name: avs-meta
aerospike:
path: /avs/dev/xvdf
path: /avs-meta/dev/xvdf
source:
persistentVolume:
storageClass: ssd
volumeMode: Block
size: 2Gi
- name: avs-index
aerospike:
path: /avs-index/dev/xvdf
source:
persistentVolume:
storageClass: ssd
volumeMode: Block
size: 20Gi
- name: avs-data
aerospike:
path: /avs-data/dev/xvdf
source:
persistentVolume:
storageClass: ssd
volumeMode: Block
size: 20Gi

- name: ns
aerospike:
path: /test/dev/xvdf
source:
persistentVolume:
storageClass: ssd
volumeMode: Block
size: 20Gi
size: 1Gi
- name: aerospike-config-secret
source:
secret:
Expand Down Expand Up @@ -90,7 +105,18 @@ spec:
type: device
devices:
- /test/dev/xvdf

- name: avs-index
replication-factor: 2
storage-engine:
type: device
devices:
- /avs-index/dev/xvdf
- name: avs-data
replication-factor: 2
storage-engine:
type: device
devices:
- /avs-data/dev/xvdf
- name: avs-meta
nsup-period: 600
nsup-threads: 2
Expand All @@ -99,4 +125,4 @@ spec:
storage-engine:
type: device
devices:
- /avs/dev/xvdf
- /avs-meta/dev/xvdf

0 comments on commit c9fbe7d

Please sign in to comment.