[pve-devel] [PATCH container 1/2] Fix #1547: on migration abort, the CT starts again
Dietmar Maurer
dietmar at proxmox.com
Mon Mar 12 13:14:31 CET 2018
looks good, only one small sytax error:
> + # in restart mode, we start the container on the source node
> + # on migration error
> + if ($self->{opts}->{restart} && $self->{was_running}) {
> + $self->log('info', "start container on source node");
> + my skiplock = 1;
> + PVE::LXC::vm_start($vmid, $self->{vmconf}, $skiplock);
> + }
No such class skiplock at PVE/LXC/Migrate.pm line 361, near "my skiplock"
syntax error at PVE/LXC/Migrate.pm line 361, near "my skiplock ="
I will fix this myself, thanks.
More information about the pve-devel
mailing list