libceph: Allocate larger oid buffer in request msgs
authorStratos Psomadakis <psomas@grnet.gr>
Thu, 10 Nov 2011 13:45:37 +0000 (15:45 +0200)
committerSage Weil <sage@newdream.net>
Fri, 11 Nov 2011 17:50:19 +0000 (09:50 -0800)
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 <psomas@grnet.gr>
Signed-off-by: Sage Weil <sage@newdream.net>

No differences found