You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to re-create the same topology on one host (maybe for local minikube testing, or maybe because I have a host with a large number of drives) it yields an error:
admission webhook "admission-webhook.cstor.openebs.io" denied the request: invalid cspc specification: invalid pool spec: stripe dataRaidGroups should have exactly one raidGroup
This is surprising, because dataRaidGroups is an array so it seems like it was intended to support multiple entries.
AFAICT the only single-host topology supported is therefore:
If I have 3 drives, I should be able to create the same topology regardless of whether those drives are attached to 3 hosts or 1 host.
For example, this works and gives me 3 pools of a single drive each:
If I try to re-create the same topology on one host (maybe for local minikube testing, or maybe because I have a host with a large number of drives) it yields an error:
It seems odd to limit a host to only one pool. If we try to work around this by specifying one host with 3 raid groups, that is also an error:
This is surprising, because
dataRaidGroups
is an array so it seems like it was intended to support multiple entries.AFAICT the only single-host topology supported is therefore:
but this is fundamentally different from what was possible with 3 hosts. Namely, 3 independent pools/drives with no RAID behavior between them.
The text was updated successfully, but these errors were encountered: