diff --git a/_servicedata b/_servicedata index 506acb9..e630895 100644 --- a/_servicedata +++ b/_servicedata @@ -1,5 +1,5 @@ git://github.com/SUSE/ceph.git - 9e76375af61a4b82de56d4b751e20787197bd654 + 1b99e11e37dcd9a2df1b8631e925ece9a4ed4ec1 \ No newline at end of file diff --git a/ceph-10.2.1+git.1465795427.9e76375.tar.bz2 b/ceph-10.2.1+git.1465795427.9e76375.tar.bz2 deleted file mode 100644 index 0b6955d..0000000 --- a/ceph-10.2.1+git.1465795427.9e76375.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93db72d9fe69f4d8c665fd3c831ba38216b1852a99553e858f1fbdc2290c6321 -size 16500420 diff --git a/ceph-10.2.1+git.1465817005.1b99e11.tar.bz2 b/ceph-10.2.1+git.1465817005.1b99e11.tar.bz2 new file mode 100644 index 0000000..1a56473 --- /dev/null +++ b/ceph-10.2.1+git.1465817005.1b99e11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f06793633334af503a8096966d4ce5c95ed2323493e8d4c389d6b263da7a16 +size 16506061 diff --git a/ceph.changes b/ceph.changes index 36375de..54525fa 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Mon Jun 13 16:02:43 UTC 2016 - ncutler@suse.com + +- Update to version 10.2.1+git.1465817005.1b99e11: + + rpm: fix _with_ocf + +------------------------------------------------------------------- +Mon Jun 13 08:41:36 UTC 2016 - ncutler@suse.com + +- Update to version 10.2.1+git.1465806934.b8533b1: + + ceph-{mds,mon,osd,radosgw} systemd unit files need wants=time-sync.target + (pr#8802, issue#15606) + + Pipe: take a ref to existing while we are waiting (pr#9237, issue#15961) + + mon/Monitor: fix memory leak; add leaked key to tracked_conf_key (pr#9270, + issue#15852) + + ceph.in: fix exception when pool name has non-ascii characters (pr#9320, + issue#16017, bsc#972370) + + rpm: unconditionally set ceph user's primary group to ceph (SUSE) (pr#9424, + issue#16107) + + ceph-disk: workaround gperftool hang (pr#9427, issue#16104) + + Clean up hobject_t::max() values in decode, avoid comparing directly to + get_max() (pr#9614, issue#) + + osdc/Objecter: upper bound watch_check result (pr#9104, issue#15795) + + osd: handle boot racing with NOUP set (pr#9101, issue#15799) + + OSD: fix deadlock in OSD::_committed_osd_maps (pr#9103, issue#15797) + + rbd: close journal before removing (pr#9548, issue#15963) + + rbd: initial python APIs to support mirroring (pr#9550, issue#15969) + + remove invalid objectmap flag when objectmap is disabled (pr#9555, + issue#16147) + + rbd: check value of config override when setting image-meta (pr#9554, + issue#16084) + + test/rbd: fsx needs to shut down the journal (pr#9556, issue#16162) + + cls_rbd: mirror image status summary should read full directory (pr#9608, + issue#16189) + + librbd: refresh image if needed in mirror functions (pr#9609, issue#16216) + + TaskFinisher: use singleton SafeTimer and Finisher (pr#9580, issue#15996) + + librbd: journal IO error results in failed assertion in AioCompletion + (pr#9611, issue#16210) + + librbd: prevent error messages when journal externally disabled (pr#9610, + issue#16209) + + rbd-mirror: support bootstrap canceling (pr#9612, issue#16208) + + Remove reliance on FLAG_OMAP for reads (pr#9638) + + BackoffThrottle spins unnecessarily with very small backoff while the + throttle is full (pr#9579, issue#16006) + + rbd-mirror: refresh image after creating sync point (pr#9627, issue#16217) + + rbd-mirror: fix journal shut down ordering (pr#9628, issue#16224) + + rbd-mirror: do not propagate deletions when pool unavailable (pr#9630, + issue#16223) + + rbd-mirror: fix deletion propagation edge cases (pr#9629, issue#16231) + + qa: dynamic_features.sh: return error only if it failed on alive QEMU + (pr#9552, issue#15981) + + Python librbd API has default value of "features=0", which is causing the + clone operation to fail (pr#9553, issue#16038) + ------------------------------------------------------------------- Mon Jun 13 05:28:43 UTC 2016 - ncutler@suse.com diff --git a/ceph.spec b/ceph.spec index 748d391..3900cca 100644 --- a/ceph.spec +++ b/ceph.spec @@ -27,6 +27,9 @@ %if 0%{?suse_version} %bcond_with cephfs_java %bcond_without ocf +%if %{with ocf} +%global _with_ocf --with-ocf +%endif %bcond_with selinux %endif @@ -51,7 +54,7 @@ # common ################################################################################# Name: ceph -Version: 10.2.1+git.1465795427.9e76375 +Version: 10.2.1+git.1465817005.1b99e11 Release: 0 Summary: User space components of the Ceph file system License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT