Michael Ablassmeier
Michael Ablassmeier
During backup, another qemu-nbd process could be mapped to a target qcow image (just like it is happening during restore). The backup data could be directly sent to this process...
Currently the default backup mode is 'copy'. As more distributions will ship newer libvirt/qemu versions (>7.6.0) which have incremental backup support enabled by default, it could be considered to change...
It should be possible to map compressed images too. One idea would be: 1) detect compressed image and read trailer in virtnbdmap 2) add info about the compressed block (length...
Ive come across this multiple times now, apparently because windows image fetched windows updates before provisioning. Some windows updates (fetched during first startup after fresh sysprep) seem to disable the...
Currently using subprocess.* functions to run qemu-nbd. I think this can be simplified by using libnbd's builtin connect_systemd_socket_activation and nbd.connect_command. Example: https://github.com/libguestfs/libnbd/blob/master/python/examples/checksum.py#L35 and: https://github.com/libguestfs/libnbd/blob/master/python/t/590-aio-copy.py#L122 ``` 09:51 abi: it's not connected...
underscore function will always alter variable assigments True/False, like so: ``` >>> inflection.underscore("snakeCase = True") 'snake_case = true' ``` i think it would make sense to have something like _uppercase_first_letter_...
On kernels >= 5.15 module uses ram_aops instead of nullfs_aops structure: https://github.com/abbbi/nullfsvfs/blob/master/nullfs.c#L342 which does not expose noop direct_io (notably becuase O_DIRECT does not make sense on a FS with memory...
hi there, would be nice to have a windows core server variant build :) I think it shouldnt be much of an issue, just a different selection during installation?