Accepting request 523297 from filesystems:ceph:luminous
Various bugfixes OBS-URL: https://build.opensuse.org/request/show/523297 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=128
This commit is contained in:
parent
66dee68089
commit
3bcacc98bc
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="filename">ceph</param>
|
<param name="filename">ceph</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="package-meta">no</param>
|
<param name="package-meta">no</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
<param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
|
<param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="extract_ceph_spec" mode="disabled" />
|
<service name="extract_ceph_spec" mode="disabled" />
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4ae55cf002fb693faab504936c9cd4c5b0bfa45e14060d9bdbd4a80a45846f4
|
|
||||||
size 127204831
|
|
3
ceph-12.2.0+git.1505141259.1264bae1a8.tar.bz2
Normal file
3
ceph-12.2.0+git.1505141259.1264bae1a8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d783030b0cbdf26899e85c499cd33b5fef2a110e611281e80dfb9bd8f32c3981
|
||||||
|
size 127746417
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 11 14:39:08 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.0+git.1505141259.1264bae1a8:
|
||||||
|
+ rgw_file: fix LRU lane lock in evict_block() - bsc#1054061
|
||||||
|
+ os/bluestore: fix deferred write deadlock, aio short return handling -
|
||||||
|
bsc#1056125
|
||||||
|
+ mon/OSDMonitor: don't create pgs if pool was deleted - bsc#1056967
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 30 18:46:08 UTC 2017 - ncutler@suse.com
|
Wed Aug 30 18:46:08 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph-test
|
Name: ceph-test
|
||||||
Version: 12.2.0+git.1504118058.706f78da1a
|
Version: 12.2.0+git.1505141259.1264bae1a8
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 11 14:39:08 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.0+git.1505141259.1264bae1a8:
|
||||||
|
+ rgw_file: fix LRU lane lock in evict_block() - bsc#1054061
|
||||||
|
+ os/bluestore: fix deferred write deadlock, aio short return handling -
|
||||||
|
bsc#1056125
|
||||||
|
+ mon/OSDMonitor: don't create pgs if pool was deleted - bsc#1056967
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 30 18:46:08 UTC 2017 - ncutler@suse.com
|
Wed Aug 30 18:46:08 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 12.2.0+git.1504118058.706f78da1a
|
Version: 12.2.0+git.1505141259.1264bae1a8
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user