hwameistor
hwameistor copied to clipboard
Hwameistor is an HA local storage system for cloud-native stateful workloads.
1. `kubectl delete pvc` for those pvc claims hwameiStor storageClass. 2. kubernetes will releasing the corresponding pv (if `reclaim-policy` is `Delete`) 3. HwameiStor will automatically do the removal of the...
Add a document for Node Expansion. This version is in English, and will add another doc for Chinese version.
Delete the existing PVC of the pod, and then delete the pod. This error is reported ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling...
 `helm repo add ` may be better than `git clone`
https://hwameistor.io/docs/quick_start/uninstall no hint to tell user how to clean up the lvm after uninstallation. we need to `lvremove`, `vgremove`, `pvremove` respectively.
Using online method to do `helm install hwameistor/hwameistor` may take over 10 minutes (if ever successful) especially in China, because the chart URL `http://hwameistor.io/helm-charts` is hosted on github page. We...
it seems `helm uninstall` already clean up those 2 steps.
$ kubectl get crd -o name \ | grep hwameistor \ | xargs -t kubectl delete Cannot delete localvolumegroups.hwameistor.io
when if the `hwameistor-admission-controller` breaks, the new pod will fail to be scheduled , the new running `rs` will complains: ``` Error creating: Internal error occurred: failed calling webhook "hwameistor.io.mutate-hook":...
During the rolling upgrade of the pod, the error is as follows: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedMount 39m (x370 over 28h)...