[Pkg-ceph-commits] [ceph] branch wheezy-backports updated (aeff75c -> 18f3289)

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 change to branch wheezy-backports
in repository ceph.

      from  aeff75c   Don't use google-perftools on powerpc and armhf
      adds  9a6f21f   Imported Upstream version 0.80.5
      adds  9648e64   Merge tag 'upstream/0.80.5'
      adds  d19a4a6   * New upstream stable release:   - d/p/firefly-post-release.patch: Dropped, no longer required.
      adds  18d524c   Update email address in changelog, mark for release to unstable
      adds  059758b   d/lib{rados2,cephfs1}.symbols: Update with new symbols.
      adds  431dd74   patch to fix FTBFS on alpha (Closes: #756892)
      adds  4d9496f   Recommends+= "time-daemon | chrony"
      adds  c144f8e   Build-Depends: mark "yasm" as [amd64] (Closes: #760383)
      adds  ce32a12   re-patch with latest Firefly HEAD.
      adds  3a15854   backported journal header fix
      adds  505ca81   Patch for Ceph#9341 to dramatically (e.g seconds instead of hours) reduce rejoin (i.e. MDS restart) time.
      adds  b01c7ee   changelog summary
      adds  cdb62b8   librbd1 symbols update
       new  11ebee0   Merge tag 'debian/0.80.5-2' into wheezy-backports
       new  18f3289   Rebuild for wheezy-backports. Thanks, Gaudenz Steinlin.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ceph.spec                                      |    10 +-
 ceph.spec.in                                   |     8 +-
 configure                                      |    36 +-
 configure.ac                                   |     6 +-
 debian/changelog                               |    31 +
 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, 12613 insertions(+), 1459 deletions(-)
 create mode 100644 debian/patches/bug-9341.patch
 delete mode 100644 debian/patches/ceph-ao-require-cas.patch
 create mode 100644 debian/patches/firefly-latest.patch
 delete mode 100644 debian/patches/firefly-post-release.patch
 create mode 100644 debian/patches/p2139.patch
 copy src/os/{ObjectStore.cc => Transaction.cc} (76%)

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