From: Stratos Psomadakis Date: Thu, 10 Nov 2011 13:45:37 +0000 (+0200) Subject: libceph: Allocate larger oid buffer in request msgs X-Git-Tag: v3.2-rc3~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224736d9113ab4a7cf3f05c05377492bd99b4b02;p=pandora-kernel.git libceph: Allocate larger oid buffer in request msgs ceph_osd_request struct allocates a 40-byte buffer for object names. RBD image names can be up to 96 chars long (100 with the .rbd suffix), which results in the object name for the image being truncated, and a subsequent map failure. Increase the oid buffer in request messages, in order to avoid the truncation. Signed-off-by: Stratos Psomadakis Signed-off-by: Sage Weil --- Reading git-diff-tree failed