From bb0a0f9680d21f9d5f479b68126189e5059de2f5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 9 Jul 2020 11:54:13 +0200 Subject: [PATCH 1/1] pbs: activate_storage: query status to ensure we can connect Signed-off-by: Thomas Lamprecht --- PVE/Storage/PBSPlugin.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index a334a8a..b236f6c 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -449,6 +449,9 @@ sub status { sub activate_storage { my ($class, $storeid, $scfg, $cache) = @_; + + run_client_cmd($scfg, $storeid, "status"); + return 1; } -- 2.39.2