mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[PR #247] [MERGED] Fix bug with err instead of True in connection_manager.host_is_up, which lead to freeze in panel if compute is down #468
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/247
Author: @ilyatrefilov
Created: 7/3/2019
Status: ✅ Merged
Merged: 7/22/2019
Merged by: @retspen
Base:
master← Head:fix_long_instance_waiting📝 Commits (1)
ac3ec24Fix bug with err instead of True in connection_manager.host_is_up, which📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
instances/views.py(+3 -2)📄 Description
host_is_up function returns either True or err-like object, so we can't compare status with any object. Instead comparison should be made against True.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.