Description of problem: vdsm package contains /var/run/vdsm/{payload,sourceRoutes,trackedInterfaces}. vdsm package for el7 does not contain tmpfiles.d/vdsm.conf for systemd. After reboot system /var/run does not contains vdsm dir and vdsm subdirs. Version-Release number of selected component (if applicable): How reproducible: Install vdsm on CentOS 7. Reboot system. Steps to Reproduce: 1. Install vdsm on CentOS 7 2. Reboot system 3. Actual results: [root@hv02 ~]# ls /var/run/vdsm/ lvm nets_restored svdsm.sock Expected results: Additional info: In my opinion vdsm.spec.in need patch in this place %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 %global with_systemd 1 %endif %if 0%{?fedora} >= 18 (maybe also need || 0%{?rhel} >= 7) %global with_systemd_macros 1 %global with_tmpfiles_macro 1 %endif
*** Bug 1144909 has been marked as a duplicate of this bug. ***
oVirt 3.4.4 has been released.