Skip to content

Commit

Permalink
add error message back storage is offline
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Jan 13, 2025
1 parent eee7cbb commit ce38eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/proxmox.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ class ProxmoxUtils {
this.adapter.log.error(`Check ${additional} -- Problem found.. maybe offline check path ${this.URL}${url}`);
}

if (additional === 'disk') {
this.adapter.log.error(`Check ${additional} -- Problem found.. maybe is backup storage offline `);
}

throw error;
}
}
Expand Down

0 comments on commit ce38eed

Please sign in to comment.