SHA256
1
0
forked from pool/ceph

Updating link to change in filesystems:ceph:jewel/ceph revision 22.0

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=884268167b3fd7d0c943f823202749e9
This commit is contained in:
OBS User buildservice-autocommit 2016-06-13 16:08:23 +00:00 committed by Git OBS Bridge
parent 58d57e5f87
commit c7cc810532
5 changed files with 62 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/SUSE/ceph.git</param>
<param name="changesrevision">9e76375af61a4b82de56d4b751e20787197bd654</param></service>
<param name="changesrevision">1b99e11e37dcd9a2df1b8631e925ece9a4ed4ec1</param></service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93db72d9fe69f4d8c665fd3c831ba38216b1852a99553e858f1fbdc2290c6321
size 16500420

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31f06793633334af503a8096966d4ce5c95ed2323493e8d4c389d6b263da7a16
size 16506061

View File

@ -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

View File

@ -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