Yaniv Bronhaim has uploaded a new change for review. Change subject: Removing ownership option for logrotate.conf ......................................................................
Removing ownership option for logrotate.conf After separting supervdsm log to external file, and that supervdsm uses the same logrotate configuration, we need to omit this option to keep supervdsm.log rotated without changing the ownership of the file. Change-Id: I56eb44152008824d06ea205171f96e26edc7eb78 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm/vdsm-logrotate.conf.in 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/54/13154/1 diff --git a/vdsm/vdsm-logrotate.conf.in b/vdsm/vdsm-logrotate.conf.in index 53b8531..ce71015 100644 --- a/vdsm/vdsm-logrotate.conf.in +++ b/vdsm/vdsm-logrotate.conf.in @@ -6,7 +6,6 @@ compresscmd /usr/bin/xz uncompresscmd /usr/bin/unxz compressext .xz - create 644 @VDSMUSER@ @VDSMGROUP@ } /var/log/core/*.dump { rotate 1 -- To view, visit http://gerrit.ovirt.org/13154 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I56eb44152008824d06ea205171f96e26edc7eb78 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
