mingming.zhou

Results 84 comments of mingming.zhou

> 作为insight tester,我在按照README.md文档### STEP 3: Claim Disk By Type On Node创建LDC时,没有将spec.nodeName设置为node的hostname以至于LDC未到Bound状态;请明确此处设置 Do youmean that the nodeName field of LDC is written incorrectly (Written as something other than hostname) or just...

It seems that the root cause is the error in the `umount` stage, but we can optimize the check of the mount point to support the request reentry. ## How...

@xulongju Is this a necessary process? Can you help me reproduce it?

fixed in https://github.com/hwameistor/hwameistor/pull/213

@FloatXD please use latest version to verify~

fixed in https://github.com/hwameistor/hwameistor/pull/207

@panpan0000 Thanks for your feedback. The behavior when the callback fails can be configured as **Ignore**. This will allow user's request when `hwameistor-admission-controller` breaks. Example: ```console $ kubectl edit mutatingwebhookconfigurations...

> what will happen if we `Ignore` this at the beginning? Will this config impact hwameiStore functionality ? It will not affect the function of HwameiStor. The only impact is...

> Why storage volume won't be deleted If reclaimpolicy in storageclass is **Retain**, the provision(hwameistor) will not delete PV after PVC is deleted.So, the storage volume created by hwameistor which...

@yankay Thanks for your suggestions. It's really a mistake, we will fix it.