Fix inspection with duplicated root mountpoint resolves: RHEL-90170 Remove zfs-fuse (not used in RHEL) Remove file-devel dependency. Fix RHEL gating tests - These would always fail because libvirt doesn't start up after being installed. You would see errors like: libguestfs: opening libvirt handle: URI = qemu:///system, auth = default+wrapper, flags = 0 libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/virtqemud-sock': No such file or directory libguestfs: error: could not connect to libvirt (URI = qemu:///system): Failed to connect socket to '/var/run/libvirt/virtqemud-sock': No such file or directory [code=38 int1=2] (cherry picked from Fedora commit a1eed9c04c9e64cf24bc83a0da2cd6b05f7400c3)
58 lines
2.0 KiB
Diff
58 lines
2.0 KiB
Diff
From 1c2b94f09521698ac35fc282f7e03b8cedbf094b Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 13 May 2025 13:14:00 +0100
|
|
Subject: [PATCH] docs: Update release notes for 1.56
|
|
|
|
---
|
|
docs/guestfs-release-notes-1.56.pod | 13 +++++++++++++
|
|
1 file changed, 13 insertions(+)
|
|
|
|
diff --git a/docs/guestfs-release-notes-1.56.pod b/docs/guestfs-release-notes-1.56.pod
|
|
index 12380df0d..bab14c139 100644
|
|
--- a/docs/guestfs-release-notes-1.56.pod
|
|
+++ b/docs/guestfs-release-notes-1.56.pod
|
|
@@ -18,6 +18,8 @@ Add support for TencentOS (Denise Cheng).
|
|
Inspection of Ubuntu 22+ guests that use a split F</usr> configuration
|
|
now works properly (thanks Jaroslav Spanko, Daniel Berrange).
|
|
|
|
+Inspecting guests that have duplicated root mountpoints now works.
|
|
+
|
|
=head2 API
|
|
|
|
New C<command_out> and C<sh_out> APIs which allow you to capture
|
|
@@ -66,6 +68,9 @@ dependencies (thanks Mohamed Akram).
|
|
When using C<./configure --disable-daemon> we no longer require augeas
|
|
and hivex (thanks Mohamed Akram).
|
|
|
|
+C<zfs-fuse> support has been dropped. The project is unmaintained
|
|
+upstream.
|
|
+
|
|
=head2 Internals
|
|
|
|
The tests were modified to use a set of common functions and remove
|
|
@@ -86,6 +91,9 @@ Some deprecated autoconf macros are no longer used.
|
|
We no longer emit a false warning about C<BLKDISCARD> when creating a
|
|
block device.
|
|
|
|
+Some internal OCaml List and String functions that we used have been
|
|
+replaced by ones from the OCaml stdlib, reducing code maintenance.
|
|
+
|
|
=head2 Bugs fixed
|
|
|
|
=begin comment
|
|
@@ -116,6 +124,11 @@ fstrim on a RHEL 7.2-created XFS filesystem does not trim as much as expected
|
|
|
|
Run fstrim twice to work around incorrect fstrim behaviour in RHEL 9 kernel
|
|
|
|
+=item L<https://issues.redhat.com/browse/RHEL-90168>
|
|
+
|
|
+virt-v2v fails with mount exited with status 32: mount: /sysroot:
|
|
+/dev/sda2 already mounted on /sysroot. [rhel-9.7]
|
|
+
|
|
=item L<https://github.com/libguestfs/libguestfs/issues/155>
|
|
|
|
1.54.0: gdisk/test-expand-gpt.pl fails
|
|
--
|
|
2.47.1
|
|
|