hwameistor icon indicating copy to clipboard operation
hwameistor copied to clipboard

Hwameistor is an HA local storage system for cloud-native stateful workloads.

Results 164 hwameistor issues
Sort by recently updated
recently updated
newest added

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.

documentation

Delete the existing PVC of the pod, and then delete the pod. This error is reported ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling...

bug

![image](https://user-images.githubusercontent.com/1469319/184589854-4d8acf85-69f1-4b52-a206-ff5260633604.png) `helm repo add ` may be better than `git clone`

kind/documentation

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.

kind/documentation

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

kind/bug
kind/documentation

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)...

enhancement