Skip to content
Snippets Groups Projects
Commit 69c0d4bc authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Add a bit more debug around launching guestfs.

parent c1b066c3
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,9 @@ class FsImageContainer(Archive):
pass
self.g.add_drive_opts(self.source.path, format="raw", readonly=1)
try:
logger.debug("Launching guestfs; this may take some time")
self.g.launch()
logger.debug("guestfs successful launched")
except RuntimeError:
logger.exception("guestfs failed to launch")
logger.error(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment