[pve-devel] [PATCH v4 qemu-server 2/2] fix #3890: warn in GUI for unlikely iothread config
Fabian Ebner
f.ebner at proxmox.com
Fri Jun 10 11:20:22 CEST 2022
Am 27.05.22 um 13:48 schrieb Matthias Heiserer:
> Previously, only a plaintext line in the task log showed something was off.
> Now, the GUI will show it as a warning.
>
>
> Signed-off-by: Matthias Heiserer <m.heiserer at proxmox.com>
Reviewed-by: Fabian Ebner <f.ebner at proxmox.com>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index e9aa248..2536d73 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -41,6 +41,7 @@ use PVE::Storage;
> use PVE::SysFSTools;
> use PVE::Systemd;
> use PVE::Tools qw(run_command file_read_firstline file_get_contents dir_glob_foreach get_host_arch $IPV6RE);
> +use PVE::RESTEnvironment qw(log_warn);
Nit: not ordered alphabetically
More information about the pve-devel
mailing list