[pve-devel] how should template creation work?

Stefan Priebe - Profihost AG s.priebe at profihost.ag
Tue Apr 16 13:38:16 CEST 2013


Hello,

i was trying to debug my template creation problem.

qm template 166

calls POST 166/template

which then spawns a worker doing:
PVE::QemuServer::template_create($vmid, $conf, $disk);

but sub template_create in QemuServer.pm does nothing with the VM itself
it just changes drives.

But i wanna have a template without drives like dietmar suggested.

Stefan



More information about the pve-devel mailing list