[pve-devel] [PATCH qemu-server] Fix #1242 : clone_disk : call qga fstrim after clone

Dietmar Maurer dietmar at proxmox.com
Mon May 28 19:29:36 CEST 2018


And we really want to ignore error messages?

> +		    if ($running && $conf->{agent} &&
> PVE::QemuServer::qga_check_running($vmid)) {
> +			eval { PVE::QemuServer::vm_mon_cmd($vmid, "guest-fstrim"); };
> +		    }
> +




More information about the pve-devel mailing list