[Pkg-ceph-commits] [ceph] 01/02: Merge tag 'debian/0.80.5-2' into wheezy-backports
Dmitry Smirnov
onlyjob at moszumanska.debian.org
Sun Oct 19 01:24:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
onlyjob pushed a commit to branch wheezy-backports
in repository ceph.
commit 11ebee0
Merge: aeff75c cdb62b8
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Sun Oct 19 00:30:57 2014
Merge tag 'debian/0.80.5-2' into wheezy-backports
ceph.spec | 10 +-
ceph.spec.in | 8 +-
configure | 36 +-
configure.ac | 6 +-
debian/changelog | 22 +
debian/control | 4 +-
debian/libcephfs1.symbols | 2 +
debian/librados2.symbols | 2 +
debian/librbd1.symbols | 1 +
debian/patches/arch.patch | 4 +-
debian/patches/backfill-prio.patch | 24 +-
debian/patches/bash-completion.patch | 15 +-
debian/patches/bug-8342.patch | 6 +-
debian/patches/bug-8624a.patch | 8 +-
debian/patches/bug-8624b.patch | 8 +-
debian/patches/bug-8821.patch | 2 +-
debian/patches/bug-9341.patch | 106 +
debian/patches/ceph-ao-require-cas.patch | 16 -
debian/patches/client-sleep1.patch | 2 +-
debian/patches/client-sleep2.patch | 4 +-
debian/patches/client-sleep3.patch | 2 +-
debian/patches/firefly-latest.patch | 11172 +++++++++++++++++++++++
debian/patches/firefly-post-release.patch | 49 -
debian/patches/p2139.patch | 39 +
debian/patches/rbdmap1-mount.patch | 17 +-
debian/patches/rbdmap2-hooks.patch | 8 +-
debian/patches/rbdmap3-lazyumount.patch | 5 -
debian/patches/sample.ceph.conf.patch | 65 +-
debian/patches/series | 5 +-
debian/patches/sleep-recover.patch | 2 +-
debian/patches/virtualenv-never-download.patch | 4 +-
src/.git_version | 4 +-
src/Makefile-env.am | 3 +
src/Makefile.in | 1188 ++-
src/acconfig.h.in | 6 -
src/ceph-disk | 2 +-
src/common/utf8.c | 4 +-
src/common/utf8.h | 12 +
src/init-ceph.in | 10 +-
src/logrotate.conf | 2 +-
src/mon/AuthMonitor.cc | 27 +-
src/mon/Makefile.am | 7 +-
src/os/Makefile.am | 7 +
src/os/ObjectStore.cc | 466 -
src/os/{ObjectStore.cc => Transaction.cc} | 152 +-
src/osd/ECBackend.cc | 3 +-
src/osd/ECBackend.h | 2 +-
src/osd/Makefile.am | 13 +-
src/osd/OSD.cc | 17 +-
src/osd/OSD.h | 1 +
src/osd/PGBackend.cc | 3 +-
src/osd/PGBackend.h | 8 +-
src/osd/ReplicatedBackend.cc | 3 +-
src/osd/ReplicatedBackend.h | 2 +-
src/osd/ReplicatedPG.cc | 8 +-
src/rgw/Makefile.am | 3 +-
src/rgw/rgw_acl.cc | 5 -
src/rgw/rgw_acl_s3.cc | 10 -
src/rgw/rgw_acl_s3.h | 1 +
src/rgw/rgw_admin.cc | 2 +-
src/rgw/rgw_bucket.cc | 6 +-
src/rgw/rgw_dencoder.cc | 168 +
src/rgw/rgw_op.cc | 8 +-
src/rgw/rgw_op.h | 1 +
src/rgw/rgw_rados.cc | 234 +-
src/rgw/rgw_rados.h | 5 +-
src/rgw/rgw_rest_s3.cc | 5 +-
src/test/Makefile.am | 11 +-
68 files changed, 12604 insertions(+), 1459 deletions(-)
diff --cc debian/changelog
index c557119,c25f4db..d5a49d2
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,25 +1,31 @@@
+ ceph (0.80.5-2) unstable; urgency=low
+
+ * Patchworks:
+ + new patch for Ceph#9341 to dramatically (e.g seconds instead of
+ hours) reduce rejoin (i.e. MDS restart) time (fuse clients).
+ + new "p2139.patch".
+ + new patch with fixes from Firefly HEAD;
+ includes patch to fix FTBFS on alpha (Closes: #756892).
+ updated "librbd1.symbols";
+ * Build-Depends: mark "yasm" as [amd64] (Closes: #760383).
+ * Recommends: + "time-daemon | chrony".
+
+ -- Dmitry Smirnov <onlyjob at debian.org> Tue, 16 Sep 2014 03:54:15 +1000
+
+ ceph (0.80.5-1) unstable; urgency=medium
+
+ * New upstream stable release:
+ - d/p/firefly-post-release.patch: Dropped, no longer required.
+ - d/lib{rados2,cephfs1}.symbols: Update with new symbols.
+
+ -- James Page <jamespage at debian.org> Wed, 30 Jul 2014 10:15:40 +0100
+
+ceph (0.80.4-1~bpo70+1) wheezy-backports; urgency=low
+
+ * Rebuild for wheezy-backports.
+
+ -- Dmitry Smirnov <onlyjob at debian.org> Thu, 24 Jul 2014 04:14:17 +1000
+
ceph (0.80.4-1) unstable; urgency=medium
* New upstream release [July 2014].
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git
More information about the Pkg-ceph-commits
mailing list