Mark Wu has uploaded a new change for review. Change subject: Add '/var/run/sourceRoutes' to vdsm-tmpfiles.d.conf ......................................................................
Add '/var/run/sourceRoutes' to vdsm-tmpfiles.d.conf sourceRouteThread needs this directory, so let systemd's tmpfiles service create it after reboot. Without this patch, sourceRouteThread will fail and therefore supervdsmd will fail to start too. Change-Id: Ie6d4e1f0d2e3b6ba3ae136ed5c276de020cab14d Signed-off-by: Mark Wu <[email protected]> --- M vdsm/vdsm-tmpfiles.d.conf.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/43/17043/1 diff --git a/vdsm/vdsm-tmpfiles.d.conf.in b/vdsm/vdsm-tmpfiles.d.conf.in index 83a7751..5c12caf 100644 --- a/vdsm/vdsm-tmpfiles.d.conf.in +++ b/vdsm/vdsm-tmpfiles.d.conf.in @@ -1 +1,2 @@ d @VDSMRUNDIR@ 755 @VDSMUSER@ @VDSMGROUP@ +d @VDSMRUNDIR@/sourceRoutes 755 @VDSMUSER@ @VDSMGROUP@ -- To view, visit http://gerrit.ovirt.org/17043 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie6d4e1f0d2e3b6ba3ae136ed5c276de020cab14d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
