Wave
Wave
Hi, guys. You can reproduce this bug as shown below: ``` terraform { required_providers { docker = { source = "kreuzwerker/docker" version = "2.19.0" } } } provider "docker" {...
抱歉啊...没有缓存...给UP主留一下言吧。可能又是官方误操作...
@nixpanic I got the same issue (`rbd: parent chain is too long (17)`) , and my version of Ceph-CSI is `v3.8.0`
@awels Hi, thanks for your reply. We have envisioned two uses of the qcow2 image format: 1. The VMs of a certain host may jointly rely on a public image,...
Thank you so much. I'll try ephemeral images for 1. But for 2, can you tell me why supporting internal snapshots(or memory snapshot like `save/restore`) of libvirt is not a...
@akalenyu Thanks for your explanation. Yes, I'm sure https://github.com/kubevirt/kubevirt/issues/10609 is about memory snapshot, which has been implemented by `virsh snapshot-create/snapshot-revert` or `virsh save/restore`
I learned about LVM's support for COW a while ago, and now I understand that it is possible to create a read-write snapshot through `LV_A`, and then read or write...
Of course, here is a vm example: ```yaml apiVersion: kubevirt.io/v1 kind: VirtualMachine metadata: name: pw-vm-local spec: dataVolumeTemplates: - metadata: name: pw-vm-lvm-disk spec: pvc: accessModes: - ReadWriteOnce resources: requests: storage: 100Gi...
In my opinion, block pvcs are mounted through loop devices, and you can see them on your k8s node if you create a pod using block pvcs. Then you can...
@FloatXD Here are my questions: 1. Does vm `test4` is on node `controller-node-1`? 2. Is volumeMode in vm spec `volumeMode: Block` ?