Re: [Cluster-devel] [PATCH] mkfs.gfs2: Allow longer cluster names

2015-04-22 Thread Andrew Price
On 22/04/15 17:44, Paul Evans wrote: Increase the enforced limit for cluster name to 32 bytes and file system name to 30 bytes for mkfs.gfs2 (was previously 16 + 16 bytes). Also increased this limit in tunegfs2 when labelling gfs2 file systems. Updated the formation in the man pages along with

Re: [Cluster-devel] [PATCH] mkfs.gfs2: Allow longer cluster names

2015-04-22 Thread Bob Peterson
- Original Message - Increase the enforced limit for cluster name to 32 bytes and file system name to 30 bytes for mkfs.gfs2 (was previously 16 + 16 bytes). Also increased this limit in tunegfs2 when labelling gfs2 file systems. Updated the formation in the man pages along with

[Cluster-devel] [PATCH] mkfs.gfs2: Allow longer cluster names

2015-04-21 Thread Paul Evans
Increase the enforced limit for cluster name to 32 bytes and file system name to 30 bytes for mkfs.gfs2 (was previously 16 + 16 bytes). Also increased this limit in tunegfs2 when relabling gfs2 file sytems. Updated the formation in the man pages along with adding a new test case for mkfs.gfs2 to

Re: [Cluster-devel] [PATCH] mkfs.gfs2: Allow longer cluster names

2015-04-21 Thread Andrew Price
Hi Paul, On 21/04/15 16:52, Paul Evans wrote: Increase the enforced limit for cluster name to 32 bytes and file system name to 30 bytes for mkfs.gfs2 (was previously 16 + 16 bytes). Also increased this limit in tunegfs2 when relabling gfs2 file sytems. Updated the formation in the man pages