[Pkg-ceph-commits] [ceph-dkms] 01/01: new backported patch [#8226].

Dmitry Smirnov onlyjob at moszumanska.debian.org
Fri May 9 16:29:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository ceph-dkms.

commit e7a19e5 (HEAD, master)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Fri May 9 16:21:59 2014

    new backported patch [#8226].
---
 debian/patches/8226.patch | 22 ++++++++++++++++++++++
 debian/patches/series     |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/8226.patch b/debian/patches/8226.patch
new file mode 100644
index 0000000..7a6a786
--- /dev/null
+++ b/debian/patches/8226.patch
@@ -0,0 +1,22 @@
+Last-Update: 2014-05-10
+Forwarded: not-needed
+Bug-Ceph: http://tracker.ceph.com/issues/8226
+Author: Ilya Dryomov <ilya.dryomov at inktank.com>
+Description: fix "misdirected client" errors in RBD client (manifested as I/O errors on RBD devices).
+
+--- a/libceph/osdmap.c
++++ b/libceph/osdmap.c
+@@ -328,8 +328,13 @@
+ 	c->chooseleaf_descend_once = ceph_decode_32(p);
+ 	dout("crush decode tunable chooseleaf_descend_once = %d",
+ 	     c->chooseleaf_descend_once);
+ 
++	ceph_decode_need(p, end, sizeof(u8), done);
++	c->chooseleaf_vary_r = ceph_decode_8(p);
++	dout("crush decode tunable chooseleaf_vary_r = %d",
++	     c->chooseleaf_vary_r);
++
+ done:
+ 	dout("crush_decode success\n");
+ 	return c;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 916b366..24b393c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 out-of-tree.patch
+8226.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph-dkms.git



More information about the Pkg-ceph-commits mailing list