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.

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to