-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spc): provision cStor stripe based pools with single raid group (#…
…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
1 parent
846060d
commit 26e65f6
Showing
6 changed files
with
769 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fix(spc): provision cStor stripe based pools with single raid group |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
Oops, something went wrong.