From 5f55ac4a1dcbb6e1d4d964e53c6ab041239dee05 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 4 Aug 2016 16:13:53 -0600 Subject: [PATCH] LUDOC-340 pools: fix maximum pool name length to 15 Change the maximum pool name length to 15, from 16, due to changes in the code to sanity check the maximum pool name length in patch http://review.whamcloud.com/10306 "LU-5054 llite: enforce pool name length limit". Signed-off-by: Andreas Dilger Change-Id: Ic73b09481d70ac11a2b7e02c3cb444de3f68d30e Reviewed-on: http://review.whamcloud.com/21727 Tested-by: Jenkins Reviewed-by: Li Xi --- ManagingFileSystemIO.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ManagingFileSystemIO.xml b/ManagingFileSystemIO.xml index 16e8bc8..b3439e8 100644 --- a/ManagingFileSystemIO.xml +++ b/ManagingFileSystemIO.xml @@ -361,7 +361,7 @@ mgs# lctl pool_new poolname - The pool name is an ASCII string up to 16 characters. + The pool name is an ASCII string up to 15 characters. To add the named OST to a pool, run: -- 1.8.3.1