Fabian Deutsch has uploaded a new change for review. Change subject: Keep everything in /var/log ......................................................................
Keep everything in /var/log vdsm makes assumptions about files in /var/log. The default rwtab configuration drops all files in /var/log. To help vdsmd we now keep all files in /var/log. Change-Id: Ia99564bc10a09aa07fae995c3aef83b81b1c700f Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1055153#c50 Signed-off-by: Fabian Deutsch <[email protected]> --- M ovirt-node-plugin-vdsm.spec.in 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-plugin-vdsm refs/changes/78/25878/1 diff --git a/ovirt-node-plugin-vdsm.spec.in b/ovirt-node-plugin-vdsm.spec.in index 8e81339..b85f189 100644 --- a/ovirt-node-plugin-vdsm.spec.in +++ b/ovirt-node-plugin-vdsm.spec.in @@ -60,6 +60,10 @@ # chkconfig results (symlinks) cannnot be peristed sed -i 's#/sbin/chkconfig \$srv off##' /etc/rc.d/init.d/vdsmd +# Keep all files in /var/log to keep vdsm log files +# https://bugzilla.redhat.com/show_bug.cgi?id=1055153 +sed -i '/var\/log$/ s/^dirs/files/' /etc/rwtab + # reserve vdsm port 54321 augtool << \EOF_sysctl set /files/etc/sysctl.conf/net.ipv4.ip_local_reserved_ports 54321 -- To view, visit http://gerrit.ovirt.org/25878 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia99564bc10a09aa07fae995c3aef83b81b1c700f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-plugin-vdsm Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
