]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe4bdcea7ae596493ef57dd205535a2543066121
tree0a8fe8063e904eebc2f591607faf8711b78016f8
parent59834a15957753014d952f557621b11dff6af1a0
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 <psomas@grnet.gr>
Signed-off-by: Sage Weil <sage@newdream.net>
include/linux/ceph/osd_client.h
net/ceph/osd_client.c