On 1/27/20 6:44 PM, Oguz Bektas wrote: > Signed-off-by: Oguz Bektas <o.bek...@proxmox.com> > --- > src/PVE/LXC/Config.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm > index 760ec23..eec6b38 100644 > --- a/src/PVE/LXC/Config.pm > +++ b/src/PVE/LXC/Config.pm > @@ -1188,7 +1188,7 @@ sub vmconfig_hotplug_pending { > PVE::LXC::write_cgroup_value("cpu", $vmid, "cpu.cfs_period_us", > -1); > PVE::LXC::write_cgroup_value("cpu", $vmid, "cpu.cfs_quota_us", > -1); > } elsif ($opt eq 'cpuunits') { > - PVE::LXC::write_cgroup_value("cpu", $vmid, "cpu.shared", > $confdesc->{cpuunits}->{default}); > + PVE::LXC::write_cgroup_value("cpu", $vmid, "cpu.shares", > $confdesc->{cpuunits}->{default}); > } elsif ($opt =~ m/^net(\d)$/) { > my $netid = $1; > PVE::Network::veth_delete("veth${vmid}i$netid"); >
applied, thanks! _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel