[pve-devel] [PATCH 1/3] Fix assign function to correct module
Wolfgang Link
w.link at proxmox.com
Fri Jul 31 11:47:38 CEST 2015
---
src/PVE/LXCCreate.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXCCreate.pm b/src/PVE/LXCCreate.pm
index bfb6060..ad5fcbc 100644
--- a/src/PVE/LXCCreate.pm
+++ b/src/PVE/LXCCreate.pm
@@ -304,7 +304,7 @@ sub create_rootfs {
foreach my $opt (qw(disk digest)) {
delete $pve_conf->{$opt};
}
- update_lxc_config($vmid, $conf, 0, $pve_conf);
+ PVE::LXC::update_lxc_config($vmid, $conf, 0, $pve_conf);
# destroy old container
PVE::LXC::destory_lxc_container($storage_conf, $vmid, $old_conf);
--
2.1.4
More information about the pve-devel
mailing list