Dan Kenigsberg has submitted this change and it was merged. Change subject: vdsm: /usr/lib/tmpfiles.d/vdsm.conf ......................................................................
vdsm: /usr/lib/tmpfiles.d/vdsm.conf tmpfiles.d is a service in Fedora 15 and later for managing temporary files and runtime directories for daemons. Directories /var/run and /var/lock are symlinks into the /run tmpfs filesystem. As such, they are created empty on every reboot. For files intended to be placed into those directories, this should normally not pose any problems. For directories, however, we often need to create the directories ahead of time. This is best done using the tmpfiles.d mechanism. Change-Id: Iea9ec4b7ba1e362c1141c4e0cb734d2b1520dbfd Signed-off-by: Douglas Schilling Landgraf <[email protected]> Reviewed-on: http://gerrit.ovirt.org/15707 Reviewed-by: Yaniv Bronhaim <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M .gitignore M build-aux/Makefile.subs M configure.ac M vdsm.spec.in M vdsm/Makefile.am A vdsm/vdsm-tmpfiles.d.conf.in 6 files changed, 10 insertions(+), 0 deletions(-) Approvals: Douglas Schilling Landgraf: Verified Yaniv Bronhaim: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/15707 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iea9ec4b7ba1e362c1141c4e0cb734d2b1520dbfd Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
