From: Yehuda Sadeh Date: Thu, 28 Apr 2011 18:16:17 +0000 (-0700) Subject: osd: bump up max object name size X-Git-Tag: v0.28~137 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8859f04717c9b015bc3baa87542c1f3508529ac;p=ceph.git osd: bump up max object name size --- diff --git a/src/include/object.h b/src/include/object.h index dd2f3359aa2a9..4582d18c01eeb 100644 --- a/src/include/object.h +++ b/src/include/object.h @@ -35,7 +35,7 @@ using namespace __gnu_cxx; * nasty warning message in the (unlikely) event that you are not using one of * those filesystems, and your filesystem can't handle the full 255 characters. */ -#define MAX_CEPH_OBJECT_NAME_LEN 2048 +#define MAX_CEPH_OBJECT_NAME_LEN 4096 struct object_t { string name;