Signed-off-by: Alexandre Derumier <[email protected]>
---
PVE/QemuServer.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 5e1f319..1adff54 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -1987,6 +1987,8 @@ sub vmstatus {
$d->{diskread} = 0;
$d->{diskwrite} = 0;
+ $d->{template} = is_template($conf, undef, 1);
+
$res->{$vmid} = $d;
}
--
1.7.10.4
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel