From 7b51af4abf0a23bb9c593b9e4da2eadc89feaaf1 Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Thu, 24 Apr 2008 02:43:04 +0000
Subject: [PATCH] Branch b1_6 Document the maximum filesysyem name length.
 b=15486

---
 lustre/doc/mkfs.lustre.8 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lustre/doc/mkfs.lustre.8 b/lustre/doc/mkfs.lustre.8
index 06a695c250..43b9876117 100644
--- a/lustre/doc/mkfs.lustre.8
+++ b/lustre/doc/mkfs.lustre.8
@@ -1,7 +1,7 @@
 .\" -*- nroff -*-
 .\" Copyright 2006 by Cluster File Systems, Inc.  All Rights Reserved.
 .\" Copyright 2008 by Sun Microsystems.  All Rights Reserved.
-.\" This file may be copied under the terms of the GNU Public License.
+.\" This file may be copied under the terms of the GNU Public License, v2.
 .\"
 .TH mkfs.lustre 8 "2008 Mar 15" Lustre "configuration utilities"
 .SH NAME
@@ -50,7 +50,8 @@ Only print what would be done; does not affect the disk
 Set the NID(s) of a failover partner. This option can be repeated as desired.
 .TP
 .BI \--fsname= filesystem_name  
-The Lustre filesystem this service will be part of.  Default is 'lustre'
+The Lustre filesystem this service will be part of.  The maximum
+filesystem_name length is 8 characters. Default is 'lustre'
 .TP
 .BI \--index= index
 Force a particular OST or MDT index 
-- 
GitLab