Skip to content

Commit

Permalink
fix(spc): provision cStor stripe based pools with single raid group (#…
Browse files Browse the repository at this point in the history
…1744)

This PR provision cStor stripe pool with single raidgroup
instead of multiple raidgroups, having multiple raidgroups
for stripe based pool configuration doesn't not make sense.
Even though CSP is created with multiple raidgroups but
underlying pool will be with single raidgroup.

Signed-off-by: mittachaitu <[email protected]>
  • Loading branch information
sai chaithanya authored and prateekpandey14 committed Sep 11, 2020
1 parent 846060d commit 26e65f6
Show file tree
Hide file tree
Showing 6 changed files with 769 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ addons:
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install --yes -qq gcc
- sudo apt-get install --yes -qq gcc jq
- sudo apt-get install --yes -qq libudev-dev

install: true
Expand Down
1 change: 1 addition & 0 deletions changelogs/unreleased/1744-mittachaitu
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix(spc): provision cStor stripe based pools with single raid group
13 changes: 13 additions & 0 deletions ci/spc-manual.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
apiVersion: openebs.io/v1alpha1
kind: StoragePoolClaim
metadata:
name: manual-cstor-sparse-pool
spec:
name: manual-cstor-sparse-pool
type: sparse
poolSpec:
poolType: striped
cacheFile: /tmp/pool1.cache
blockDevices:
blockDeviceList:
Loading

0 comments on commit 26e65f6

Please sign in to comment.