From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Wed, 22 Apr 2015 14:09:43 -0400 (EDT) Subject: [Cluster-devel] [PATCH] mkfs.gfs2: Allow longer cluster names In-Reply-To: <1429721041-3993-1-git-send-email-pevans@redhat.com> References: <1429721041-3993-1-git-send-email-pevans@redhat.com> Message-ID: <626870454.4867063.1429726183145.JavaMail.zimbra@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- 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 adding a new test > case for mkfs.gfs2 to validate the increased cluster/file system > name support. > > Signed-off-by: Paul Evans > --- > gfs2/man/mkfs.gfs2.8 | 4 ++-- > gfs2/mkfs/main_mkfs.c | 4 ++-- > gfs2/tune/super.c | 2 +- > tests/mkfs.at | 8 ++++++++ > 4 files changed, 13 insertions(+), 5 deletions(-) Hi, ACK Bob Peterson Red Hat File Systems