Skip to content

Instantly share code, notes, and snippets.

@akhilerm
Last active April 19, 2019 12:34
Show Gist options
  • Save akhilerm/aad30fe81faaf41bc2dfd1d1b8e429f8 to your computer and use it in GitHub Desktop.
Save akhilerm/aad30fe81faaf41bc2dfd1d1b8e429f8 to your computer and use it in GitHub Desktop.
cStor SPC
apiVersion: openebs.io/v1alpha1
kind: StoragePoolClaim
metadata:
name: cstor-pool1
annotations:
cas.openebs.io/config: |
- name: PoolResourceRequests
value: |-
memory: 1Gi
- name: PoolResourceLimits
value: |-
memory: 2Gi
spec:
name: cstor-pool1
type: disk
maxPools: 3
poolSpec:
poolType: striped
disks:
diskList:
- disk-301722dba60542a05ec2817773ff11ed
- disk-a2d99f96090f0675b7ea60925b58414d
- disk-cd01d33213c3a42c6b1a9f0798277368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment