Michael Ablassmeier

Results 46 issues of Michael Ablassmeier

### TL;DR hi, yesterday i attempted to set rdns settings via: hcloud server set-rdns server -r server.r.dns.host.name which finished successfully. In the hetzner console it was to be seen that...

bug

Latest libvirt versions have introduced checkpoints which are mostly used for backup purposes (https://libvirt.org/kbase/live_full_disk_backup.html) In case a virtual machine deployed via vagrant-libvirt has such an existent checkpoint, destroy fails: `.vagrant.d/gems/3.1.4/gems/fog-libvirt-0.11.0/lib/fog/libvirt/requests/compute/vm_action.rb:7:in...

### Discussed in https://github.com/abbbi/virtnbdbackup/discussions/172 Originally posted by **slu-010101** April 7, 2024 Hi, it would be nice to make this info more human readable: > [2024-04-07 12:50:09] INFO root disk -...

enhancement

New Windows versions often depend von TPM devices beeing attached (at least during installation). Libvirt allows for two types of TPM devices: * emulated devices (swtpm based) * passthrough devices...

enhancement

Discussion: https://github.com/abbbi/virtnbdbackup/discussions/146 In some cases backup operation might fail even if a checkpoint has been created. In this case, virtnbdbackup could attempt to remove the checkpoint. If it makes sense...

enhancement

Add python type annotations where possible, goal should be to have a clean mypy run. Some modules seem to lack type stubs, such as libvirt and lz4, but most parts...

help wanted
code-cleanup

As kubevirt/openshift virtualization uses libvirt/qemu, it should be possible to backup virtual machines too. I dont have much experience with k8 but it seems what is required is a so...

documentation
help wanted
concept

Currently qmpbackup uses the push based approach, which can only work by dumping the data to a certain directory, this means the utility has to be executed on the same...

enhancement

The qemu agent client still uses the qmp class as shipped, it should be possible to use qemu.qmp library for the agent communication, too. negotiate option must be set to...

enhancement

hi, i think the total download count shown is wrong, due to the api not responding with the full sets of releases. If a project has more than 100 releases,...