Re: [Xen-devel] [PATCH for-4.10] tools/hotplug: create XEN_LOG_DIR at runtime

2017-11-02 Thread Julien Grall
On 30/10/17 14:39, Ian Jackson wrote: Wei Liu writes ("Re: [PATCH] tools/hotplug: create XEN_LOG_DIR at runtime"): On Fri, Oct 27, 2017 at 07:52:37PM +0300, Andrii Anisov wrote: From: Andrii Anisov /var/log could be a tmpfs mount point, so create xen subfolder at runtime. Signed-off-by: An

Re: [Xen-devel] [PATCH for-4.10] tools/hotplug: create XEN_LOG_DIR at runtime

2017-10-30 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH] tools/hotplug: create XEN_LOG_DIR at runtime"): > On Fri, Oct 27, 2017 at 07:52:37PM +0300, Andrii Anisov wrote: > > From: Andrii Anisov > > > > /var/log could be a tmpfs mount point, so create xen subfolder at runtime. > > > > Signed-off-by: Andrii Anisov > > Revie