]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: change xattr chunk size to 2048
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 22 Oct 2010 22:52:58 +0000 (15:52 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 22 Oct 2010 22:52:58 +0000 (15:52 -0700)
src/os/FileStore.cc

index 295a7f2e822d56e8e7cdbfef4c40f2db9762679f..37d3e6fab90d6269572d985601bfb5ad6f9e64a5 100644 (file)
@@ -48,7 +48,7 @@
 
 
 #define ATTR_MAX_NAME_LEN  128
-#define ATTR_MAX_BLOCK_LEN 512 // (3*1024)
+#define ATTR_MAX_BLOCK_LEN 2048
 
 #define COMMIT_SNAP_ITEM "snap_%lld"