dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/linux/ceph
Stratos Psomadakis 224736d911 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>
2011-11-11 09:50:19 -08:00
..
auth.h ceph: Move secret key parsing earlier. 2011-03-29 12:11:16 -07:00
buffer.h
ceph_debug.h
ceph_frag.h
ceph_fs.h ceph: use LOOKUPINO to make unconnected nfs fh more reliable 2011-05-24 11:52:05 -07:00
ceph_hash.h
debugfs.h
decode.h
libceph.h libceph: create messenger with client 2011-10-25 16:10:15 -07:00
mdsmap.h
messenger.h Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client 2011-10-28 16:42:18 -07:00
mon_client.h
msgpool.h
msgr.h
osd_client.h libceph: Allocate larger oid buffer in request msgs 2011-11-11 09:50:19 -08:00
osdmap.h
pagelist.h
rados.h ceph: update common header files 2011-03-21 12:24:21 -07:00
types.h