Mark Wu has posted comments on this change. Change subject: Add '/var/run/sourceRoutes' to vdsm-tmpfiles.d.conf ......................................................................
Patch Set 1: I will add trackedInterfaces in next change. This problem only happens on fedora system. /var/run is symbolic of /run, which is mounted on tmpfs. All files and dirs inside /var/run/vdsm and itself will be lost after reboot. So we need ask the systemd's tmpfiles service recreate the required dirs in /var/run. This problem doesn't exist on rhel. the directories are created on installation and still persistent across reboot because it's stored on a disk file system. -- To view, visit http://gerrit.ovirt.org/17043 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie6d4e1f0d2e3b6ba3ae136ed5c276de020cab14d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> Gerrit-Reviewer: Assaf Muller <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
