mingming.zhou

Results 15 issues of mingming.zhou

# Purpose How to trigger node storage capacity expansion? Following points needing attention: * Lightweight operation and maintenance * Automation of expansion process * Clear resource semantics Relevant issue: https://github.com/hwameistor/hwameistor/issues/192...

kind/enhancement

LocalStorage Depending on some tools, such as LVM and DRBD, is it necessary to check the list of components that must be installed before users install the system?

**When a Node in Cluster deleted, the relevant resource should be deleted.** For now, LocalVolume attached on the deleted node won't be deleted if we don't delete PVC by manually....

kind/design

#### local-storage/member log: ```shell time="2022-09-14T03:39:33Z" level=debug msg="Working on a VolumeMigrate task" func=processVolumeMigrate file="volume_migrate_task_worker.go:61" Module=ControllerManager VolumeMigrate=default/localvolumemigrate-pvc-7496a045-7d1f-4955-a731-9ac9c308116c time="2022-09-14T03:39:33Z" level=info msg="Not found the volume" func=processVolumeMigrate file="volume_migrate_task_worker.go:97" Module=ControllerManager VolumeMigrate=default/localvolumemigrate-pvc-7496a045-7d1f-4955-a731-9ac9c308116c time="2022-09-14T03:39:33Z" level=error msg="Failed to process...

kind/enhancement

![image](https://user-images.githubusercontent.com/22465917/186608455-16bdf583-60c5-4bf1-8cfe-028881ec8a85.png)

![image](https://user-images.githubusercontent.com/22465917/186583360-4a0933aa-ad25-4c68-a73e-9125b1a94ab9.png)

kind/bug

![image](https://user-images.githubusercontent.com/22465917/186587835-ec33586a-73d6-47fc-b0bd-07e39e2e2af8.png)

kind/enhancement

![image](https://user-images.githubusercontent.com/22465917/186612149-028236de-d0b7-4812-80b2-3b383ba0a2af.png) The whole capacity release process is nearly 3 min.

`drbd-adapter` failure log: ```console # Check if hostname is the same as k8s node name # With `hostNetwork`, container `hostname` cmd result is from host /proc/sys/kernel/hostname and /proc/sys/kernel/domainname if [[...

kind/enhancement
Stale

The local dir to mount volume should be cleaned up according to CSI implementation. > For now, kubelet will help cleaning the local dir. **Releated PRs:** ``` - [Deprecated Proposole]:...