Michael Ablassmeier
Michael Ablassmeier
> The proposed approach would _almost_ work for us, except for 4. Of course we could always implement our own process to back these files up seperately but I would...
hi, thanks for the reply, > For your particular use-case, you should rely on the CSI snapshot, not on QEMU snapshot. This is fundamental design decision for KubeVirt. Your disk...
known, there is already a PR fixing this: https://github.com/vagrant-libvirt/vagrant-libvirt/pull/1835
yes, but its already been discussed in: https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1831
this seems to be caused by the fact that no bridge interface (virbr0) is available on the system? Thus it fails to setup the default management network for the virtual...
thanks for the feedback! Ive thought about an s3 backend implementation but personally i don't use s3 as storage for backups (or lets say, s3 compatible ones like minio) because...
One idea might be to redesign the output writer stuff to be "plugin" capable, and use regular URI based notation: ``` -o fs://dir / -o dir/-> loads module output/dir/ -o...
@electrofelix anything that speaks against merging this? Ty :-)
the kernel module will not store anything in memory until you decide to keep file data with the module option for certain files. then the size of the file is...
sorry, but i dont know what this is about. by default the module will *NOT STORE ANY DATA ANYWHERE* Data is sent to the void just like /dev/null the only...