Package: ceph
Followup-For: Bug #795178
User: [email protected]
Usertags: origin-ubuntu wily ubuntu-patch
*** /tmp/tmpoh2_g2/bug_body
In Ubuntu, the attached patch was applied to achieve the following:
* Fix compile failure with boost 1.58 (LP: #1483403, closes 795178):
- src/mon/OSDMonitor.cc: backport Ceph#11576 remove unused variable
Thanks for considering the patch.
-- System Information:
Debian Release: jessie/sid
APT prefers vivid-updates
APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'),
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.19.0-25-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru ceph-0.94.2/debian/changelog ceph-0.94.2/debian/changelog
diff -Nru ceph-0.94.2/debian/control ceph-0.94.2/debian/control
--- ceph-0.94.2/debian/control 2015-04-14 05:40:26.000000000 -0300
+++ ceph-0.94.2/debian/control 2015-08-11 10:58:04.000000000 -0300
@@ -1,8 +1,7 @@
Source: ceph
Section: admin
Priority: optional
-Maintainer: Ubuntu Developers <[email protected]>
-XSBC-Original-Maintainer: Ceph Maintainers <[email protected]>
+Maintainer: Ceph Maintainers <[email protected]>
Uploaders:
Laszlo Boszormenyi (GCS) <[email protected]>,
James Page <[email protected]>,
diff -Nru ceph-0.94.2/debian/patches/remove-unused-variable-ceph-bug-11576.patch ceph-0.94.2/debian/patches/remove-unused-variable-ceph-bug-11576.patch
--- ceph-0.94.2/debian/patches/remove-unused-variable-ceph-bug-11576.patch 1969-12-31 21:00:00.000000000 -0300
+++ ceph-0.94.2/debian/patches/remove-unused-variable-ceph-bug-11576.patch 2015-08-10 18:36:43.000000000 -0300
@@ -0,0 +1,11 @@
+--- a/src/mon/OSDMonitor.cc
++++ b/src/mon/OSDMonitor.cc
+@@ -2998,8 +2998,6 @@
+ } else if (prefix == "osd crush get-tunable") {
+ string tunable;
+ cmd_getval(g_ceph_context, cmdmap, "tunable", tunable);
+- int value;
+- cmd_getval(g_ceph_context, cmdmap, "value", value);
+ ostringstream rss;
+ if (f)
+ f->open_object_section("tunable");
diff -Nru ceph-0.94.2/debian/patches/series ceph-0.94.2/debian/patches/series
--- ceph-0.94.2/debian/patches/series 2015-04-14 05:40:26.000000000 -0300
+++ ceph-0.94.2/debian/patches/series 2015-08-10 18:29:45.000000000 -0300
@@ -11,3 +11,4 @@
fix-argparse-defaults.patch
fix-cycles-arch.patch
vivid-does-systemd.patch
+remove-unused-variable-ceph-bug-11576.patch