[node-patches] Change in ovirt-node[master]: setup: Add journal to support page
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Mon Mar 18 11:44:10 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: setup: Add journal to support page
......................................................................
setup: Add journal to support page
It's now possible to view the journal from the support page.
rhbz#917523
Change-Id: If53d4e7991c56c5f77fb68f656c3a08614a60e84
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/setup/support_page.py
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/32/13132/1
diff --git a/scripts/tui/src/ovirt/node/setup/support_page.py b/scripts/tui/src/ovirt/node/setup/support_page.py
index 031140f..aa74f79 100644
--- a/scripts/tui/src/ovirt/node/setup/support_page.py
+++ b/scripts/tui/src/ovirt/node/setup/support_page.py
@@ -71,7 +71,8 @@
cmds = {"node": "cat /var/log/ovirt.log | less",
"ui": "cat /tmp/ovirt.debug.log | less",
"messages": "cat /var/log/messages | less",
- "dmesg": "dmesg | less"
+ "dmesg": "dmesg | less",
+ "journal": "journalctl --all --catalog --full"
}
cmd = cmds[logfile] if logfile in cmds else None
@@ -85,4 +86,5 @@
return [("node", "Node Log"),
("ui", "Node UI Debug Log"),
("dmesg", "dmesg"),
- ("messages", "/var/log/messages")]
+ ("messages", "/var/log/messages"),
+ ("journal", "System journal")]
--
To view, visit http://gerrit.ovirt.org/13132
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If53d4e7991c56c5f77fb68f656c3a08614a60e84
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list