1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
=head1 名前
guestfs-tools-release-notes - guestfs tools release Notes
=head1 RELEASE NOTES FOR GUESTFS TOOLS 1.50
These are the release notes for guestfs tools stable release 1.50. This describes the major changes since 1.48.
Guestfs tools 1.50.0 was released on B<7 February 2023>.
=head2 Security
=over 4
=item CVE-2022-2211
L<https://bugzilla.redhat.com/show_bug.cgi?id=2100862>
A buffer overflow was found in the I<--key> option of several guestfs tools. For more information on this low severity bug see the bug report above (Laszlo Ersek).
=back
=head2 New virt-drivers tool
This new tool can examine a disk image to determine:
=over 4
=item *
Whether it uses BIOS or UEFI for booting
=item *
What bootloader it uses (Linux only)
=item *
What kernels may be chosen at boot time (Linux only)
=item *
What device drivers (kernel modules) are installed
=back
This is useful for determining how (or if) a guest can boot on a virtualization hypervisor.
=head2 virt-customize
I<--selinux-relabel> is now the default for SELinux guests. You no longer need to specify this flag. In the rare case where you don't want to relabel a guest after customizing it, you can use I<--no-selinux-relabel>. Note this is not needed for non-SELinux guests, it will do the right thing automatically (Laszlo Ersek).
New I<--inject-qemu-ga> and I<--inject-virtio-win> operations which respectively inject QEMU Guest Agent and virtio-win drivers into Windows guests.
Rocky Linux guests are now supported (thanks Harry Benson).
=head2 virt-inspector
Virt-inspector now outputs the new E<lt>build_idE<gt> element containing the guest build ID, if using libguestfs E<ge> 1.50.
=head2 virt-sysprep
New C<lvm-system-devices> operation for removing LVM2's F<system.devices> file. This avoids certain problems when cloning a VM (Laszlo Ersek).
Virt-sysprep supports guests using LUKS logical volumes on top of LVM (Laszlo Ersek).
=head2 Common changes
All the tools supporting the I<--key> option can now use Clevis/Tang to decrypt full disk encryption using this network-based scheme (Laszlo Ersek).
=head2 Build changes
B<Note> that libguestfs now requires minimum OCaml 4.04. It will not compile on RHEL 6.
B<Note> that libosinfo is a new required dependency.
OCaml 4.14 is now supported.
C<./configure --disable-ocaml> and C<./configure --disable-perl> now disable the OCaml- and Perl-based tools respectively (thanks Simon Walter).
Experimental support for compiling on macOS.
When running C<make check-valgrind>, Valgrind logs are no longer written to separate files under F<tmp/>. Instead the output is written to the normal F<I<test-name>.log> file.
=begin コメント
=head2 内部
=end コメント
=head2 バグ修正
=begin コメント
https_proxy= ./bugs-in-changelog.sh v1.48.0..
=end コメント
=over 4
=item L<https://bugzilla.redhat.com/2133443>
RFE: Support Rocky Linux in virt-customize
=item L<https://bugzilla.redhat.com/2106286>
virt-sysprep: make an effort to support LUKS on LV
=item L<https://bugzilla.redhat.com/2089748>
Removal of "--selinux-relabel" option breaks existing scripts
=item L<https://bugzilla.redhat.com/2075718>
Having to use "--selinux-relabel" is not intuitive given Red Hat products default to selinux enabled.
=item L<https://bugzilla.redhat.com/2072493>
[RFE] Request to add lvm system.devices cleanup operation to virt-sysprep
=item L<https://bugzilla.redhat.com/2059545>
[RHEL 9.0][Nutanix] lvm partition "home" will lost with SCSI disk either in the new cloned VM or restored from a snapshot
=item L<https://bugzilla.redhat.com/2028764>
Install the qemu-guest-agent package during the conversion process
=item L<https://bugzilla.redhat.com/1809453>
[RFE] Add support for LUKS encrypted disks with Clevis & Tang
=item L<https://bugzilla.redhat.com/1554735>
RFE: customize --selinux-relabel should be the default, with --no-selinux-relabel used to opt out
=back
=head1 関連項目
L<http://libguestfs.org/>
=head1 著者
=begin コメント
git shortlog -s v1.48.0..
=end コメント
=over 4
=item Laszlo Ersek
=item Richard W.M. Jones
=back
=head1 COPYRIGHT
Copyright (C) 2009-2023 Red Hat Inc.
|