Comment 2 for bug 832507

Revision history for this message
Dave Walker (davewalker) wrote :

* Using named pipes / fifo would seem to re-introduce the same issue differently.
* Logging to unix socket would mean there needs to be a listener within nova to suck in the log to file, but means it's handled in userspace (good).
* Using a non-standard kernel module called emlog is interesting, but would need to be opt-in due to it's non-mainline nature.