Skip to content

Corrects method name typo in availability checks#179

Merged
dkmstr merged 1 commit into
v4.0from
dev/v4.0-proxmox-metapools-isavaliable
May 27, 2026
Merged

Corrects method name typo in availability checks#179
dkmstr merged 1 commit into
v4.0from
dev/v4.0-proxmox-metapools-isavaliable

Conversation

@aschumann-virtualcable

Copy link
Copy Markdown
Contributor

This pull request makes a minor change to the Proxmox service classes by renaming the method is_available to is_avaliable in both service.py and service_fixed.py to maintain consistency.

  • Method renaming for consistency:
    • Renamed is_available to is_avaliable in the Proxmox service implementation (server/src/uds/services/Proxmox/service.py).
    • Renamed is_available to is_avaliable in the fixed Proxmox service implementation (server/src/uds/services/Proxmox/service_fixed.py).

DEV Explain

In metapools, if a Proxmox provider went down, changing the name correctly didn't work properly.

Aligns method naming for availability checks to ensure consistency and prevent potential runtime errors due to misspelled method names.
@dkmstr dkmstr merged commit 9b8824b into v4.0 May 27, 2026
2 checks passed
@aschumann-virtualcable aschumann-virtualcable deleted the dev/v4.0-proxmox-metapools-isavaliable branch June 8, 2026 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants