A_tian

Results 73 issues of A_tian

$ kubectl get crd -o name \ | grep hwameistor \ | xargs -t kubectl delete Cannot delete localvolumegroups.hwameistor.io

kind/bug
kind/documentation

According to the update guidelines in the existing documentation, it is difficult to intuitively understand how to upgrade hwameistor. The chapter on upgrading hwameistor in the documentation needs to be...

![图片](https://user-images.githubusercontent.com/76234281/184784780-929e6df9-b421-4f1e-8889-da52cbb6e61f.png) ![图片](https://user-images.githubusercontent.com/76234281/184784822-0d7cb78b-b088-4602-867f-baee470bf9a7.png)

bug

hwameistor/helm/hwameistor/crds/hwameistor.io_localvolumes_crd.yaml is not updated in time, causing localvolumemigrate to not work properly

kind/bug

hwameistor-scheduler 0/4 nodes are available: 1 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn't tolerate, 3 no enough nodes. ![图片](https://user-images.githubusercontent.com/76234281/184101566-c4cbac3a-5ddb-4ce9-a799-bab509b26741.png) apiVersion: hwameistor.io/v1alpha1 kind: LocalStorageNode metadata: creationTimestamp: "2022-08-11T08:01:00Z" generation: 1...

bug

![图片](https://user-images.githubusercontent.com/76234281/183345460-638bd82d-1a40-4ba7-9fed-c55d122343b9.png) ![图片](https://user-images.githubusercontent.com/76234281/183345675-0c62c5a0-f9d5-449a-8869-94602cd46c46.png) ![图片](https://user-images.githubusercontent.com/76234281/183345694-93ebe8cd-2a5e-4b25-88e9-319fdd906cd9.png)

bug

time="2022-08-09T03:27:30Z" level=debug msg="Finished running command" func=RunCommand file="executor.go:92" args="[--mount=/proc/1/ns/mnt --ipc=/proc/1/ns/ipc --net=/proc/1/ns/net --uts=/proc/1/ns/uts -- lvcreate --size 1073741824B --stripes 1 LocalStorage_PoolHDD -n pvc-4deca8ca-0258-49a6-85b9-3efb5670f7f8 -y]" command=nsenter error="exit status 5" stderr=" Logical Volume \"pvc-4deca8ca-0258-49a6-85b9-3efb5670f7f8\" already...

bug

After repeatedly installing and uninstalling hwameistor,Incorrect volume data remains in lsn, resulting in usedVolumeCount inconsistent with reality apiVersion: hwameistor.io/v1alpha1 kind: LocalStorageNode metadata: creationTimestamp: "2022-06-22T09:26:35Z" generation: 1 managedFields: - apiVersion: hwameistor.io/v1alpha1...

kind/bug

![图片](https://user-images.githubusercontent.com/76234281/180168275-dd713c7d-d69f-4346-bc46-bfea528430c3.png)

sc yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: local-disk-hdd-disk provisioner: disk.hwameistor.io volumeBindingMode: WaitForFirstConsumer allowVolumeExpansion: false reclaimPolicy: Retain parameters: diskType: "HDD" pvc yaml kind: PersistentVolumeClaim apiVersion: v1 metadata: name: local-disk-pvc spec:...

documentation
question