Hello community, here is the log from the commit of package ceph for openSUSE:Factory checked in at 2017-11-10 14:38:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ceph (Old) and /work/SRC/openSUSE:Factory/.ceph.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ceph" Fri Nov 10 14:38:03 2017 rev:23 rq:538841 version:12.2.1+git.1509128342.9347aa6662 Changes: -------- --- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes 2017-10-26 18:38:52.931354854 +0200 +++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes 2017-11-10 14:38:09.305821966 +0100 @@ -1,0 +2,9 @@ +Fri Oct 27 19:15:21 UTC 2017 - [email protected] + +- Update to version 12.2.1+git.1509128342.9347aa6662: + + common/common_init: disable ms subsystem log gathering for clients + + spec file: add %{_sysctldir}/90-ceph-osd.conf to ceph-osd + * ceph.spec.in,debian/rules: change aio-max-nr to 1048576 + * sysctl.d: set kernel.pid_max=4194304 (bsc#1061461) + +------------------------------------------------------------------- ceph.changes: same change Old: ---- ceph-12.2.1+git.1507910930.aea79b8b7a.tar.bz2 New: ---- ceph-12.2.1+git.1509128342.9347aa6662.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ceph-test.spec ++++++ --- /var/tmp/diff_new_pack.0fdzQ1/_old 2017-11-10 14:38:12.865693309 +0100 +++ /var/tmp/diff_new_pack.0fdzQ1/_new 2017-11-10 14:38:12.869693165 +0100 @@ -68,7 +68,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 12.2.1+git.1507910930.aea79b8b7a +Version: 12.2.1+git.1509128342.9347aa6662 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -505,6 +505,7 @@ install -m 0644 -D src/logrotate.conf %{buildroot}%{_sysconfdir}/logrotate.d/ceph chmod 0644 %{buildroot}%{_docdir}/ceph/sample.ceph.conf install -m 0644 -D COPYING %{buildroot}%{_docdir}/ceph/COPYING +install -m 0644 -D src/90-ceph-osd.conf %{buildroot}%{_sysctldir}/90-ceph-osd.conf # firewall templates and /sbin/mount.ceph symlink %if 0%{?suse_version} @@ -680,6 +681,7 @@ rm -rf %{buildroot}%{_sysconfdir}/cron.hourly/subman rm -rf %{buildroot}%{_unitdir}/[email protected] rm -rf %{buildroot}%{_unitdir}/ceph-osd.target +rm -rf %{buildroot}%{_sysctldir}/90-ceph-osd.conf rm -rf %{buildroot}%{_prefix}/lib/ocf/resource.d/ceph/rbd rm -rf %{buildroot}%{_libdir}/librados.so.* rm -rf %{buildroot}%{_libdir}/ceph/libceph-common.so* @@ -859,6 +861,8 @@ %endif %if 0%{?fedora} || 0%{?rhel} %endif +%if 0%{?sysctl_apply} +%endif %if 0%{?suse_version} %endif %if 0%{?fedora} || 0%{?rhel} ++++++ ceph.spec ++++++ --- /var/tmp/diff_new_pack.0fdzQ1/_old 2017-11-10 14:38:12.893692297 +0100 +++ /var/tmp/diff_new_pack.0fdzQ1/_new 2017-11-10 14:38:12.897692153 +0100 @@ -68,7 +68,7 @@ # main package definition ################################################################################# Name: ceph -Version: 12.2.1+git.1507910930.aea79b8b7a +Version: 12.2.1+git.1509128342.9347aa6662 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -933,6 +933,7 @@ install -m 0644 -D src/logrotate.conf %{buildroot}%{_sysconfdir}/logrotate.d/ceph chmod 0644 %{buildroot}%{_docdir}/ceph/sample.ceph.conf install -m 0644 -D COPYING %{buildroot}%{_docdir}/ceph/COPYING +install -m 0644 -D src/90-ceph-osd.conf %{buildroot}%{_sysctldir}/90-ceph-osd.conf # firewall templates and /sbin/mount.ceph symlink %if 0%{?suse_version} @@ -1468,6 +1469,7 @@ %{_unitdir}/[email protected] %{_unitdir}/ceph-osd.target %attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/osd +%config(noreplace) %{_sysctldir}/90-ceph-osd.conf %post osd %if 0%{?suse_version} @@ -1481,6 +1483,11 @@ if [ $1 -eq 1 ] ; then /usr/bin/systemctl start ceph-osd.target >/dev/null 2>&1 || : fi +%if 0%{?sysctl_apply} + %sysctl_apply 90-ceph-osd.conf +%else + /usr/lib/systemd/systemd-sysctl %{_sysctldir}/90-ceph-osd.conf > /dev/null 2>&1 || : +%endif %preun osd %if 0%{?suse_version} ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.0fdzQ1/_old 2017-11-10 14:38:12.957689984 +0100 +++ /var/tmp/diff_new_pack.0fdzQ1/_new 2017-11-10 14:38:12.961689840 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/SUSE/ceph.git</param> - <param name="changesrevision">aea79b8b7a65a8ca5cc1de84c7fe7d99eaa72ec0</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">9347aa6662313f7891a148553250cf7440d14d38</param></service></servicedata> \ No newline at end of file ++++++ ceph-12.2.1+git.1507910930.aea79b8b7a.tar.bz2 -> ceph-12.2.1+git.1509128342.9347aa6662.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/ceph/ceph-12.2.1+git.1507910930.aea79b8b7a.tar.bz2 /work/SRC/openSUSE:Factory/.ceph.new/ceph-12.2.1+git.1509128342.9347aa6662.tar.bz2 differ: char 11, line 1
