From 73c0d8aa8c65541d11e3ea97bb9376ce41ad70bd Mon Sep 17 00:00:00 2001 From: Alwin Antreich Date: Fri, 9 Mar 2018 16:15:00 +0100 Subject: [PATCH] Remove obsolete read from storage.cfg in vm_start api call Signed-off-by: Alwin Antreich --- src/PVE/API2/LXC/Status.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PVE/API2/LXC/Status.pm b/src/PVE/API2/LXC/Status.pm index 976f264..b98dc24 100644 --- a/src/PVE/API2/LXC/Status.pm +++ b/src/PVE/API2/LXC/Status.pm @@ -185,8 +185,6 @@ __PACKAGE__->register_method({ } - my $storage_cfg = cfs_read_file("storage.cfg"); - PVE::LXC::vm_start($vmid, $conf, $skiplock); return; -- 2.39.2