xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/hotplug: create XEN_LOG_DIR at runtime
@ 2017-10-27 16:52 Andrii Anisov
  2017-10-27 17:22 ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Andrii Anisov @ 2017-10-27 16:52 UTC (permalink / raw)
  To: xen-devel
  Cc: Volodymyr Babchuk, Wei Liu, Andrii Anisov, Ian Jackson,
	Oleksandr Andrushchenko

From: Andrii Anisov <andrii_anisov@epam.com>

/var/log could be a tmpfs mount point, so create xen subfolder at runtime.

Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
---
 tools/hotplug/Linux/init.d/xencommons.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/hotplug/Linux/init.d/xencommons.in b/tools/hotplug/Linux/init.d/xencommons.in
index a6a40d6..ec42b05 100644
--- a/tools/hotplug/Linux/init.d/xencommons.in
+++ b/tools/hotplug/Linux/init.d/xencommons.in
@@ -58,6 +58,7 @@ do_start () {
 
 	mkdir -p ${XEN_RUN_DIR}
 	mkdir -p ${XEN_LOCK_DIR}
+	mkdir -p ${XEN_LOG_DIR}
 
 	@XEN_SCRIPT_DIR@/launch-xenstore || exit 1
 
-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools/hotplug: create XEN_LOG_DIR at runtime
  2017-10-27 16:52 [PATCH] tools/hotplug: create XEN_LOG_DIR at runtime Andrii Anisov
@ 2017-10-27 17:22 ` Wei Liu
  2017-10-30 14:39   ` [PATCH for-4.10] " Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Wei Liu @ 2017-10-27 17:22 UTC (permalink / raw)
  To: Andrii Anisov
  Cc: Wei Liu, Oleksandr Andrushchenko, Ian Jackson, xen-devel,
	Julien Grall, Andrii Anisov, Volodymyr Babchuk

On Fri, Oct 27, 2017 at 07:52:37PM +0300, Andrii Anisov wrote:
> From: Andrii Anisov <andrii_anisov@epam.com>
> 
> /var/log could be a tmpfs mount point, so create xen subfolder at runtime.
> 
> Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
> Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>

Acked-by: Wei Liu <wei.liu2@citrix.com>

Julien I think we should apply this for 4.10.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH for-4.10] tools/hotplug: create XEN_LOG_DIR at runtime
  2017-10-27 17:22 ` Wei Liu
@ 2017-10-30 14:39   ` Ian Jackson
  2017-11-02 13:51     ` Julien Grall
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2017-10-30 14:39 UTC (permalink / raw)
  To: Wei Liu
  Cc: Andrii Anisov, Oleksandr Andrushchenko, xen-devel, Julien Grall,
	Andrii Anisov, Volodymyr Babchuk

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 <andrii_anisov@epam.com>
> > 
> > /var/log could be a tmpfs mount point, so create xen subfolder at runtime.
> > 
> > Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
> > Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
> > Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> 
> Acked-by: Wei Liu <wei.liu2@citrix.com>
> 
> Julien I think we should apply this for 4.10.

I agree.  Subject line tag added.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH for-4.10] tools/hotplug: create XEN_LOG_DIR at runtime
  2017-10-30 14:39   ` [PATCH for-4.10] " Ian Jackson
@ 2017-11-02 13:51     ` Julien Grall
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Grall @ 2017-11-02 13:51 UTC (permalink / raw)
  To: Ian Jackson, Wei Liu
  Cc: Andrii Anisov, Oleksandr Andrushchenko, Andrii Anisov,
	Julien Grall, xen-devel, Volodymyr Babchuk



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 <andrii_anisov@epam.com>
>>>
>>> /var/log could be a tmpfs mount point, so create xen subfolder at runtime.
>>>
>>> Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
>>> Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
>>> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>
>> Acked-by: Wei Liu <wei.liu2@citrix.com>
>>
>> Julien I think we should apply this for 4.10.
> 
> I agree.  Subject line tag added.
> 
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Release-acked-by: Julien Grall <julien.grall@linaro.org>

Cheers,

> 
> Ian.
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel
> 

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-02 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-27 16:52 [PATCH] tools/hotplug: create XEN_LOG_DIR at runtime Andrii Anisov
2017-10-27 17:22 ` Wei Liu
2017-10-30 14:39   ` [PATCH for-4.10] " Ian Jackson
2017-11-02 13:51     ` Julien Grall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).