]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: bump up max object name size
authorYehuda Sadeh <yehuda@hq.newdream.net>
Thu, 28 Apr 2011 18:16:17 +0000 (11:16 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Thu, 28 Apr 2011 18:16:17 +0000 (11:16 -0700)
src/include/object.h

index dd2f3359aa2a9036cff39bb14103ac4c22737720..4582d18c01eebcb41a5acc7798c0716772a37925 100644 (file)
@@ -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;