This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster gfs2/fsck/ondisk.h gfs2-kernel/src/gfs ...


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	swhiteho@sourceware.org	2005-11-23 15:15:28

Modified files:
	gfs2/fsck      : ondisk.h 
	gfs2-kernel/src/gfs2: gfs2_ondisk.h 

Log message:
	N.B. This patch changes the ondisk format of GFS2, so you'll need to remake
	filesystems.
	
	The idea here is to make the metadata closer to that of GFS1 in order to
	reduce the amount of work required to migrate GFS1 -> GFS2. This patch
	changes the numercial value of a few constants to match those of
	identical function in GFS1. One of the GFS1 constants is no longer
	used in GFS2 (as noted in the comments) and there are two new constants
	added.
	
	As far as I can tell there are no more constants in GFS2 which are
	not comaptible with those in GFS1. All the remaining ondisk
	incompatibilities are due to structures changing size and I'll
	be taking a look at those next.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/ondisk.h.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/gfs2_ondisk.h.diff?cvsroot=cluster&r1=1.14&r2=1.15


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]