Wave
Wave
昨天下午看还好好的,感觉up主讲的真的很好。晚上想继续看时,发现已经失效了。请您处理一下吧。不想让一个如此nice的视频消失
As title described, I've tried this: ``` // @Summary MyBinary // @Produce octet-stream // @Success 200 {string} binary "mybinary" // @Router /myapis/myBinary [post] ``` and `swagger.json` like this: ``` json...
There are 3 nodes in my k8s cluster with `v0.14.1` Hwameistor like this: ``` root@pw-k8s01:~# kubectl get node NAME STATUS ROLES AGE VERSION pw-k8s01 Ready control-plane,controlplane,etcd,master 58d v1.28.3+rke2r2 pw-k8s02 Ready...
In some cases, users like me don't need snapshot feature. Making it configurable will be good.
At present, hwameistor is disk-oriented, but in some cases, this does not apply. For example: I got a k8s cluster running on a laptop, while the laptops usually own only...
kubectl version: ``` Client Version: v1.28.3+rke2r2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.28.3+rke2r2 ``` hwameistor version: ``` v0.13.1 ``` 1. create nginx pod with two lvm pvcs like this: ```yaml apiVersion:...
**Describe the problem/challenge you have** There are some small disks in my servers as shown below: ``` root@pw1:~# kubectl get blockdevice -n openebs -o wide NAME NODENAME PATH FSTYPE SIZE...
**Is your feature request related to a problem? Please describe**: Will kubevirt support memory snapshot/restore like `virsh snapshot-create/snapshot-revert` or `virsh save/restore`? **Describe the solution you'd like**: I didn't find any...
I have an all in one k8s cluster. I will first upload the data to `LV_A`, and then create another `LV_B` based on this `LV_A`. After that, I can create...
I installed kubevirt and hwameistor on my k8s cluster. Then, I created some vms which use `volumeMode: Block` pvc. After that, I installed hwameistor on these vms for testing. Now,...