mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[PR #12] [MERGED] Adding error message output to KVM connection failures #553
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/webvirtmgr/pull/12
Author: @kmwhite
Created: 1/7/2013
Status: ✅ Merged
Merged: 1/7/2013
Merged by: @retspen
Base:
master← Head:adding_connection_failure_messages_to_dashboard📝 Commits (1)
bd6d635Adding error message output to KVM connection failures📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
polls/templates/dashboard.html(+1 -1)📝
polls/views.py(+2 -2)📄 Description
Changes:
* Adding message to template
* Changing status to be the exception message on connection failures
When I was setting the app up, I had a hell of a time figuring out why the app failed to connect to my KVM hosts even though I followed the linked guide. After adding the included commits to my clone, I was able to determine that it was SELinux blocking my socket connection attempt, thereby preventing it from working. The commits included just help with usability -- they don't change any real functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.