[Libguestfs] [PATCH] RFE: journal reader in guestfish

Maros Zatko mzatko at redhat.com
Mon Feb 23 15:20:31 UTC 2015


This implements new guestfish only command called journal-view.

There seems to be a minor issue when user wants to run it through pager (more)
and wants cancel it. User will end up with stuck guestfish until journal-view
transfers all journal items.

Output is not yet configurable, it's the same format as virt-log has.

Maros Zatko (1):
  fish: add journal-view command

 fish/Makefile.am     |   1 +
 fish/journal.c       | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++
 generator/actions.ml |   9 ++++
 3 files changed, 138 insertions(+)
 create mode 100644 fish/journal.c

-- 
1.9.3




More information about the Libguestfs mailing list