mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-02 19:58:50 +00:00
use correct package prefix
This commit is contained in:
parent
b91c2aae28
commit
218cab9a3a
@ -2399,7 +2399,7 @@ __PACKAGE__->register_method({
|
||||
if PVE::QemuServer::is_template($conf) && !$disk;
|
||||
|
||||
die "you can't convert a VM to template if VM is running\n"
|
||||
if check_running($vmid);
|
||||
if PVE::QemuServer::check_running($vmid);
|
||||
|
||||
my $realcmd = sub {
|
||||
PVE::QemuServer::template_create($vmid, $conf, $disk);
|
||||
|
Loading…
Reference in New Issue
Block a user