[Cluster-devel] cluster/gfs2/libgfs2 libgfs2.h

rpeterso at sourceware.org rpeterso at sourceware.org
Tue Jul 10 18:21:36 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	rpeterso at sourceware.org	2007-07-10 18:21:35

Modified files:
	gfs2/libgfs2   : libgfs2.h 

Log message:
	Resolves: bz 247591: Make default journal size for gfs2 128M

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.8&r2=1.7.2.9

--- cluster/gfs2/libgfs2/libgfs2.h	2007/06/26 01:51:44	1.7.2.8
+++ cluster/gfs2/libgfs2/libgfs2.h	2007/07/10 18:21:35	1.7.2.9
@@ -226,7 +226,7 @@
 extern char *prog_name;
 
 #define GFS2_DEFAULT_BSIZE          (4096)
-#define GFS2_DEFAULT_JSIZE          (32)
+#define GFS2_DEFAULT_JSIZE          (128)
 #define GFS2_DEFAULT_RGSIZE         (256)
 #define GFS2_DEFAULT_UTSIZE         (1)
 #define GFS2_DEFAULT_QCSIZE         (1)




More information about the Cluster-devel mailing list