New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NBD+TLS support for Remote backup #66
Comments
|
for TLS based auth with certificates:
for complete verification, setup certs in: https://libguestfs.org/nbdkit-tls.1.html#Issuing-and-checking-client-certificates |
|
seems a bit wonky with older linbd versions, disconnecting fails: https://libguestfs.org/nbdkit-tls.1.html#Issuing-and-checking-client-certificates |
|
currently reading data vai NBDS and python bindings sometimes fails with: |
|
Fixed upstream: libguestfs/libnbd@39afa21 |
Add TLS support for remote backup. It seems not all distributions ship an up to date domainbackup.rng, so its
not possible to start an NBD pull service with TLS support. As distributions adopt, add option --with-tls, so remote
backup via NBDS is possible.
https://fossies.org/linux/libvirt/src/conf/schemas/domainbackup.rng on debian11:
on rhel 8.5 tls option is missing, so created backup-begin xml fails to validate:
Backup XML example:
this however requires some setup on the host too:
see: https://wiki.libvirt.org/page/TLSCreateCACert
The text was updated successfully, but these errors were encountered: