On 09/04/2015 02:20 PM, Alen Grizonic wrote:
> @@ -235,9 +235,13 @@ __PACKAGE__->register_method({
>
> my $restore = extract_param($param, 'restore');
>
> + my $conf = PVE::LXC::load_config($vmid);
> +
This triggers an error if the vm does not exists (in case of a restore)?