Re: Accessing to nginx access_log

  • From: Antti Kantee <pooka@xxxxxx>
  • To: rumpkernel-users@xxxxxxxxxxxxx
  • Date: Fri, 22 Apr 2016 00:52:46 +0000

On 22/04/16 00:48, Antti Kantee wrote:

Note, though, that if you store data on a "local" file system, there's
no way to reliably read it while the unikernel is running.  Well, you
could add an NFS server to the unikernel and NFS export the volume, but
in that situation you might just as well export the data using the httpd
you're already running.

Actually, if you need just one file, you don't need to put a file system there at all. In that case, ignoring cache flushes, you can read the log from the host. See what rumprun/tests does.

Other related posts: