From fd0820ebeda4e6911b1d318b2b7b8b6fc841edef Mon Sep 17 00:00:00 2001 From: arteck <6681528+arteck@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:23:23 +0100 Subject: [PATCH] add disk --- lib/proxmox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/proxmox.js b/lib/proxmox.js index ab8d3ec..e3848e8 100644 --- a/lib/proxmox.js +++ b/lib/proxmox.js @@ -286,7 +286,7 @@ class ProxmoxUtils { } } catch (error) { if (additional !== 'storage') { - if (response.data !== null) { // kann sein dass die platte aus ist + if (response.data !== null && additional !== 'disk' ) { // kann sein dass die platte aus ist this.adapter.log.warn(`${additional} -- Use Next Proxmox Host because of communication failure ${this.URL}${url}`); this.setNextUrlMain();