log openvz configuration changes

This commit is contained in:
Dietmar Maurer 2011-10-10 09:52:13 +02:00
parent beaa695f03
commit 003f70ebc5

View File

@ -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);
};