Skip to content

Commit

Permalink
Add replica count 1 for single replica volume
Browse files Browse the repository at this point in the history
Add replica count 1 in sparse sc to create single
replica volume, needed for single node cluster

Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
  • Loading branch information
prateekpandey14 authored and kmova committed Aug 29, 2018
1 parent bc2d541 commit d4caee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion k8s/sample-pv-yamls/pvc-sparse-claim-cstor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ metadata:
cas.openebs.io/config: |
- name: StoragePoolClaim
value: "sparse-claim-auto"
#- name: TargetResourceLimits
- name: ReplicaCount
value: "1"
#- name: TargetResourceLimits
# value: |-
# memory: 1Gi
# cpu: 200m
Expand Down

0 comments on commit d4caee0

Please sign in to comment.