Commit 003f70eb authored by Dietmar Maurer's avatar Dietmar Maurer

log openvz configuration changes

parent beaa695f
......@@ -237,6 +237,8 @@ __PACKAGE__->register_method({
my $cmd = ['vzctl', '--skiplock', 'set', $vmid, @$changes, '--save'];
PVE::Cluster::log_msg('info', $user, "update CT $vmid: " . join(' ', @$changes));
PVE::Tools::run_command($cmd);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment