Re: [Libguestfs] [PATCH nbdkit] vddk: Suppress errors in can_extents test (RHBZ#1709211).

2020-05-07 Thread Eric Blake
On 5/7/20 6:23 AM, Richard W.M. Jones wrote: In can_extents we test whether the VDDK function VixDiskLib_QueryAllocatedBlocks works before declaring that extents are supported. This VDDK function can fail in several ways but most notable if the server doesn't support querying extents. In this

Re: [Libguestfs] LIBGUESTFS_PATH is broken in Fedora Rawhide

2020-05-07 Thread Richard W.M. Jones
On Tue, May 05, 2020 at 10:30:33PM +0100, Richard W.M. Jones wrote: > $ libguestfs-test-tool > ... > libguestfs: launch: version=1.42.0fedora=33,release=5.fc33,libvirt > ... > libguestfs: build appliance > libguestfs: error: cannot find any suitable libguestfs supermin, fixed or > old-style

[Libguestfs] [PATCH v2 1/2] sysprep: add IPA offline unenrollment (RHBZ#1789592)

2020-05-07 Thread Pino Toscano
This new operation unenrolls the guest from a IPA server offline, by removing the configuration files and certificates. Thanks to Christian Heimes and François Cami for the hints. --- sysprep/Makefile.am | 1 + sysprep/sysprep_operation_unenroll_ipa.ml | 66

[Libguestfs] [PATCH v2 0/2] add FreeIPA offline unenrollment (RHBZ#1789592)

2020-05-07 Thread Pino Toscano
This patch series adds a new virt-sysprep operation to offline unenroll a guest from FreeIPA. It does so by removing some configuration files and certificates. Changes from v1: - the other patches were pushed, as unrelated and approved - created a new kerberos-hostkeytab operation Pino Toscano

Re: [Libguestfs] [PATCH v2 2/2] sysprep: add Kerberos keytab file removal

2020-05-07 Thread Richard W.M. Jones
I was following the bug and saw the comments there. This all seems good to me although I still don't know much about the topic. ACK. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com

[Libguestfs] [PATCH nbdkit] vddk: Suppress errors in can_extents test (RHBZ#1709211).

2020-05-07 Thread Richard W.M. Jones
In can_extents we test whether the VDDK function VixDiskLib_QueryAllocatedBlocks works before declaring that extents are supported. This VDDK function can fail in several ways but most notable if the server doesn't support querying extents. In this case VDDK raises an error message through the

[Libguestfs] [PATCH v2 2/2] sysprep: add Kerberos keytab file removal

2020-05-07 Thread Pino Toscano
This new operation removes the Kerberos /etc/krb5.keytab file from the guest. Thanks to Christian Heimes and François Cami for the hints. Related to RHBZ#1789592. --- sysprep/Makefile.am | 1 + .../sysprep_operation_kerberos_hostkeytab.ml | 38 +++ 2