mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-29 15:33:21 +00:00
log openvz configuration changes
This commit is contained in:
parent
d12338569d
commit
96e1743e3e
@ -237,6 +237,8 @@ __PACKAGE__->register_method({
|
|||||||
|
|
||||||
my $cmd = ['vzctl', '--skiplock', 'set', $vmid, @$changes, '--save'];
|
my $cmd = ['vzctl', '--skiplock', 'set', $vmid, @$changes, '--save'];
|
||||||
|
|
||||||
|
PVE::Cluster::log_msg('info', $user, "update CT $vmid: " . join(' ', @$changes));
|
||||||
|
|
||||||
PVE::Tools::run_command($cmd);
|
PVE::Tools::run_command($cmd);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user