Skip to content

Commit

Permalink
add disk
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Jan 13, 2025
1 parent ce38eed commit fd0820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proxmox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit fd0820e

Please sign in to comment.