From 41a98ba7f029665d331d8cabf573c881cc3dc07f Mon Sep 17 00:00:00 2001 From: arteck <6681528+arteck@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:45:54 +0100 Subject: [PATCH] ceph request only for nodes --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index d9a59f9..6c95f63 100644 --- a/main.js +++ b/main.js @@ -958,7 +958,7 @@ class Proxmox extends utils.Adapter { await this.setStateChangedAsync(`${sid}.status`, { val: node.status, ack: true }); if (node.status !== 'offline') { - if (this.config.requestCephInformation) { + if (this.config.requestCephInformation && node.type === 'node') { await this.setCeph(); }