mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-27 00:15:56 +03:00
[PR #276] [CLOSED] Mark the unreachable computes properly #486
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#486
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/276
Author: @tmshlvck
Created: 1/1/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
9aee37aMark the unreachable computes properlyde229baExperimental: Allow migration with non-shared disk📊 Changes
2 files changed (+6 additions, -4 deletions)
View changed files
📝
computes/templates/computes.html(+3 -3)📝
vrtManager/instance.py(+3 -1)📄 Description
When a compute can not be connected (for whatever reason) mark it as
not connected in the template.
The generic check
if compute.status
is not enough because the status variable can contain a string with a
connection error.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.