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
before Creating cStor storage pools , I check the block device.
kubectl get bd -n openebs
NAME NODENAME SIZE CLAIMSTATE STATUS AGE
blockdevice-102253af77d45d264eaac2e2d5ba230b server-cdf0266c-393f-471c-b29b-51004e99c426 2147482582528 Unclaimed Active 34d
blockdevice-75c32e88c24d26a489e27a7b329edd38 server-605ae265-df2b-4e91-9efa-19069d84f2d0 2147482582528 Unclaimed Active 34d
But I have three worker nodes
kubectl get nodes
NAME STATUS ROLES AGE VERSION
server-44904695-b3bc-4721-8bad-725d6497a69a Ready controlplane,etcd,worker 34d v1.19.6
server-605ae265-df2b-4e91-9efa-19069d84f2d0 Ready controlplane,etcd,worker 34d v1.19.6
server-cdf0266c-393f-471c-b29b-51004e99c426 Ready controlplane,etcd,worker 34d v1.19.6
Question:
And I can't found any description about stripe and mirror for the dataRaidGroupType in CStorPoolCluster
What does they mean ? What's different between stripe and mirror?
openebs can get all the infomation. Why openebs can't auto maintain the CStorPoolCluster by itself ?
The text was updated successfully, but these errors were encountered:
Use helm install openebs-3.3.1 , follow this to install
install success
before Creating cStor storage pools , I check the block device.
But I have three worker nodes
Question:
And I can't found any description about stripe and mirror for the dataRaidGroupType in CStorPoolCluster
What does they mean ? What's different between stripe and mirror?
openebs can get all the infomation. Why openebs can't auto maintain the CStorPoolCluster by itself ?
The text was updated successfully, but these errors were encountered: